Shades of Deep Magenta #CC1AAE
Tints of Deep Magenta #CC1AAE
RGB
CMYK
RGB Variations
Color information
#CC1AAE (or 0xCC1AAE) is known color: Deep Magenta. HEX triplet: CC, 1A and AE. RGB value is (204,26,174). Sum of RGB (Red+Green+Blue) = 204+26+174=404 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.50% from 404); Green value is 26 (10.55% from 255 or 6.44% from 404); Blue value is 174 (68.36% from 255 or 43.07% from 404); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1AAE is #33E551. Grayscale: #5F5F5F. Windows color (decimal): -3401042 or 11410124. OLE color: 11410124.
HSL color Cylindrical-coordinate representation of color #CC1AAE: hue angle of 310.11º 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 #CC1AAE is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 26 | 174 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.2 |
| HSL | 310.11º | 0.77% | 0.45% | - |
| HSV(B) | 310.11º | 0.87% | 0.8% | - |
| XYZ | 32.91 | 16.63 | 41.52 | - |
| YUV | 96.09 | 171.97 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 174 | 0 | 0.87 | 0.15 | 0.2 | 310.11 | 0.77 | 0.45 |
| Hex | CC | 1A | AE | 0 | 57 | F | 14 | 136 | 4D | 2D |
| Octal | 314 | 32 | 256 | 0 | 127 | 17 | 24 | 466 | 115 | 55 |
| Binary | 11001100 | 11010 | 10101110 | 0 | 1010111 | 1111 | 10100 | 100110110 | 1001101 | 101101 |
Color Harmonies of #CC1AAE
Complementary color
Monochromatic Colors of #CC1AAE
Black with #CC1AAE
Text Example
Text Example
White with #CC1AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1AAE; }
p { color: rgb(204,26,174); }
H1.HeaderClassName
{
color: #CC1AAE;
}
.AnyTagClassName
{
color: #CC1AAE;
}
</style>
background-color css
<style>
a { background-color: #CC1AAE; }
a { background-color: rgb(204,26,174); }
div.DivClassName
{
background-color: #CC1AAE;
}
.BgClassName
{
background-color: #CC1AAE;
}
</style>
border-color css
<style>
span { border-color: #CC1AAE; }
span { border-color: rgb(204,26,174); }
td.TdClassName
{
border-color: #CC1AAE;
}
.TagClassName
{
border-color: #CC1AAE;
}
</style>