Shades of Deep Magenta #CC1ACB
Tints of Deep Magenta #CC1ACB
RGB
CMYK
RGB Variations
Color information
#CC1ACB (or 0xCC1ACB) is known color: Deep Magenta. HEX triplet: CC, 1A and CB. RGB value is (204,26,203). Sum of RGB (Red+Green+Blue) = 204+26+203=433 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.11% from 433); Green value is 26 (10.55% from 255 or 6.00% from 433); Blue value is 203 (79.69% from 255 or 46.88% from 433); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1ACB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ACB is #33E534. Grayscale: #626262. Windows color (decimal): -3401013 or 13310668. OLE color: 13310668.
HSL color Cylindrical-coordinate representation of color #CC1ACB: hue angle of 300.34º 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 #CC1ACB is Cyan = 0, Magento = 0.87, Yellow = 0.00 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 26 | 203 | - |
| CMYK | 0 | 0.87 | 0.00 | 0.2 |
| HSL | 300.34º | 0.77% | 0.45% | - |
| HSV(B) | 300.34º | 0.87% | 0.8% | - |
| XYZ | 36.05 | 17.89 | 58.05 | - |
| YUV | 99.4 | 186.47 | 202.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 203 | 0 | 0.87 | 0.00 | 0.2 | 300.34 | 0.77 | 0.45 |
| Hex | CC | 1A | CB | 0 | 57 | 0 | 14 | 12C | 4D | 2D |
| Octal | 314 | 32 | 313 | 0 | 127 | 0 | 24 | 454 | 115 | 55 |
| Binary | 11001100 | 11010 | 11001011 | 0 | 1010111 | 0 | 10100 | 100101100 | 1001101 | 101101 |
Color Harmonies of #CC1ACB
Complementary color
Monochromatic Colors of #CC1ACB
Black with #CC1ACB
Text Example
Text Example
White with #CC1ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1ACB; }
p { color: rgb(204,26,203); }
H1.HeaderClassName
{
color: #CC1ACB;
}
.AnyTagClassName
{
color: #CC1ACB;
}
</style>
background-color css
<style>
a { background-color: #CC1ACB; }
a { background-color: rgb(204,26,203); }
div.DivClassName
{
background-color: #CC1ACB;
}
.BgClassName
{
background-color: #CC1ACB;
}
</style>
border-color css
<style>
span { border-color: #CC1ACB; }
span { border-color: rgb(204,26,203); }
td.TdClassName
{
border-color: #CC1ACB;
}
.TagClassName
{
border-color: #CC1ACB;
}
</style>