Shades of Deep Magenta #CC09BD
Tints of Deep Magenta #CC09BD
RGB
CMYK
RGB Variations
Color information
#CC09BD (or 0xCC09BD) is known color: Deep Magenta. HEX triplet: CC, 09 and BD. RGB value is (204,9,189). Sum of RGB (Red+Green+Blue) = 204+9+189=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 9 (3.91% from 255 or 2.24% from 402); Blue value is 189 (74.22% from 255 or 47.01% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09BD is #33F642. Grayscale: #575757. Windows color (decimal): -3405379 or 12388812. OLE color: 12388812.
HSL color Cylindrical-coordinate representation of color #CC09BD: hue angle of 304.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 #CC09BD is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 189 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.2 |
| HSL | 304.62º | 0.92% | 0.42% | - |
| HSV(B) | 304.62º | 0.96% | 0.8% | - |
| XYZ | 34.18 | 16.71 | 49.57 | - |
| YUV | 87.83 | 185.1 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 189 | 0 | 0.96 | 0.07 | 0.2 | 304.62 | 0.92 | 0.42 |
| Hex | CC | 9 | BD | 0 | 60 | 7 | 14 | 131 | 5C | 2A |
| Octal | 314 | 11 | 275 | 0 | 140 | 7 | 24 | 461 | 134 | 52 |
| Binary | 11001100 | 1001 | 10111101 | 0 | 1100000 | 111 | 10100 | 100110001 | 1011100 | 101010 |
Color Harmonies of #CC09BD
Complementary color
Monochromatic Colors of #CC09BD
Black with #CC09BD
Text Example
Text Example
White with #CC09BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09BD; }
p { color: rgb(204,9,189); }
H1.HeaderClassName
{
color: #CC09BD;
}
.AnyTagClassName
{
color: #CC09BD;
}
</style>
background-color css
<style>
a { background-color: #CC09BD; }
a { background-color: rgb(204,9,189); }
div.DivClassName
{
background-color: #CC09BD;
}
.BgClassName
{
background-color: #CC09BD;
}
</style>
border-color css
<style>
span { border-color: #CC09BD; }
span { border-color: rgb(204,9,189); }
td.TdClassName
{
border-color: #CC09BD;
}
.TagClassName
{
border-color: #CC09BD;
}
</style>