Shades of Deep Magenta #CC08C9
Tints of Deep Magenta #CC08C9
RGB
CMYK
RGB Variations
Color information
#CC08C9 (or 0xCC08C9) is known color: Deep Magenta. HEX triplet: CC, 08 and C9. RGB value is (204,8,201). Sum of RGB (Red+Green+Blue) = 204+8+201=413 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.39% from 413); Green value is 8 (3.52% from 255 or 1.94% from 413); Blue value is 201 (78.91% from 255 or 48.67% from 413); Max value from RGB is 204 - color contains mainly: red. Hex color #CC08C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08C9 is #33F736. Grayscale: #585858. Windows color (decimal): -3405623 or 13174988. OLE color: 13174988.
HSL color Cylindrical-coordinate representation of color #CC08C9: hue angle of 300.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 #CC08C9 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 201 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.2 |
| HSL | 300.92º | 0.92% | 0.42% | - |
| HSV(B) | 300.92º | 0.96% | 0.8% | - |
| XYZ | 35.53 | 17.23 | 56.71 | - |
| YUV | 88.61 | 191.43 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 201 | 0 | 0.96 | 0.01 | 0.2 | 300.92 | 0.92 | 0.42 |
| Hex | CC | 8 | C9 | 0 | 60 | 1 | 14 | 12D | 5C | 2A |
| Octal | 314 | 10 | 311 | 0 | 140 | 1 | 24 | 455 | 134 | 52 |
| Binary | 11001100 | 1000 | 11001001 | 0 | 1100000 | 1 | 10100 | 100101101 | 1011100 | 101010 |
Color Harmonies of #CC08C9
Complementary color
Monochromatic Colors of #CC08C9
Black with #CC08C9
Text Example
Text Example
White with #CC08C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC08C9; }
p { color: rgb(204,8,201); }
H1.HeaderClassName
{
color: #CC08C9;
}
.AnyTagClassName
{
color: #CC08C9;
}
</style>
background-color css
<style>
a { background-color: #CC08C9; }
a { background-color: rgb(204,8,201); }
div.DivClassName
{
background-color: #CC08C9;
}
.BgClassName
{
background-color: #CC08C9;
}
</style>
border-color css
<style>
span { border-color: #CC08C9; }
span { border-color: rgb(204,8,201); }
td.TdClassName
{
border-color: #CC08C9;
}
.TagClassName
{
border-color: #CC08C9;
}
</style>