Shades of Deep Magenta #CF09DC
Tints of Deep Magenta #CF09DC
RGB
CMYK
RGB Variations
Color information
#CF09DC (or 0xCF09DC) is known color: Deep Magenta. HEX triplet: CF, 09 and DC. RGB value is (207,9,220). Sum of RGB (Red+Green+Blue) = 207+9+220=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 9 (3.91% from 255 or 2.06% from 436); Blue value is 220 (86.33% from 255 or 50.46% from 436); Max value from RGB is 220 - color contains mainly: blue. Hex color #CF09DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09DC is #30F623. Grayscale: #5B5B5B. Windows color (decimal): -3208740 or 14420431. OLE color: 14420431.
HSL color Cylindrical-coordinate representation of color #CF09DC: hue angle of 296.3º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF09DC is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 9 | 220 | - |
| CMYK | 0.06 | 0.96 | 0 | 0.14 |
| HSL | 296.3º | 0.92% | 0.45% | - |
| HSV(B) | 296.3º | 0.96% | 0.86% | - |
| XYZ | 38.75 | 18.63 | 69.26 | - |
| YUV | 92.26 | 200.1 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 220 | 0.06 | 0.96 | 0 | 0.14 | 296.3 | 0.92 | 0.45 |
| Hex | CF | 9 | DC | 6 | 60 | 0 | E | 128 | 5C | 2D |
| Octal | 317 | 11 | 334 | 6 | 140 | 0 | 16 | 450 | 134 | 55 |
| Binary | 11001111 | 1001 | 11011100 | 110 | 1100000 | 0 | 1110 | 100101000 | 1011100 | 101101 |
Color Harmonies of #CF09DC
Complementary color
Monochromatic Colors of #CF09DC
Black with #CF09DC
Text Example
Text Example
White with #CF09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09DC; }
p { color: rgb(207,9,220); }
H1.HeaderClassName
{
color: #CF09DC;
}
.AnyTagClassName
{
color: #CF09DC;
}
</style>
background-color css
<style>
a { background-color: #CF09DC; }
a { background-color: rgb(207,9,220); }
div.DivClassName
{
background-color: #CF09DC;
}
.BgClassName
{
background-color: #CF09DC;
}
</style>
border-color css
<style>
span { border-color: #CF09DC; }
span { border-color: rgb(207,9,220); }
td.TdClassName
{
border-color: #CF09DC;
}
.TagClassName
{
border-color: #CF09DC;
}
</style>