Shades of Deep Magenta #CF02A8
Tints of Deep Magenta #CF02A8
RGB
CMYK
RGB Variations
Color information
#CF02A8 (or 0xCF02A8) is known color: Deep Magenta. HEX triplet: CF, 02 and A8. RGB value is (207,2,168). Sum of RGB (Red+Green+Blue) = 207+2+168=377 (49% of max value = 765). Red value is 207 (81.25% from 255 or 54.91% from 377); Green value is 2 (1.17% from 255 or 0.53% from 377); Blue value is 168 (66.02% from 255 or 44.56% from 377); Max value from RGB is 207 - color contains mainly: red. Hex color #CF02A8 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CF02A8 is #30FD57. Grayscale: #515151. Windows color (decimal): -3210584 or 11010767. OLE color: 11010767.
HSL color Cylindrical-coordinate representation of color #CF02A8: hue angle of 311.41º 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 #CF02A8 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 168 | - |
| CMYK | 0 | 0.99 | 0.19 | 0.19 |
| HSL | 311.41º | 0.98% | 0.41% | - |
| HSV(B) | 311.41º | 0.99% | 0.81% | - |
| XYZ | 32.82 | 16.14 | 38.43 | - |
| YUV | 82.22 | 176.42 | 217 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 168 | 0 | 0.99 | 0.19 | 0.19 | 311.41 | 0.98 | 0.41 |
| Hex | CF | 2 | A8 | 0 | 63 | 13 | 13 | 137 | 62 | 29 |
| Octal | 317 | 2 | 250 | 0 | 143 | 23 | 23 | 467 | 142 | 51 |
| Binary | 11001111 | 10 | 10101000 | 0 | 1100011 | 10011 | 10011 | 100110111 | 1100010 | 101001 |
Color Harmonies of #CF02A8
Complementary color
Monochromatic Colors of #CF02A8
Black with #CF02A8
Text Example
Text Example
White with #CF02A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02A8; }
p { color: rgb(207,2,168); }
H1.HeaderClassName
{
color: #CF02A8;
}
.AnyTagClassName
{
color: #CF02A8;
}
</style>
background-color css
<style>
a { background-color: #CF02A8; }
a { background-color: rgb(207,2,168); }
div.DivClassName
{
background-color: #CF02A8;
}
.BgClassName
{
background-color: #CF02A8;
}
</style>
border-color css
<style>
span { border-color: #CF02A8; }
span { border-color: rgb(207,2,168); }
td.TdClassName
{
border-color: #CF02A8;
}
.TagClassName
{
border-color: #CF02A8;
}
</style>