Shades of Deep Magenta #CC1ACE
Tints of Deep Magenta #CC1ACE
RGB
CMYK
RGB Variations
Color information
#CC1ACE (or 0xCC1ACE) is known color: Deep Magenta. HEX triplet: CC, 1A and CE. RGB value is (204,26,206). Sum of RGB (Red+Green+Blue) = 204+26+206=436 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.79% from 436); Green value is 26 (10.55% from 255 or 5.96% from 436); Blue value is 206 (80.86% from 255 or 47.25% from 436); Max value from RGB is 206 - color contains mainly: blue. Hex color #CC1ACE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CC1ACE is #33E531. Grayscale: #636363. Windows color (decimal): -3401010 or 13507276. OLE color: 13507276.
HSL color Cylindrical-coordinate representation of color #CC1ACE: hue angle of 299.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CC1ACE is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 204 | 26 | 206 | - |
| CMYK | 0.01 | 0.87 | 0 | 0.19 |
| HSL | 299.33º | 0.78% | 0.45% | - |
| HSV(B) | 299.33º | 0.87% | 0.81% | - |
| XYZ | 36.41 | 18.03 | 59.95 | - |
| YUV | 99.74 | 187.97 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 206 | 0.01 | 0.87 | 0 | 0.19 | 299.33 | 0.78 | 0.45 |
| Hex | CC | 1A | CE | 1 | 57 | 0 | 13 | 12B | 4E | 2D |
| Octal | 314 | 32 | 316 | 1 | 127 | 0 | 23 | 453 | 116 | 55 |
| Binary | 11001100 | 11010 | 11001110 | 1 | 1010111 | 0 | 10011 | 100101011 | 1001110 | 101101 |
Color Harmonies of #CC1ACE
Complementary color
Monochromatic Colors of #CC1ACE
Black with #CC1ACE
Text Example
Text Example
White with #CC1ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1ACE; }
p { color: rgb(204,26,206); }
H1.HeaderClassName
{
color: #CC1ACE;
}
.AnyTagClassName
{
color: #CC1ACE;
}
</style>
background-color css
<style>
a { background-color: #CC1ACE; }
a { background-color: rgb(204,26,206); }
div.DivClassName
{
background-color: #CC1ACE;
}
.BgClassName
{
background-color: #CC1ACE;
}
</style>
border-color css
<style>
span { border-color: #CC1ACE; }
span { border-color: rgb(204,26,206); }
td.TdClassName
{
border-color: #CC1ACE;
}
.TagClassName
{
border-color: #CC1ACE;
}
</style>