Shades of Medium Red Violet #CC2AA5
Tints of Medium Red Violet #CC2AA5
RGB
CMYK
RGB Variations
Color information
#CC2AA5 (or 0xCC2AA5) is known color: Medium Red Violet. HEX triplet: CC, 2A and A5. RGB value is (204,42,165). Sum of RGB (Red+Green+Blue) = 204+42+165=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 42 (16.80% from 255 or 10.22% from 411); Blue value is 165 (64.84% from 255 or 40.15% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2AA5 is #33D55A. Grayscale: #686868. Windows color (decimal): -3396955 or 10824396. OLE color: 10824396.
HSL color Cylindrical-coordinate representation of color #CC2AA5: hue angle of 314.44º 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 #CC2AA5 is Cyan = 0, Magento = 0.79, Yellow = 0.19 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 42 | 165 | - |
| CMYK | 0 | 0.79 | 0.19 | 0.2 |
| HSL | 314.44º | 0.66% | 0.48% | - |
| HSV(B) | 314.44º | 0.79% | 0.8% | - |
| XYZ | 32.52 | 17.21 | 37.21 | - |
| YUV | 104.46 | 162.17 | 199 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 165 | 0 | 0.79 | 0.19 | 0.2 | 314.44 | 0.66 | 0.48 |
| Hex | CC | 2A | A5 | 0 | 4F | 13 | 14 | 13A | 42 | 30 |
| Octal | 314 | 52 | 245 | 0 | 117 | 23 | 24 | 472 | 102 | 60 |
| Binary | 11001100 | 101010 | 10100101 | 0 | 1001111 | 10011 | 10100 | 100111010 | 1000010 | 110000 |
Color Harmonies of #CC2AA5
Complementary color
Monochromatic Colors of #CC2AA5
Black with #CC2AA5
Text Example
Text Example
White with #CC2AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2AA5; }
p { color: rgb(204,42,165); }
H1.HeaderClassName
{
color: #CC2AA5;
}
.AnyTagClassName
{
color: #CC2AA5;
}
</style>
background-color css
<style>
a { background-color: #CC2AA5; }
a { background-color: rgb(204,42,165); }
div.DivClassName
{
background-color: #CC2AA5;
}
.BgClassName
{
background-color: #CC2AA5;
}
</style>
border-color css
<style>
span { border-color: #CC2AA5; }
span { border-color: rgb(204,42,165); }
td.TdClassName
{
border-color: #CC2AA5;
}
.TagClassName
{
border-color: #CC2AA5;
}
</style>