Shades of Deep Magenta #CF09E1
Tints of Deep Magenta #CF09E1
RGB
CMYK
RGB Variations
Color information
#CF09E1 (or 0xCF09E1) is known color: Deep Magenta. HEX triplet: CF, 09 and E1. RGB value is (207,9,225). Sum of RGB (Red+Green+Blue) = 207+9+225=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 9 (3.91% from 255 or 2.04% from 441); Blue value is 225 (88.28% from 255 or 51.02% from 441); Max value from RGB is 225 - color contains mainly: blue. Hex color #CF09E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF09E1 is #30F61E. Grayscale: #5C5C5C. Windows color (decimal): -3208735 or 14748111. OLE color: 14748111.
HSL color Cylindrical-coordinate representation of color #CF09E1: hue angle of 295º degrees, saturation: 0.92, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF09E1 is Cyan = 0.08, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 9 | 225 | - |
| CMYK | 0.08 | 0.96 | 0 | 0.12 |
| HSL | 295º | 0.92% | 0.46% | - |
| HSV(B) | 295º | 0.96% | 0.88% | - |
| XYZ | 39.42 | 18.9 | 72.8 | - |
| YUV | 92.83 | 202.6 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 9 | 225 | 0.08 | 0.96 | 0 | 0.12 | 295 | 0.92 | 0.46 |
| Hex | CF | 9 | E1 | 8 | 60 | 0 | C | 127 | 5C | 2E |
| Octal | 317 | 11 | 341 | 10 | 140 | 0 | 14 | 447 | 134 | 56 |
| Binary | 11001111 | 1001 | 11100001 | 1000 | 1100000 | 0 | 1100 | 100100111 | 1011100 | 101110 |
Color Harmonies of #CF09E1
Complementary color
Monochromatic Colors of #CF09E1
Black with #CF09E1
Text Example
Text Example
White with #CF09E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF09E1; }
p { color: rgb(207,9,225); }
H1.HeaderClassName
{
color: #CF09E1;
}
.AnyTagClassName
{
color: #CF09E1;
}
</style>
background-color css
<style>
a { background-color: #CF09E1; }
a { background-color: rgb(207,9,225); }
div.DivClassName
{
background-color: #CF09E1;
}
.BgClassName
{
background-color: #CF09E1;
}
</style>
border-color css
<style>
span { border-color: #CF09E1; }
span { border-color: rgb(207,9,225); }
td.TdClassName
{
border-color: #CF09E1;
}
.TagClassName
{
border-color: #CF09E1;
}
</style>