Shades of Deep Magenta #CC09B0
Tints of Deep Magenta #CC09B0
RGB
CMYK
RGB Variations
Color information
#CC09B0 (or 0xCC09B0) is known color: Deep Magenta. HEX triplet: CC, 09 and B0. RGB value is (204,9,176). Sum of RGB (Red+Green+Blue) = 204+9+176=389 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.44% from 389); Green value is 9 (3.91% from 255 or 2.31% from 389); Blue value is 176 (69.14% from 255 or 45.24% from 389); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09B0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC09B0 is #33F64F. Grayscale: #555555. Windows color (decimal): -3405392 or 11536844. OLE color: 11536844.
HSL color Cylindrical-coordinate representation of color #CC09B0: hue angle of 308.62º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC09B0 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 176 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.2 |
| HSL | 308.62º | 0.92% | 0.42% | - |
| HSV(B) | 308.62º | 0.96% | 0.8% | - |
| XYZ | 32.84 | 16.17 | 42.46 | - |
| YUV | 86.34 | 178.6 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 176 | 0 | 0.96 | 0.14 | 0.2 | 308.62 | 0.92 | 0.42 |
| Hex | CC | 9 | B0 | 0 | 60 | E | 14 | 135 | 5C | 2A |
| Octal | 314 | 11 | 260 | 0 | 140 | 16 | 24 | 465 | 134 | 52 |
| Binary | 11001100 | 1001 | 10110000 | 0 | 1100000 | 1110 | 10100 | 100110101 | 1011100 | 101010 |
Color Harmonies of #CC09B0
Complementary color
Monochromatic Colors of #CC09B0
Black with #CC09B0
Text Example
Text Example
White with #CC09B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09B0; }
p { color: rgb(204,9,176); }
H1.HeaderClassName
{
color: #CC09B0;
}
.AnyTagClassName
{
color: #CC09B0;
}
</style>
background-color css
<style>
a { background-color: #CC09B0; }
a { background-color: rgb(204,9,176); }
div.DivClassName
{
background-color: #CC09B0;
}
.BgClassName
{
background-color: #CC09B0;
}
</style>
border-color css
<style>
span { border-color: #CC09B0; }
span { border-color: rgb(204,9,176); }
td.TdClassName
{
border-color: #CC09B0;
}
.TagClassName
{
border-color: #CC09B0;
}
</style>