Shades of Deep Magenta #CF06DC
Tints of Deep Magenta #CF06DC
RGB
CMYK
RGB Variations
Color information
#CF06DC (or 0xCF06DC) is known color: Deep Magenta. HEX triplet: CF, 06 and DC. RGB value is (207,6,220). Sum of RGB (Red+Green+Blue) = 207+6+220=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 6 (2.73% from 255 or 1.39% from 433); Blue value is 220 (86.33% from 255 or 50.81% from 433); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF06DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF06DC is #30F923. Grayscale: #595959. Windows color (decimal): -3209508 or 14419663. OLE color: 14419663.
HSL color Cylindrical-coordinate representation of color #CF06DC: hue angle of 296.36º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CF06DC is Cyan = 0.06, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 6 | 220 | - |
| CMYK | 0.06 | 0.97 | 0 | 0.14 |
| HSL | 296.36º | 0.95% | 0.44% | - |
| HSV(B) | 296.36º | 0.97% | 0.86% | - |
| XYZ | 38.72 | 18.56 | 69.25 | - |
| YUV | 90.5 | 201.09 | 211.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 6 | 220 | 0.06 | 0.97 | 0 | 0.14 | 296.36 | 0.95 | 0.44 |
| Hex | CF | 6 | DC | 6 | 61 | 0 | E | 128 | 5F | 2C |
| Octal | 317 | 6 | 334 | 6 | 141 | 0 | 16 | 450 | 137 | 54 |
| Binary | 11001111 | 110 | 11011100 | 110 | 1100001 | 0 | 1110 | 100101000 | 1011111 | 101100 |
Color Harmonies of #CF06DC
Complementary color
Monochromatic Colors of #CF06DC
Black with #CF06DC
Text Example
Text Example
White with #CF06DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF06DC; }
p { color: rgb(207,6,220); }
H1.HeaderClassName
{
color: #CF06DC;
}
.AnyTagClassName
{
color: #CF06DC;
}
</style>
background-color css
<style>
a { background-color: #CF06DC; }
a { background-color: rgb(207,6,220); }
div.DivClassName
{
background-color: #CF06DC;
}
.BgClassName
{
background-color: #CF06DC;
}
</style>
border-color css
<style>
span { border-color: #CF06DC; }
span { border-color: rgb(207,6,220); }
td.TdClassName
{
border-color: #CF06DC;
}
.TagClassName
{
border-color: #CF06DC;
}
</style>