Shades of Deep Magenta #CF02E1
Tints of Deep Magenta #CF02E1
RGB
CMYK
RGB Variations
Color information
#CF02E1 (or 0xCF02E1) is known color: Deep Magenta. HEX triplet: CF, 02 and E1. RGB value is (207,2,225). Sum of RGB (Red+Green+Blue) = 207+2+225=434 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.70% from 434); Green value is 2 (1.17% from 255 or 0.46% from 434); Blue value is 225 (88.28% from 255 or 51.84% from 434); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF02E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF02E1 is #30FD1E. Grayscale: #585858. Windows color (decimal): -3210527 or 14746319. OLE color: 14746319.
HSL color Cylindrical-coordinate representation of color #CF02E1: hue angle of 295.16º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF02E1 is Cyan = 0.08, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 2 | 225 | - |
| CMYK | 0.08 | 0.99 | 0 | 0.12 |
| HSL | 295.16º | 0.98% | 0.45% | - |
| HSV(B) | 295.16º | 0.99% | 0.88% | - |
| XYZ | 39.34 | 18.75 | 72.78 | - |
| YUV | 88.72 | 204.92 | 212.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 225 | 0.08 | 0.99 | 0 | 0.12 | 295.16 | 0.98 | 0.45 |
| Hex | CF | 2 | E1 | 8 | 63 | 0 | C | 127 | 62 | 2D |
| Octal | 317 | 2 | 341 | 10 | 143 | 0 | 14 | 447 | 142 | 55 |
| Binary | 11001111 | 10 | 11100001 | 1000 | 1100011 | 0 | 1100 | 100100111 | 1100010 | 101101 |
Color Harmonies of #CF02E1
Complementary color
Monochromatic Colors of #CF02E1
Black with #CF02E1
Text Example
Text Example
White with #CF02E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02E1; }
p { color: rgb(207,2,225); }
H1.HeaderClassName
{
color: #CF02E1;
}
.AnyTagClassName
{
color: #CF02E1;
}
</style>
background-color css
<style>
a { background-color: #CF02E1; }
a { background-color: rgb(207,2,225); }
div.DivClassName
{
background-color: #CF02E1;
}
.BgClassName
{
background-color: #CF02E1;
}
</style>
border-color css
<style>
span { border-color: #CF02E1; }
span { border-color: rgb(207,2,225); }
td.TdClassName
{
border-color: #CF02E1;
}
.TagClassName
{
border-color: #CF02E1;
}
</style>