Shades of Medium Red Violet #CC2A9C
Tints of Medium Red Violet #CC2A9C
RGB
CMYK
RGB Variations
Color information
#CC2A9C (or 0xCC2A9C) is known color: Medium Red Violet. HEX triplet: CC, 2A and 9C. RGB value is (204,42,156). Sum of RGB (Red+Green+Blue) = 204+42+156=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 42 (16.80% from 255 or 10.45% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2A9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2A9C is #33D563. Grayscale: #676767. Windows color (decimal): -3396964 or 10234572. OLE color: 10234572.
HSL color Cylindrical-coordinate representation of color #CC2A9C: hue angle of 317.78º 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 #CC2A9C is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 42 | 156 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.2 |
| HSL | 317.78º | 0.66% | 0.48% | - |
| HSV(B) | 317.78º | 0.79% | 0.8% | - |
| XYZ | 31.73 | 16.89 | 33.04 | - |
| YUV | 103.43 | 157.67 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 42 | 156 | 0 | 0.79 | 0.24 | 0.2 | 317.78 | 0.66 | 0.48 |
| Hex | CC | 2A | 9C | 0 | 4F | 18 | 14 | 13E | 42 | 30 |
| Octal | 314 | 52 | 234 | 0 | 117 | 30 | 24 | 476 | 102 | 60 |
| Binary | 11001100 | 101010 | 10011100 | 0 | 1001111 | 11000 | 10100 | 100111110 | 1000010 | 110000 |
Color Harmonies of #CC2A9C
Complementary color
Monochromatic Colors of #CC2A9C
Black with #CC2A9C
Text Example
Text Example
White with #CC2A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2A9C; }
p { color: rgb(204,42,156); }
H1.HeaderClassName
{
color: #CC2A9C;
}
.AnyTagClassName
{
color: #CC2A9C;
}
</style>
background-color css
<style>
a { background-color: #CC2A9C; }
a { background-color: rgb(204,42,156); }
div.DivClassName
{
background-color: #CC2A9C;
}
.BgClassName
{
background-color: #CC2A9C;
}
</style>
border-color css
<style>
span { border-color: #CC2A9C; }
span { border-color: rgb(204,42,156); }
td.TdClassName
{
border-color: #CC2A9C;
}
.TagClassName
{
border-color: #CC2A9C;
}
</style>