Shades of Deep Magenta #CF02DD
Tints of Deep Magenta #CF02DD
RGB
CMYK
RGB Variations
Color information
#CF02DD (or 0xCF02DD) is known color: Deep Magenta. HEX triplet: CF, 02 and DD. RGB value is (207,2,221). Sum of RGB (Red+Green+Blue) = 207+2+221=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 2 (1.17% from 255 or 0.47% from 430); Blue value is 221 (86.72% from 255 or 51.40% from 430); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF02DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF02DD is #30FD22. Grayscale: #575757. Windows color (decimal): -3210531 or 14484175. OLE color: 14484175.
HSL color Cylindrical-coordinate representation of color #CF02DD: hue angle of 296.16º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF02DD is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 2 | 221 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.13 |
| HSL | 296.16º | 0.98% | 0.44% | - |
| HSV(B) | 296.16º | 0.99% | 0.87% | - |
| XYZ | 38.8 | 18.53 | 69.94 | - |
| YUV | 88.26 | 202.92 | 212.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 2 | 221 | 0.06 | 0.99 | 0 | 0.13 | 296.16 | 0.98 | 0.44 |
| Hex | CF | 2 | DD | 6 | 63 | 0 | D | 128 | 62 | 2C |
| Octal | 317 | 2 | 335 | 6 | 143 | 0 | 15 | 450 | 142 | 54 |
| Binary | 11001111 | 10 | 11011101 | 110 | 1100011 | 0 | 1101 | 100101000 | 1100010 | 101100 |
Color Harmonies of #CF02DD
Complementary color
Monochromatic Colors of #CF02DD
Black with #CF02DD
Text Example
Text Example
White with #CF02DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF02DD; }
p { color: rgb(207,2,221); }
H1.HeaderClassName
{
color: #CF02DD;
}
.AnyTagClassName
{
color: #CF02DD;
}
</style>
background-color css
<style>
a { background-color: #CF02DD; }
a { background-color: rgb(207,2,221); }
div.DivClassName
{
background-color: #CF02DD;
}
.BgClassName
{
background-color: #CF02DD;
}
</style>
border-color css
<style>
span { border-color: #CF02DD; }
span { border-color: rgb(207,2,221); }
td.TdClassName
{
border-color: #CF02DD;
}
.TagClassName
{
border-color: #CF02DD;
}
</style>