Shades of Deep Magenta #CF02AD
Tints of Deep Magenta #CF02AD
RGB
CMYK
RGB Variations
Color information
#CF02AD (or 0xCF02AD) is known color: Deep Magenta. HEX triplet: CF, 02 and AD. RGB value is (207,2,173). Sum of RGB (Red+Green+Blue) = 207+2+173=382 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.19% from 382); Green value is 2 (1.17% from 255 or 0.52% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 207 - color contains mainly: red. Hex color #CF02AD is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF02AD is #30FD52. Grayscale: #525252. Windows color (decimal): -3210579 or 11338447. OLE color: 11338447.
HSL color Cylindrical-coordinate representation of color #CF02AD: hue angle of 309.95º 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 #CF02AD is Cyan = 0, Magento = 0.99, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 173 | - |
| CMYK | 0 | 0.99 | 0.16 | 0.19 |
| HSL | 309.95º | 0.98% | 0.41% | - |
| HSV(B) | 309.95º | 0.99% | 0.81% | - |
| XYZ | 33.3 | 16.33 | 40.93 | - |
| YUV | 82.79 | 178.92 | 216.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 173 | 0 | 0.99 | 0.16 | 0.19 | 309.95 | 0.98 | 0.41 |
| Hex | CF | 2 | AD | 0 | 63 | 10 | 13 | 136 | 62 | 29 |
| Octal | 317 | 2 | 255 | 0 | 143 | 20 | 23 | 466 | 142 | 51 |
| Binary | 11001111 | 10 | 10101101 | 0 | 1100011 | 10000 | 10011 | 100110110 | 1100010 | 101001 |
Color Harmonies of #CF02AD
Complementary color
Monochromatic Colors of #CF02AD
Black with #CF02AD
Text Example
Text Example
White with #CF02AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02AD; }
p { color: rgb(207,2,173); }
H1.HeaderClassName
{
color: #CF02AD;
}
.AnyTagClassName
{
color: #CF02AD;
}
</style>
background-color css
<style>
a { background-color: #CF02AD; }
a { background-color: rgb(207,2,173); }
div.DivClassName
{
background-color: #CF02AD;
}
.BgClassName
{
background-color: #CF02AD;
}
</style>
border-color css
<style>
span { border-color: #CF02AD; }
span { border-color: rgb(207,2,173); }
td.TdClassName
{
border-color: #CF02AD;
}
.TagClassName
{
border-color: #CF02AD;
}
</style>