Shades of Deep Magenta #CF03DC
Tints of Deep Magenta #CF03DC
RGB
CMYK
RGB Variations
Color information
#CF03DC (or 0xCF03DC) is known color: Deep Magenta. HEX triplet: CF, 03 and DC. RGB value is (207,3,220). Sum of RGB (Red+Green+Blue) = 207+3+220=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 3 (1.56% from 255 or 0.70% from 430); Blue value is 220 (86.33% from 255 or 51.16% from 430); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF03DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF03DC is #30FC23. Grayscale: #585858. Windows color (decimal): -3210276 or 14418895. OLE color: 14418895.
HSL color Cylindrical-coordinate representation of color #CF03DC: hue angle of 296.41º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CF03DC is Cyan = 0.06, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 3 | 220 | - |
| CMYK | 0.06 | 0.99 | 0 | 0.14 |
| HSL | 296.41º | 0.97% | 0.44% | - |
| HSV(B) | 296.41º | 0.99% | 0.86% | - |
| XYZ | 38.68 | 18.5 | 69.24 | - |
| YUV | 88.73 | 202.09 | 212.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 3 | 220 | 0.06 | 0.99 | 0 | 0.14 | 296.41 | 0.97 | 0.44 |
| Hex | CF | 3 | DC | 6 | 63 | 0 | E | 128 | 61 | 2C |
| Octal | 317 | 3 | 334 | 6 | 143 | 0 | 16 | 450 | 141 | 54 |
| Binary | 11001111 | 11 | 11011100 | 110 | 1100011 | 0 | 1110 | 100101000 | 1100001 | 101100 |
Color Harmonies of #CF03DC
Complementary color
Monochromatic Colors of #CF03DC
Black with #CF03DC
Text Example
Text Example
White with #CF03DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF03DC; }
p { color: rgb(207,3,220); }
H1.HeaderClassName
{
color: #CF03DC;
}
.AnyTagClassName
{
color: #CF03DC;
}
</style>
background-color css
<style>
a { background-color: #CF03DC; }
a { background-color: rgb(207,3,220); }
div.DivClassName
{
background-color: #CF03DC;
}
.BgClassName
{
background-color: #CF03DC;
}
</style>
border-color css
<style>
span { border-color: #CF03DC; }
span { border-color: rgb(207,3,220); }
td.TdClassName
{
border-color: #CF03DC;
}
.TagClassName
{
border-color: #CF03DC;
}
</style>