Shades of Deep Magenta #CC09DF
Tints of Deep Magenta #CC09DF
RGB
CMYK
RGB Variations
Color information
#CC09DF (or 0xCC09DF) is known color: Deep Magenta. HEX triplet: CC, 09 and DF. RGB value is (204,9,223). Sum of RGB (Red+Green+Blue) = 204+9+223=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 9 (3.91% from 255 or 2.06% from 436); Blue value is 223 (87.5% from 255 or 51.15% from 436); Max value from RGB is 223 - color contains mainly: blue. Hex color #CC09DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09DF is #33F620. Grayscale: #5B5B5B. Windows color (decimal): -3405345 or 14617036. OLE color: 14617036.
HSL color Cylindrical-coordinate representation of color #CC09DF: hue angle of 294.67º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09DF is Cyan = 0.09, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 9 | 223 | - |
| CMYK | 0.09 | 0.96 | 0 | 0.13 |
| HSL | 294.67º | 0.92% | 0.45% | - |
| HSV(B) | 294.67º | 0.96% | 0.87% | - |
| XYZ | 38.32 | 18.36 | 71.34 | - |
| YUV | 91.7 | 202.1 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 223 | 0.09 | 0.96 | 0 | 0.13 | 294.67 | 0.92 | 0.45 |
| Hex | CC | 9 | DF | 9 | 60 | 0 | D | 127 | 5C | 2D |
| Octal | 314 | 11 | 337 | 11 | 140 | 0 | 15 | 447 | 134 | 55 |
| Binary | 11001100 | 1001 | 11011111 | 1001 | 1100000 | 0 | 1101 | 100100111 | 1011100 | 101101 |
Color Harmonies of #CC09DF
Complementary color
Monochromatic Colors of #CC09DF
Black with #CC09DF
Text Example
Text Example
White with #CC09DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09DF; }
p { color: rgb(204,9,223); }
H1.HeaderClassName
{
color: #CC09DF;
}
.AnyTagClassName
{
color: #CC09DF;
}
</style>
background-color css
<style>
a { background-color: #CC09DF; }
a { background-color: rgb(204,9,223); }
div.DivClassName
{
background-color: #CC09DF;
}
.BgClassName
{
background-color: #CC09DF;
}
</style>
border-color css
<style>
span { border-color: #CC09DF; }
span { border-color: rgb(204,9,223); }
td.TdClassName
{
border-color: #CC09DF;
}
.TagClassName
{
border-color: #CC09DF;
}
</style>