Shades of Deep Magenta #CF09CF
Tints of Deep Magenta #CF09CF
RGB
CMYK
RGB Variations
Color information
#CF09CF (or 0xCF09CF) is known color: Deep Magenta. HEX triplet: CF, 09 and CF. RGB value is (207,9,207). Sum of RGB (Red+Green+Blue) = 207+9+207=423 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.94% from 423); Green value is 9 (3.91% from 255 or 2.13% from 423); Blue value is 207 (81.25% from 255 or 48.94% from 423); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CF09CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09CF is #30F630. Grayscale: #5A5A5A. Windows color (decimal): -3208753 or 13568463. OLE color: 13568463.
HSL color Cylindrical-coordinate representation of color #CF09CF: hue angle of 300º 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 #CF09CF is Cyan = 0, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 9 | 207 | - |
| CMYK | 0 | 0.96 | 0 | 0.19 |
| HSL | 300º | 0.92% | 0.42% | - |
| HSV(B) | 300º | 0.96% | 0.81% | - |
| XYZ | 37.09 | 17.97 | 60.54 | - |
| YUV | 90.77 | 193.6 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 207 | 0 | 0.96 | 0 | 0.19 | 300 | 0.92 | 0.42 |
| Hex | CF | 9 | CF | 0 | 60 | 0 | 13 | 12C | 5C | 2A |
| Octal | 317 | 11 | 317 | 0 | 140 | 0 | 23 | 454 | 134 | 52 |
| Binary | 11001111 | 1001 | 11001111 | 0 | 1100000 | 0 | 10011 | 100101100 | 1011100 | 101010 |
Color Harmonies of #CF09CF
Complementary color
Monochromatic Colors of #CF09CF
Black with #CF09CF
Text Example
Text Example
White with #CF09CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09CF; }
p { color: rgb(207,9,207); }
H1.HeaderClassName
{
color: #CF09CF;
}
.AnyTagClassName
{
color: #CF09CF;
}
</style>
background-color css
<style>
a { background-color: #CF09CF; }
a { background-color: rgb(207,9,207); }
div.DivClassName
{
background-color: #CF09CF;
}
.BgClassName
{
background-color: #CF09CF;
}
</style>
border-color css
<style>
span { border-color: #CF09CF; }
span { border-color: rgb(207,9,207); }
td.TdClassName
{
border-color: #CF09CF;
}
.TagClassName
{
border-color: #CF09CF;
}
</style>