Shades of Deep Magenta #CF09CE
Tints of Deep Magenta #CF09CE
RGB
CMYK
RGB Variations
Color information
#CF09CE (or 0xCF09CE) is known color: Deep Magenta. HEX triplet: CF, 09 and CE. RGB value is (207,9,206). Sum of RGB (Red+Green+Blue) = 207+9+206=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 9 (3.91% from 255 or 2.13% from 422); Blue value is 206 (80.86% from 255 or 48.82% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CF09CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09CE is #30F631. Grayscale: #5A5A5A. Windows color (decimal): -3208754 or 13502927. OLE color: 13502927.
HSL color Cylindrical-coordinate representation of color #CF09CE: hue angle of 300.3º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF09CE is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 206 | - |
| CMYK | 0 | 0.96 | 0.00 | 0.19 |
| HSL | 300.3º | 0.92% | 0.42% | - |
| HSV(B) | 300.3º | 0.96% | 0.81% | - |
| XYZ | 36.97 | 17.92 | 59.9 | - |
| YUV | 90.66 | 193.1 | 210.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 206 | 0 | 0.96 | 0.00 | 0.19 | 300.3 | 0.92 | 0.42 |
| Hex | CF | 9 | CE | 0 | 60 | 0 | 13 | 12C | 5C | 2A |
| Octal | 317 | 11 | 316 | 0 | 140 | 0 | 23 | 454 | 134 | 52 |
| Binary | 11001111 | 1001 | 11001110 | 0 | 1100000 | 0 | 10011 | 100101100 | 1011100 | 101010 |
Color Harmonies of #CF09CE
Complementary color
Monochromatic Colors of #CF09CE
Black with #CF09CE
Text Example
Text Example
White with #CF09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09CE; }
p { color: rgb(207,9,206); }
H1.HeaderClassName
{
color: #CF09CE;
}
.AnyTagClassName
{
color: #CF09CE;
}
</style>
background-color css
<style>
a { background-color: #CF09CE; }
a { background-color: rgb(207,9,206); }
div.DivClassName
{
background-color: #CF09CE;
}
.BgClassName
{
background-color: #CF09CE;
}
</style>
border-color css
<style>
span { border-color: #CF09CE; }
span { border-color: rgb(207,9,206); }
td.TdClassName
{
border-color: #CF09CE;
}
.TagClassName
{
border-color: #CF09CE;
}
</style>