Shades of Deep Magenta #CC04BB
Tints of Deep Magenta #CC04BB
RGB
CMYK
RGB Variations
Color information
#CC04BB (or 0xCC04BB) is known color: Deep Magenta. HEX triplet: CC, 04 and BB. RGB value is (204,4,187). Sum of RGB (Red+Green+Blue) = 204+4+187=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 4 (1.95% from 255 or 1.01% from 395); Blue value is 187 (73.44% from 255 or 47.34% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC04BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC04BB is #33FB44. Grayscale: #545454. Windows color (decimal): -3406661 or 12256460. OLE color: 12256460.
HSL color Cylindrical-coordinate representation of color #CC04BB: hue angle of 305.1º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC04BB is Cyan = 0, Magento = 0.98, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 4 | 187 | - |
| CMYK | 0 | 0.98 | 0.08 | 0.2 |
| HSL | 305.1º | 0.96% | 0.41% | - |
| HSV(B) | 305.1º | 0.98% | 0.8% | - |
| XYZ | 33.91 | 16.51 | 48.41 | - |
| YUV | 84.66 | 185.76 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 4 | 187 | 0 | 0.98 | 0.08 | 0.2 | 305.1 | 0.96 | 0.41 |
| Hex | CC | 4 | BB | 0 | 62 | 8 | 14 | 131 | 60 | 29 |
| Octal | 314 | 4 | 273 | 0 | 142 | 10 | 24 | 461 | 140 | 51 |
| Binary | 11001100 | 100 | 10111011 | 0 | 1100010 | 1000 | 10100 | 100110001 | 1100000 | 101001 |
Color Harmonies of #CC04BB
Complementary color
Monochromatic Colors of #CC04BB
Black with #CC04BB
Text Example
Text Example
White with #CC04BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC04BB; }
p { color: rgb(204,4,187); }
H1.HeaderClassName
{
color: #CC04BB;
}
.AnyTagClassName
{
color: #CC04BB;
}
</style>
background-color css
<style>
a { background-color: #CC04BB; }
a { background-color: rgb(204,4,187); }
div.DivClassName
{
background-color: #CC04BB;
}
.BgClassName
{
background-color: #CC04BB;
}
</style>
border-color css
<style>
span { border-color: #CC04BB; }
span { border-color: rgb(204,4,187); }
td.TdClassName
{
border-color: #CC04BB;
}
.TagClassName
{
border-color: #CC04BB;
}
</style>