Shades of Medium Red Violet #CC2BA9
Tints of Medium Red Violet #CC2BA9
RGB
CMYK
RGB Variations
Color information
#CC2BA9 (or 0xCC2BA9) is known color: Medium Red Violet. HEX triplet: CC, 2B and A9. RGB value is (204,43,169). Sum of RGB (Red+Green+Blue) = 204+43+169=416 (55% of max value = 765). Red value is 204 (80.08% from 255 or 49.04% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 169 (66.41% from 255 or 40.62% from 416); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2BA9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2BA9 is #33D456. Grayscale: #696969. Windows color (decimal): -3396695 or 11086796. OLE color: 11086796.
HSL color Cylindrical-coordinate representation of color #CC2BA9: hue angle of 313.04º degrees, saturation: 0.65, 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 #CC2BA9 is Cyan = 0, Magento = 0.79, Yellow = 0.17 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 43 | 169 | - |
| CMYK | 0 | 0.79 | 0.17 | 0.2 |
| HSL | 313.04º | 0.65% | 0.48% | - |
| HSV(B) | 313.04º | 0.79% | 0.8% | - |
| XYZ | 32.93 | 17.43 | 39.16 | - |
| YUV | 105.5 | 163.84 | 198.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 43 | 169 | 0 | 0.79 | 0.17 | 0.2 | 313.04 | 0.65 | 0.48 |
| Hex | CC | 2B | A9 | 0 | 4F | 11 | 14 | 139 | 41 | 30 |
| Octal | 314 | 53 | 251 | 0 | 117 | 21 | 24 | 471 | 101 | 60 |
| Binary | 11001100 | 101011 | 10101001 | 0 | 1001111 | 10001 | 10100 | 100111001 | 1000001 | 110000 |
Color Harmonies of #CC2BA9
Complementary color
Monochromatic Colors of #CC2BA9
Black with #CC2BA9
Text Example
Text Example
White with #CC2BA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2BA9; }
p { color: rgb(204,43,169); }
H1.HeaderClassName
{
color: #CC2BA9;
}
.AnyTagClassName
{
color: #CC2BA9;
}
</style>
background-color css
<style>
a { background-color: #CC2BA9; }
a { background-color: rgb(204,43,169); }
div.DivClassName
{
background-color: #CC2BA9;
}
.BgClassName
{
background-color: #CC2BA9;
}
</style>
border-color css
<style>
span { border-color: #CC2BA9; }
span { border-color: rgb(204,43,169); }
td.TdClassName
{
border-color: #CC2BA9;
}
.TagClassName
{
border-color: #CC2BA9;
}
</style>