Shades of Deep Magenta #CC00BB
Tints of Deep Magenta #CC00BB
RGB
CMYK
RGB Variations
Color information
#CC00BB (or 0xCC00BB) is known color: Deep Magenta. HEX triplet: CC, 00 and BB. RGB value is (204,0,187). Sum of RGB (Red+Green+Blue) = 204+0+187=391 (51% of max value = 765). Red value is 204 (80.08% from 255 or 52.17% from 391); Green value is 0 (0.39% from 255 or 0% from 391); Blue value is 187 (73.44% from 255 or 47.83% from 391); Max value from RGB is 204 - color contains mainly: red. Hex color #CC00BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CC00BB is #33FF44. Grayscale: #515151. Windows color (decimal): -3407685 or 12255436. OLE color: 12255436.
HSL color Cylindrical-coordinate representation of color #CC00BB: hue angle of 305º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CC00BB is Cyan = 0, Magento = 1, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 0 | 187 | - |
| CMYK | 0 | 1 | 0.08 | 0.2 |
| HSL | 305º | 1% | 0.4% | - |
| HSV(B) | 305º | 1% | 0.8% | - |
| XYZ | 33.87 | 16.43 | 48.4 | - |
| YUV | 82.31 | 187.09 | 214.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 0 | 187 | 0 | 1 | 0.08 | 0.2 | 305 | 1 | 0.4 |
| Hex | CC | 0 | BB | 0 | 64 | 8 | 14 | 131 | 64 | 28 |
| Octal | 314 | 0 | 273 | 0 | 144 | 10 | 24 | 461 | 144 | 50 |
| Binary | 11001100 | 0 | 10111011 | 0 | 1100100 | 1000 | 10100 | 100110001 | 1100100 | 101000 |
Color Harmonies of #CC00BB
Complementary color
Monochromatic Colors of #CC00BB
Black with #CC00BB
Text Example
Text Example
White with #CC00BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC00BB; }
p { color: rgb(204,0,187); }
H1.HeaderClassName
{
color: #CC00BB;
}
.AnyTagClassName
{
color: #CC00BB;
}
</style>
background-color css
<style>
a { background-color: #CC00BB; }
a { background-color: rgb(204,0,187); }
div.DivClassName
{
background-color: #CC00BB;
}
.BgClassName
{
background-color: #CC00BB;
}
</style>
border-color css
<style>
span { border-color: #CC00BB; }
span { border-color: rgb(204,0,187); }
td.TdClassName
{
border-color: #CC00BB;
}
.TagClassName
{
border-color: #CC00BB;
}
</style>