Shades of Medium Red Violet #CC2FA0
Tints of Medium Red Violet #CC2FA0
RGB
CMYK
RGB Variations
Color information
#CC2FA0 (or 0xCC2FA0) is known color: Medium Red Violet. HEX triplet: CC, 2F and A0. RGB value is (204,47,160). Sum of RGB (Red+Green+Blue) = 204+47+160=411 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.64% from 411); Green value is 47 (18.75% from 255 or 11.44% from 411); Blue value is 160 (62.89% from 255 or 38.93% from 411); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC2FA0 is #33D05F. Grayscale: #6A6A6A. Windows color (decimal): -3395680 or 10497996. OLE color: 10497996.
HSL color Cylindrical-coordinate representation of color #CC2FA0: hue angle of 316.82º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CC2FA0 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 47 | 160 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.2 |
| HSL | 316.82º | 0.63% | 0.49% | - |
| HSV(B) | 316.82º | 0.77% | 0.8% | - |
| XYZ | 32.26 | 17.41 | 34.92 | - |
| YUV | 106.83 | 158.01 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 47 | 160 | 0 | 0.77 | 0.22 | 0.2 | 316.82 | 0.63 | 0.49 |
| Hex | CC | 2F | A0 | 0 | 4D | 16 | 14 | 13D | 3F | 31 |
| Octal | 314 | 57 | 240 | 0 | 115 | 26 | 24 | 475 | 77 | 61 |
| Binary | 11001100 | 101111 | 10100000 | 0 | 1001101 | 10110 | 10100 | 100111101 | 111111 | 110001 |
Color Harmonies of #CC2FA0
Complementary color
Monochromatic Colors of #CC2FA0
Black with #CC2FA0
Text Example
Text Example
White with #CC2FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2FA0; }
p { color: rgb(204,47,160); }
H1.HeaderClassName
{
color: #CC2FA0;
}
.AnyTagClassName
{
color: #CC2FA0;
}
</style>
background-color css
<style>
a { background-color: #CC2FA0; }
a { background-color: rgb(204,47,160); }
div.DivClassName
{
background-color: #CC2FA0;
}
.BgClassName
{
background-color: #CC2FA0;
}
</style>
border-color css
<style>
span { border-color: #CC2FA0; }
span { border-color: rgb(204,47,160); }
td.TdClassName
{
border-color: #CC2FA0;
}
.TagClassName
{
border-color: #CC2FA0;
}
</style>