Shades of Deep Magenta #CC08CB
Tints of Deep Magenta #CC08CB
RGB
CMYK
RGB Variations
Color information
#CC08CB (or 0xCC08CB) is known color: Deep Magenta. HEX triplet: CC, 08 and CB. RGB value is (204,8,203). Sum of RGB (Red+Green+Blue) = 204+8+203=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CC08CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC08CB is #33F734. Grayscale: #585858. Windows color (decimal): -3405621 or 13306060. OLE color: 13306060.
HSL color Cylindrical-coordinate representation of color #CC08CB: hue angle of 300.31º 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 #CC08CB is Cyan = 0, Magento = 0.96, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 203 | - |
| CMYK | 0 | 0.96 | 0.00 | 0.2 |
| HSL | 300.31º | 0.92% | 0.42% | - |
| HSV(B) | 300.31º | 0.96% | 0.8% | - |
| XYZ | 35.77 | 17.32 | 57.96 | - |
| YUV | 88.83 | 192.43 | 210.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 203 | 0 | 0.96 | 0.00 | 0.2 | 300.31 | 0.92 | 0.42 |
| Hex | CC | 8 | CB | 0 | 60 | 0 | 14 | 12C | 5C | 2A |
| Octal | 314 | 10 | 313 | 0 | 140 | 0 | 24 | 454 | 134 | 52 |
| Binary | 11001100 | 1000 | 11001011 | 0 | 1100000 | 0 | 10100 | 100101100 | 1011100 | 101010 |
Color Harmonies of #CC08CB
Complementary color
Monochromatic Colors of #CC08CB
Black with #CC08CB
Text Example
Text Example
White with #CC08CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC08CB; }
p { color: rgb(204,8,203); }
H1.HeaderClassName
{
color: #CC08CB;
}
.AnyTagClassName
{
color: #CC08CB;
}
</style>
background-color css
<style>
a { background-color: #CC08CB; }
a { background-color: rgb(204,8,203); }
div.DivClassName
{
background-color: #CC08CB;
}
.BgClassName
{
background-color: #CC08CB;
}
</style>
border-color css
<style>
span { border-color: #CC08CB; }
span { border-color: rgb(204,8,203); }
td.TdClassName
{
border-color: #CC08CB;
}
.TagClassName
{
border-color: #CC08CB;
}
</style>