Shades of Deep Magenta #CF02CC
Tints of Deep Magenta #CF02CC
RGB
CMYK
RGB Variations
Color information
#CF02CC (or 0xCF02CC) is known color: Deep Magenta. HEX triplet: CF, 02 and CC. RGB value is (207,2,204). Sum of RGB (Red+Green+Blue) = 207+2+204=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 2 (1.17% from 255 or 0.48% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CF02CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF02CC is #30FD33. Grayscale: #555555. Windows color (decimal): -3210548 or 13370063. OLE color: 13370063.
HSL color Cylindrical-coordinate representation of color #CF02CC: hue angle of 300.88º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF02CC is Cyan = 0, Magento = 0.99, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 204 | - |
| CMYK | 0 | 0.99 | 0.01 | 0.19 |
| HSL | 300.88º | 0.98% | 0.41% | - |
| HSV(B) | 300.88º | 0.99% | 0.81% | - |
| XYZ | 36.65 | 17.67 | 58.61 | - |
| YUV | 86.32 | 194.42 | 214.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 204 | 0 | 0.99 | 0.01 | 0.19 | 300.88 | 0.98 | 0.41 |
| Hex | CF | 2 | CC | 0 | 63 | 1 | 13 | 12D | 62 | 29 |
| Octal | 317 | 2 | 314 | 0 | 143 | 1 | 23 | 455 | 142 | 51 |
| Binary | 11001111 | 10 | 11001100 | 0 | 1100011 | 1 | 10011 | 100101101 | 1100010 | 101001 |
Color Harmonies of #CF02CC
Complementary color
Monochromatic Colors of #CF02CC
Black with #CF02CC
Text Example
Text Example
White with #CF02CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02CC; }
p { color: rgb(207,2,204); }
H1.HeaderClassName
{
color: #CF02CC;
}
.AnyTagClassName
{
color: #CF02CC;
}
</style>
background-color css
<style>
a { background-color: #CF02CC; }
a { background-color: rgb(207,2,204); }
div.DivClassName
{
background-color: #CF02CC;
}
.BgClassName
{
background-color: #CF02CC;
}
</style>
border-color css
<style>
span { border-color: #CF02CC; }
span { border-color: rgb(207,2,204); }
td.TdClassName
{
border-color: #CF02CC;
}
.TagClassName
{
border-color: #CF02CC;
}
</style>