Shades of Medium Red Violet #CC2CA9
Tints of Medium Red Violet #CC2CA9
RGB
CMYK
RGB Variations
Color information
#CC2CA9 (or 0xCC2CA9) is known color: Medium Red Violet. HEX triplet: CC, 2C and A9. RGB value is (204,44,169). Sum of RGB (Red+Green+Blue) = 204+44+169=417 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.92% from 417); Green value is 44 (17.58% from 255 or 10.55% from 417); Blue value is 169 (66.41% from 255 or 40.53% from 417); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2CA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2CA9 is #33D356. Grayscale: #696969. Windows color (decimal): -3396439 or 11087052. OLE color: 11087052.
HSL color Cylindrical-coordinate representation of color #CC2CA9: hue angle of 313.12º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CC2CA9 is Cyan = 0, Magento = 0.78, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 44 | 169 | - |
| CMYK | 0 | 0.78 | 0.17 | 0.2 |
| HSL | 313.13º | 0.65% | 0.49% | - |
| HSV(B) | 313.13º | 0.78% | 0.8% | - |
| XYZ | 32.96 | 17.5 | 39.18 | - |
| YUV | 106.09 | 163.51 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 44 | 169 | 0 | 0.78 | 0.17 | 0.2 | 313.13 | 0.65 | 0.49 |
| Hex | CC | 2C | A9 | 0 | 4E | 11 | 14 | 139 | 41 | 31 |
| Octal | 314 | 54 | 251 | 0 | 116 | 21 | 24 | 471 | 101 | 61 |
| Binary | 11001100 | 101100 | 10101001 | 0 | 1001110 | 10001 | 10100 | 100111001 | 1000001 | 110001 |
Color Harmonies of #CC2CA9
Complementary color
Monochromatic Colors of #CC2CA9
Black with #CC2CA9
Text Example
Text Example
White with #CC2CA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2CA9; }
p { color: rgb(204,44,169); }
H1.HeaderClassName
{
color: #CC2CA9;
}
.AnyTagClassName
{
color: #CC2CA9;
}
</style>
background-color css
<style>
a { background-color: #CC2CA9; }
a { background-color: rgb(204,44,169); }
div.DivClassName
{
background-color: #CC2CA9;
}
.BgClassName
{
background-color: #CC2CA9;
}
</style>
border-color css
<style>
span { border-color: #CC2CA9; }
span { border-color: rgb(204,44,169); }
td.TdClassName
{
border-color: #CC2CA9;
}
.TagClassName
{
border-color: #CC2CA9;
}
</style>