Shades of Deep Magenta #CC1BBC
Tints of Deep Magenta #CC1BBC
RGB
CMYK
RGB Variations
Color information
#CC1BBC (or 0xCC1BBC) is known color: Deep Magenta. HEX triplet: CC, 1B and BC. RGB value is (204,27,188). Sum of RGB (Red+Green+Blue) = 204+27+188=419 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.69% from 419); Green value is 27 (10.94% from 255 or 6.44% from 419); Blue value is 188 (73.83% from 255 or 44.87% from 419); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1BBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1BBC is #33E443. Grayscale: #616161. Windows color (decimal): -3400772 or 12327884. OLE color: 12327884.
HSL color Cylindrical-coordinate representation of color #CC1BBC: hue angle of 305.42º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1BBC is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 27 | 188 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.2 |
| HSL | 305.42º | 0.77% | 0.45% | - |
| HSV(B) | 305.42º | 0.87% | 0.8% | - |
| XYZ | 34.37 | 17.25 | 49.1 | - |
| YUV | 98.28 | 178.64 | 203.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 27 | 188 | 0 | 0.87 | 0.08 | 0.2 | 305.42 | 0.77 | 0.45 |
| Hex | CC | 1B | BC | 0 | 57 | 8 | 14 | 131 | 4D | 2D |
| Octal | 314 | 33 | 274 | 0 | 127 | 10 | 24 | 461 | 115 | 55 |
| Binary | 11001100 | 11011 | 10111100 | 0 | 1010111 | 1000 | 10100 | 100110001 | 1001101 | 101101 |
Color Harmonies of #CC1BBC
Complementary color
Monochromatic Colors of #CC1BBC
Black with #CC1BBC
Text Example
Text Example
White with #CC1BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1BBC; }
p { color: rgb(204,27,188); }
H1.HeaderClassName
{
color: #CC1BBC;
}
.AnyTagClassName
{
color: #CC1BBC;
}
</style>
background-color css
<style>
a { background-color: #CC1BBC; }
a { background-color: rgb(204,27,188); }
div.DivClassName
{
background-color: #CC1BBC;
}
.BgClassName
{
background-color: #CC1BBC;
}
</style>
border-color css
<style>
span { border-color: #CC1BBC; }
span { border-color: rgb(204,27,188); }
td.TdClassName
{
border-color: #CC1BBC;
}
.TagClassName
{
border-color: #CC1BBC;
}
</style>