Shades of Deep Magenta #CF02D9
Tints of Deep Magenta #CF02D9
RGB
CMYK
RGB Variations
Color information
#CF02D9 (or 0xCF02D9) is known color: Deep Magenta. HEX triplet: CF, 02 and D9. RGB value is (207,2,217). Sum of RGB (Red+Green+Blue) = 207+2+217=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 2 (1.17% from 255 or 0.47% from 426); Blue value is 217 (85.16% from 255 or 50.94% from 426); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF02D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF02D9 is #30FD26. Grayscale: #575757. Windows color (decimal): -3210535 or 14222031. OLE color: 14222031.
HSL color Cylindrical-coordinate representation of color #CF02D9: hue angle of 297.21º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF02D9 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 2 | 217 | - |
| CMYK | 0.05 | 0.99 | 0 | 0.15 |
| HSL | 297.21º | 0.98% | 0.43% | - |
| HSV(B) | 297.21º | 0.99% | 0.85% | - |
| XYZ | 38.28 | 18.32 | 67.16 | - |
| YUV | 87.81 | 200.92 | 213.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 217 | 0.05 | 0.99 | 0 | 0.15 | 297.21 | 0.98 | 0.43 |
| Hex | CF | 2 | D9 | 5 | 63 | 0 | F | 129 | 62 | 2B |
| Octal | 317 | 2 | 331 | 5 | 143 | 0 | 17 | 451 | 142 | 53 |
| Binary | 11001111 | 10 | 11011001 | 101 | 1100011 | 0 | 1111 | 100101001 | 1100010 | 101011 |
Color Harmonies of #CF02D9
Complementary color
Monochromatic Colors of #CF02D9
Black with #CF02D9
Text Example
Text Example
White with #CF02D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02D9; }
p { color: rgb(207,2,217); }
H1.HeaderClassName
{
color: #CF02D9;
}
.AnyTagClassName
{
color: #CF02D9;
}
</style>
background-color css
<style>
a { background-color: #CF02D9; }
a { background-color: rgb(207,2,217); }
div.DivClassName
{
background-color: #CF02D9;
}
.BgClassName
{
background-color: #CF02D9;
}
</style>
border-color css
<style>
span { border-color: #CF02D9; }
span { border-color: rgb(207,2,217); }
td.TdClassName
{
border-color: #CF02D9;
}
.TagClassName
{
border-color: #CF02D9;
}
</style>