Shades of Deep Magenta #CF02D1
Tints of Deep Magenta #CF02D1
RGB
CMYK
RGB Variations
Color information
#CF02D1 (or 0xCF02D1) is known color: Deep Magenta. HEX triplet: CF, 02 and D1. RGB value is (207,2,209). Sum of RGB (Red+Green+Blue) = 207+2+209=418 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.52% from 418); Green value is 2 (1.17% from 255 or 0.48% from 418); Blue value is 209 (82.03% from 255 or 50% from 418); Max value from RGB is 209 - color contains mainly: blue. Hex color #CF02D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF02D1 is #30FD2E. Grayscale: #565656. Windows color (decimal): -3210543 or 13697743. OLE color: 13697743.
HSL color Cylindrical-coordinate representation of color #CF02D1: hue angle of 299.42º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF02D1 is Cyan = 0.01, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 2 | 209 | - |
| CMYK | 0.01 | 0.99 | 0 | 0.18 |
| HSL | 299.42º | 0.98% | 0.41% | - |
| HSV(B) | 299.42º | 0.99% | 0.82% | - |
| XYZ | 37.26 | 17.91 | 61.82 | - |
| YUV | 86.89 | 196.92 | 213.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 209 | 0.01 | 0.99 | 0 | 0.18 | 299.42 | 0.98 | 0.41 |
| Hex | CF | 2 | D1 | 1 | 63 | 0 | 12 | 12B | 62 | 29 |
| Octal | 317 | 2 | 321 | 1 | 143 | 0 | 22 | 453 | 142 | 51 |
| Binary | 11001111 | 10 | 11010001 | 1 | 1100011 | 0 | 10010 | 100101011 | 1100010 | 101001 |
Color Harmonies of #CF02D1
Complementary color
Monochromatic Colors of #CF02D1
Black with #CF02D1
Text Example
Text Example
White with #CF02D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02D1; }
p { color: rgb(207,2,209); }
H1.HeaderClassName
{
color: #CF02D1;
}
.AnyTagClassName
{
color: #CF02D1;
}
</style>
background-color css
<style>
a { background-color: #CF02D1; }
a { background-color: rgb(207,2,209); }
div.DivClassName
{
background-color: #CF02D1;
}
.BgClassName
{
background-color: #CF02D1;
}
</style>
border-color css
<style>
span { border-color: #CF02D1; }
span { border-color: rgb(207,2,209); }
td.TdClassName
{
border-color: #CF02D1;
}
.TagClassName
{
border-color: #CF02D1;
}
</style>