Shades of Deep Magenta #CF02CE
Tints of Deep Magenta #CF02CE
RGB
CMYK
RGB Variations
Color information
#CF02CE (or 0xCF02CE) is known color: Deep Magenta. HEX triplet: CF, 02 and CE. RGB value is (207,2,206). Sum of RGB (Red+Green+Blue) = 207+2+206=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 2 (1.17% from 255 or 0.48% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CF02CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF02CE is #30FD31. Grayscale: #555555. Windows color (decimal): -3210546 or 13501135. OLE color: 13501135.
HSL color Cylindrical-coordinate representation of color #CF02CE: hue angle of 300.29º 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 #CF02CE is Cyan = 0, Magento = 0.99, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 2 | 206 | - |
| CMYK | 0 | 0.99 | 0.00 | 0.19 |
| HSL | 300.29º | 0.98% | 0.41% | - |
| HSV(B) | 300.29º | 0.99% | 0.81% | - |
| XYZ | 36.89 | 17.77 | 59.88 | - |
| YUV | 86.55 | 195.42 | 213.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 206 | 0 | 0.99 | 0.00 | 0.19 | 300.29 | 0.98 | 0.41 |
| Hex | CF | 2 | CE | 0 | 63 | 0 | 13 | 12C | 62 | 29 |
| Octal | 317 | 2 | 316 | 0 | 143 | 0 | 23 | 454 | 142 | 51 |
| Binary | 11001111 | 10 | 11001110 | 0 | 1100011 | 0 | 10011 | 100101100 | 1100010 | 101001 |
Color Harmonies of #CF02CE
Complementary color
Monochromatic Colors of #CF02CE
Black with #CF02CE
Text Example
Text Example
White with #CF02CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02CE; }
p { color: rgb(207,2,206); }
H1.HeaderClassName
{
color: #CF02CE;
}
.AnyTagClassName
{
color: #CF02CE;
}
</style>
background-color css
<style>
a { background-color: #CF02CE; }
a { background-color: rgb(207,2,206); }
div.DivClassName
{
background-color: #CF02CE;
}
.BgClassName
{
background-color: #CF02CE;
}
</style>
border-color css
<style>
span { border-color: #CF02CE; }
span { border-color: rgb(207,2,206); }
td.TdClassName
{
border-color: #CF02CE;
}
.TagClassName
{
border-color: #CF02CE;
}
</style>