Shades of Deep Magenta #CC08CA
Tints of Deep Magenta #CC08CA
RGB
CMYK
RGB Variations
Color information
#CC08CA (or 0xCC08CA) is known color: Deep Magenta. HEX triplet: CC, 08 and CA. RGB value is (204,8,202). Sum of RGB (Red+Green+Blue) = 204+8+202=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 8 (3.52% from 255 or 1.93% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC08CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08CA is #33F735. Grayscale: #585858. Windows color (decimal): -3405622 or 13240524. OLE color: 13240524.
HSL color Cylindrical-coordinate representation of color #CC08CA: hue angle of 300.61º 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 #CC08CA is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 202 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.2 |
| HSL | 300.61º | 0.92% | 0.42% | - |
| HSV(B) | 300.61º | 0.96% | 0.8% | - |
| XYZ | 35.65 | 17.28 | 57.33 | - |
| YUV | 88.72 | 191.93 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 202 | 0 | 0.96 | 0.01 | 0.2 | 300.61 | 0.92 | 0.42 |
| Hex | CC | 8 | CA | 0 | 60 | 1 | 14 | 12D | 5C | 2A |
| Octal | 314 | 10 | 312 | 0 | 140 | 1 | 24 | 455 | 134 | 52 |
| Binary | 11001100 | 1000 | 11001010 | 0 | 1100000 | 1 | 10100 | 100101101 | 1011100 | 101010 |
Color Harmonies of #CC08CA
Complementary color
Monochromatic Colors of #CC08CA
Black with #CC08CA
Text Example
Text Example
White with #CC08CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC08CA; }
p { color: rgb(204,8,202); }
H1.HeaderClassName
{
color: #CC08CA;
}
.AnyTagClassName
{
color: #CC08CA;
}
</style>
background-color css
<style>
a { background-color: #CC08CA; }
a { background-color: rgb(204,8,202); }
div.DivClassName
{
background-color: #CC08CA;
}
.BgClassName
{
background-color: #CC08CA;
}
</style>
border-color css
<style>
span { border-color: #CC08CA; }
span { border-color: rgb(204,8,202); }
td.TdClassName
{
border-color: #CC08CA;
}
.TagClassName
{
border-color: #CC08CA;
}
</style>