Shades of Deep Magenta #CF02D4
Tints of Deep Magenta #CF02D4
RGB
CMYK
RGB Variations
Color information
#CF02D4 (or 0xCF02D4) is known color: Deep Magenta. HEX triplet: CF, 02 and D4. RGB value is (207,2,212). Sum of RGB (Red+Green+Blue) = 207+2+212=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 2 (1.17% from 255 or 0.48% from 421); Blue value is 212 (83.20% from 255 or 50.36% from 421); Max value from RGB is 212 - color contains mainly: blue. Hex color #CF02D4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF02D4 is #30FD2B. Grayscale: #565656. Windows color (decimal): -3210540 or 13894351. OLE color: 13894351.
HSL color Cylindrical-coordinate representation of color #CF02D4: hue angle of 298.57º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF02D4 is Cyan = 0.02, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 207 | 2 | 212 | - |
| CMYK | 0.02 | 0.99 | 0 | 0.17 |
| HSL | 298.57º | 0.98% | 0.42% | - |
| HSV(B) | 298.57º | 0.99% | 0.83% | - |
| XYZ | 37.64 | 18.06 | 63.79 | - |
| YUV | 87.24 | 198.42 | 213.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 212 | 0.02 | 0.99 | 0 | 0.17 | 298.57 | 0.98 | 0.42 |
| Hex | CF | 2 | D4 | 2 | 63 | 0 | 11 | 12B | 62 | 2A |
| Octal | 317 | 2 | 324 | 2 | 143 | 0 | 21 | 453 | 142 | 52 |
| Binary | 11001111 | 10 | 11010100 | 10 | 1100011 | 0 | 10001 | 100101011 | 1100010 | 101010 |
Color Harmonies of #CF02D4
Complementary color
Monochromatic Colors of #CF02D4
Black with #CF02D4
Text Example
Text Example
White with #CF02D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02D4; }
p { color: rgb(207,2,212); }
H1.HeaderClassName
{
color: #CF02D4;
}
.AnyTagClassName
{
color: #CF02D4;
}
</style>
background-color css
<style>
a { background-color: #CF02D4; }
a { background-color: rgb(207,2,212); }
div.DivClassName
{
background-color: #CF02D4;
}
.BgClassName
{
background-color: #CF02D4;
}
</style>
border-color css
<style>
span { border-color: #CF02D4; }
span { border-color: rgb(207,2,212); }
td.TdClassName
{
border-color: #CF02D4;
}
.TagClassName
{
border-color: #CF02D4;
}
</style>