Shades of Deep Magenta #CF02AC
Tints of Deep Magenta #CF02AC
RGB
CMYK
RGB Variations
Color information
#CF02AC (or 0xCF02AC) is known color: Deep Magenta. HEX triplet: CF, 02 and AC. RGB value is (207,2,172). Sum of RGB (Red+Green+Blue) = 207+2+172=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 2 (1.17% from 255 or 0.52% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF02AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF02AC is #30FD53. Grayscale: #525252. Windows color (decimal): -3210580 or 11272911. OLE color: 11272911.
HSL color Cylindrical-coordinate representation of color #CF02AC: hue angle of 310.24º 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 #CF02AC is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 172 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.19 |
| HSL | 310.24º | 0.98% | 0.41% | - |
| HSV(B) | 310.24º | 0.99% | 0.81% | - |
| XYZ | 33.2 | 16.29 | 40.42 | - |
| YUV | 82.68 | 178.42 | 216.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 172 | 0 | 0.99 | 0.17 | 0.19 | 310.24 | 0.98 | 0.41 |
| Hex | CF | 2 | AC | 0 | 63 | 11 | 13 | 136 | 62 | 29 |
| Octal | 317 | 2 | 254 | 0 | 143 | 21 | 23 | 466 | 142 | 51 |
| Binary | 11001111 | 10 | 10101100 | 0 | 1100011 | 10001 | 10011 | 100110110 | 1100010 | 101001 |
Color Harmonies of #CF02AC
Complementary color
Monochromatic Colors of #CF02AC
Black with #CF02AC
Text Example
Text Example
White with #CF02AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02AC; }
p { color: rgb(207,2,172); }
H1.HeaderClassName
{
color: #CF02AC;
}
.AnyTagClassName
{
color: #CF02AC;
}
</style>
background-color css
<style>
a { background-color: #CF02AC; }
a { background-color: rgb(207,2,172); }
div.DivClassName
{
background-color: #CF02AC;
}
.BgClassName
{
background-color: #CF02AC;
}
</style>
border-color css
<style>
span { border-color: #CF02AC; }
span { border-color: rgb(207,2,172); }
td.TdClassName
{
border-color: #CF02AC;
}
.TagClassName
{
border-color: #CF02AC;
}
</style>