Shades of Medium Red Violet #CC2AAE
Tints of Medium Red Violet #CC2AAE
RGB
CMYK
RGB Variations
Color information
#CC2AAE (or 0xCC2AAE) is known color: Medium Red Violet. HEX triplet: CC, 2A and AE. RGB value is (204,42,174). Sum of RGB (Red+Green+Blue) = 204+42+174=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 42 (16.80% from 255 or 10% from 420); Blue value is 174 (68.36% from 255 or 41.43% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2AAE is #33D551. Grayscale: #696969. Windows color (decimal): -3396946 or 11414220. OLE color: 11414220.
HSL color Cylindrical-coordinate representation of color #CC2AAE: hue angle of 311.11º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CC2AAE is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 42 | 174 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.2 |
| HSL | 311.11º | 0.66% | 0.48% | - |
| HSV(B) | 311.11º | 0.79% | 0.8% | - |
| XYZ | 33.37 | 17.55 | 41.67 | - |
| YUV | 105.49 | 166.67 | 198.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 174 | 0 | 0.79 | 0.15 | 0.2 | 311.11 | 0.66 | 0.48 |
| Hex | CC | 2A | AE | 0 | 4F | F | 14 | 137 | 42 | 30 |
| Octal | 314 | 52 | 256 | 0 | 117 | 17 | 24 | 467 | 102 | 60 |
| Binary | 11001100 | 101010 | 10101110 | 0 | 1001111 | 1111 | 10100 | 100110111 | 1000010 | 110000 |
Color Harmonies of #CC2AAE
Complementary color
Monochromatic Colors of #CC2AAE
Black with #CC2AAE
Text Example
Text Example
White with #CC2AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2AAE; }
p { color: rgb(204,42,174); }
H1.HeaderClassName
{
color: #CC2AAE;
}
.AnyTagClassName
{
color: #CC2AAE;
}
</style>
background-color css
<style>
a { background-color: #CC2AAE; }
a { background-color: rgb(204,42,174); }
div.DivClassName
{
background-color: #CC2AAE;
}
.BgClassName
{
background-color: #CC2AAE;
}
</style>
border-color css
<style>
span { border-color: #CC2AAE; }
span { border-color: rgb(204,42,174); }
td.TdClassName
{
border-color: #CC2AAE;
}
.TagClassName
{
border-color: #CC2AAE;
}
</style>