Shades of Deep Magenta #CC09E1
Tints of Deep Magenta #CC09E1
RGB
CMYK
RGB Variations
Color information
#CC09E1 (or 0xCC09E1) is known color: Deep Magenta. HEX triplet: CC, 09 and E1. RGB value is (204,9,225). Sum of RGB (Red+Green+Blue) = 204+9+225=438 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.58% from 438); Green value is 9 (3.91% from 255 or 2.05% from 438); Blue value is 225 (88.28% from 255 or 51.37% from 438); Max value from RGB is 225 - color contains mainly: blue. Hex color #CC09E1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09E1 is #33F61E. Grayscale: #5B5B5B. Windows color (decimal): -3405343 or 14748108. OLE color: 14748108.
HSL color Cylindrical-coordinate representation of color #CC09E1: hue angle of 294.17º 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 #CC09E1 is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 204 | 9 | 225 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.12 |
| HSL | 294.17º | 0.92% | 0.46% | - |
| HSV(B) | 294.17º | 0.96% | 0.88% | - |
| XYZ | 38.59 | 18.47 | 72.77 | - |
| YUV | 91.93 | 203.1 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 225 | 0.09 | 0.96 | 0 | 0.12 | 294.17 | 0.92 | 0.46 |
| Hex | CC | 9 | E1 | 9 | 60 | 0 | C | 126 | 5C | 2E |
| Octal | 314 | 11 | 341 | 11 | 140 | 0 | 14 | 446 | 134 | 56 |
| Binary | 11001100 | 1001 | 11100001 | 1001 | 1100000 | 0 | 1100 | 100100110 | 1011100 | 101110 |
Color Harmonies of #CC09E1
Complementary color
Monochromatic Colors of #CC09E1
Black with #CC09E1
Text Example
Text Example
White with #CC09E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09E1; }
p { color: rgb(204,9,225); }
H1.HeaderClassName
{
color: #CC09E1;
}
.AnyTagClassName
{
color: #CC09E1;
}
</style>
background-color css
<style>
a { background-color: #CC09E1; }
a { background-color: rgb(204,9,225); }
div.DivClassName
{
background-color: #CC09E1;
}
.BgClassName
{
background-color: #CC09E1;
}
</style>
border-color css
<style>
span { border-color: #CC09E1; }
span { border-color: rgb(204,9,225); }
td.TdClassName
{
border-color: #CC09E1;
}
.TagClassName
{
border-color: #CC09E1;
}
</style>