Shades of Deep Magenta #CC09BC
Tints of Deep Magenta #CC09BC
RGB
CMYK
RGB Variations
Color information
#CC09BC (or 0xCC09BC) is known color: Deep Magenta. HEX triplet: CC, 09 and BC. RGB value is (204,9,188). Sum of RGB (Red+Green+Blue) = 204+9+188=401 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.87% from 401); Green value is 9 (3.91% from 255 or 2.24% from 401); Blue value is 188 (73.83% from 255 or 46.88% from 401); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09BC is #33F643. Grayscale: #575757. Windows color (decimal): -3405380 or 12323276. OLE color: 12323276.
HSL color Cylindrical-coordinate representation of color #CC09BC: hue angle of 304.92º 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 #CC09BC is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 188 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.2 |
| HSL | 304.92º | 0.92% | 0.42% | - |
| HSV(B) | 304.92º | 0.96% | 0.8% | - |
| XYZ | 34.08 | 16.66 | 49 | - |
| YUV | 87.71 | 184.6 | 210.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 188 | 0 | 0.96 | 0.08 | 0.2 | 304.92 | 0.92 | 0.42 |
| Hex | CC | 9 | BC | 0 | 60 | 8 | 14 | 131 | 5C | 2A |
| Octal | 314 | 11 | 274 | 0 | 140 | 10 | 24 | 461 | 134 | 52 |
| Binary | 11001100 | 1001 | 10111100 | 0 | 1100000 | 1000 | 10100 | 100110001 | 1011100 | 101010 |
Color Harmonies of #CC09BC
Complementary color
Monochromatic Colors of #CC09BC
Black with #CC09BC
Text Example
Text Example
White with #CC09BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09BC; }
p { color: rgb(204,9,188); }
H1.HeaderClassName
{
color: #CC09BC;
}
.AnyTagClassName
{
color: #CC09BC;
}
</style>
background-color css
<style>
a { background-color: #CC09BC; }
a { background-color: rgb(204,9,188); }
div.DivClassName
{
background-color: #CC09BC;
}
.BgClassName
{
background-color: #CC09BC;
}
</style>
border-color css
<style>
span { border-color: #CC09BC; }
span { border-color: rgb(204,9,188); }
td.TdClassName
{
border-color: #CC09BC;
}
.TagClassName
{
border-color: #CC09BC;
}
</style>