Shades of Deep Magenta #CC1ABB
Tints of Deep Magenta #CC1ABB
RGB
CMYK
RGB Variations
Color information
#CC1ABB (or 0xCC1ABB) is known color: Deep Magenta. HEX triplet: CC, 1A and BB. RGB value is (204,26,187). Sum of RGB (Red+Green+Blue) = 204+26+187=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 26 (10.55% from 255 or 6.24% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1ABB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ABB is #33E544. Grayscale: #616161. Windows color (decimal): -3401029 or 12262092. OLE color: 12262092.
HSL color Cylindrical-coordinate representation of color #CC1ABB: hue angle of 305.73º 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 #CC1ABB is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 26 | 187 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.2 |
| HSL | 305.73º | 0.77% | 0.45% | - |
| HSV(B) | 305.73º | 0.87% | 0.8% | - |
| XYZ | 34.24 | 17.16 | 48.52 | - |
| YUV | 97.58 | 178.47 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 187 | 0 | 0.87 | 0.08 | 0.2 | 305.73 | 0.77 | 0.45 |
| Hex | CC | 1A | BB | 0 | 57 | 8 | 14 | 132 | 4D | 2D |
| Octal | 314 | 32 | 273 | 0 | 127 | 10 | 24 | 462 | 115 | 55 |
| Binary | 11001100 | 11010 | 10111011 | 0 | 1010111 | 1000 | 10100 | 100110010 | 1001101 | 101101 |
Color Harmonies of #CC1ABB
Complementary color
Monochromatic Colors of #CC1ABB
Black with #CC1ABB
Text Example
Text Example
White with #CC1ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1ABB; }
p { color: rgb(204,26,187); }
H1.HeaderClassName
{
color: #CC1ABB;
}
.AnyTagClassName
{
color: #CC1ABB;
}
</style>
background-color css
<style>
a { background-color: #CC1ABB; }
a { background-color: rgb(204,26,187); }
div.DivClassName
{
background-color: #CC1ABB;
}
.BgClassName
{
background-color: #CC1ABB;
}
</style>
border-color css
<style>
span { border-color: #CC1ABB; }
span { border-color: rgb(204,26,187); }
td.TdClassName
{
border-color: #CC1ABB;
}
.TagClassName
{
border-color: #CC1ABB;
}
</style>