Shades of Deep Magenta #CC08BC
Tints of Deep Magenta #CC08BC
RGB
CMYK
RGB Variations
Color information
#CC08BC (or 0xCC08BC) is known color: Deep Magenta. HEX triplet: CC, 08 and BC. RGB value is (204,8,188). Sum of RGB (Red+Green+Blue) = 204+8+188=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 8 (3.52% from 255 or 2% from 400); Blue value is 188 (73.83% from 255 or 47% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CC08BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08BC is #33F743. Grayscale: #565656. Windows color (decimal): -3405636 or 12323020. OLE color: 12323020.
HSL color Cylindrical-coordinate representation of color #CC08BC: hue angle of 304.9º 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 #CC08BC is Cyan = 0, Magento = 0.96, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 188 | - |
| CMYK | 0 | 0.96 | 0.08 | 0.2 |
| HSL | 304.9º | 0.92% | 0.42% | - |
| HSV(B) | 304.9º | 0.96% | 0.8% | - |
| XYZ | 34.07 | 16.64 | 48.99 | - |
| YUV | 87.12 | 184.93 | 211.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 188 | 0 | 0.96 | 0.08 | 0.2 | 304.9 | 0.92 | 0.42 |
| Hex | CC | 8 | BC | 0 | 60 | 8 | 14 | 131 | 5C | 2A |
| Octal | 314 | 10 | 274 | 0 | 140 | 10 | 24 | 461 | 134 | 52 |
| Binary | 11001100 | 1000 | 10111100 | 0 | 1100000 | 1000 | 10100 | 100110001 | 1011100 | 101010 |
Color Harmonies of #CC08BC
Complementary color
Monochromatic Colors of #CC08BC
Black with #CC08BC
Text Example
Text Example
White with #CC08BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC08BC; }
p { color: rgb(204,8,188); }
H1.HeaderClassName
{
color: #CC08BC;
}
.AnyTagClassName
{
color: #CC08BC;
}
</style>
background-color css
<style>
a { background-color: #CC08BC; }
a { background-color: rgb(204,8,188); }
div.DivClassName
{
background-color: #CC08BC;
}
.BgClassName
{
background-color: #CC08BC;
}
</style>
border-color css
<style>
span { border-color: #CC08BC; }
span { border-color: rgb(204,8,188); }
td.TdClassName
{
border-color: #CC08BC;
}
.TagClassName
{
border-color: #CC08BC;
}
</style>