Shades of Deep Magenta #CC1AAD
Tints of Deep Magenta #CC1AAD
RGB
CMYK
RGB Variations
Color information
#CC1AAD (or 0xCC1AAD) is known color: Deep Magenta. HEX triplet: CC, 1A and AD. RGB value is (204,26,173). Sum of RGB (Red+Green+Blue) = 204+26+173=403 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.62% from 403); Green value is 26 (10.55% from 255 or 6.45% from 403); Blue value is 173 (67.97% from 255 or 42.93% from 403); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1AAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC1AAD is #33E552. Grayscale: #5F5F5F. Windows color (decimal): -3401043 or 11344588. OLE color: 11344588.
HSL color Cylindrical-coordinate representation of color #CC1AAD: hue angle of 310.45º 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 #CC1AAD is Cyan = 0, Magento = 0.87, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 26 | 173 | - |
| CMYK | 0 | 0.87 | 0.15 | 0.2 |
| HSL | 310.45º | 0.77% | 0.45% | - |
| HSV(B) | 310.45º | 0.87% | 0.8% | - |
| XYZ | 32.81 | 16.59 | 41.01 | - |
| YUV | 95.98 | 171.47 | 205.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 26 | 173 | 0 | 0.87 | 0.15 | 0.2 | 310.45 | 0.77 | 0.45 |
| Hex | CC | 1A | AD | 0 | 57 | F | 14 | 136 | 4D | 2D |
| Octal | 314 | 32 | 255 | 0 | 127 | 17 | 24 | 466 | 115 | 55 |
| Binary | 11001100 | 11010 | 10101101 | 0 | 1010111 | 1111 | 10100 | 100110110 | 1001101 | 101101 |
Color Harmonies of #CC1AAD
Complementary color
Monochromatic Colors of #CC1AAD
Black with #CC1AAD
Text Example
Text Example
White with #CC1AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1AAD; }
p { color: rgb(204,26,173); }
H1.HeaderClassName
{
color: #CC1AAD;
}
.AnyTagClassName
{
color: #CC1AAD;
}
</style>
background-color css
<style>
a { background-color: #CC1AAD; }
a { background-color: rgb(204,26,173); }
div.DivClassName
{
background-color: #CC1AAD;
}
.BgClassName
{
background-color: #CC1AAD;
}
</style>
border-color css
<style>
span { border-color: #CC1AAD; }
span { border-color: rgb(204,26,173); }
td.TdClassName
{
border-color: #CC1AAD;
}
.TagClassName
{
border-color: #CC1AAD;
}
</style>