Shades of Deep Magenta #CC09BF
Tints of Deep Magenta #CC09BF
RGB
CMYK
RGB Variations
Color information
#CC09BF (or 0xCC09BF) is known color: Deep Magenta. HEX triplet: CC, 09 and BF. RGB value is (204,9,191). Sum of RGB (Red+Green+Blue) = 204+9+191=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 9 (3.91% from 255 or 2.23% from 404); Blue value is 191 (75% from 255 or 47.28% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC09BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC09BF is #33F640. Grayscale: #575757. Windows color (decimal): -3405377 or 12519884. OLE color: 12519884.
HSL color Cylindrical-coordinate representation of color #CC09BF: hue angle of 304º 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 #CC09BF is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 191 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.2 |
| HSL | 304º | 0.92% | 0.42% | - |
| HSV(B) | 304º | 0.96% | 0.8% | - |
| XYZ | 34.4 | 16.79 | 50.72 | - |
| YUV | 88.05 | 186.1 | 210.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 191 | 0 | 0.96 | 0.06 | 0.2 | 304 | 0.92 | 0.42 |
| Hex | CC | 9 | BF | 0 | 60 | 6 | 14 | 130 | 5C | 2A |
| Octal | 314 | 11 | 277 | 0 | 140 | 6 | 24 | 460 | 134 | 52 |
| Binary | 11001100 | 1001 | 10111111 | 0 | 1100000 | 110 | 10100 | 100110000 | 1011100 | 101010 |
Color Harmonies of #CC09BF
Complementary color
Monochromatic Colors of #CC09BF
Black with #CC09BF
Text Example
Text Example
White with #CC09BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC09BF; }
p { color: rgb(204,9,191); }
H1.HeaderClassName
{
color: #CC09BF;
}
.AnyTagClassName
{
color: #CC09BF;
}
</style>
background-color css
<style>
a { background-color: #CC09BF; }
a { background-color: rgb(204,9,191); }
div.DivClassName
{
background-color: #CC09BF;
}
.BgClassName
{
background-color: #CC09BF;
}
</style>
border-color css
<style>
span { border-color: #CC09BF; }
span { border-color: rgb(204,9,191); }
td.TdClassName
{
border-color: #CC09BF;
}
.TagClassName
{
border-color: #CC09BF;
}
</style>