Shades of Medium Red Violet #CC31A1
Tints of Medium Red Violet #CC31A1
RGB
CMYK
RGB Variations
Color information
#CC31A1 (or 0xCC31A1) is known color: Medium Red Violet. HEX triplet: CC, 31 and A1. RGB value is (204,49,161). Sum of RGB (Red+Green+Blue) = 204+49+161=414 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.28% from 414); Green value is 49 (19.53% from 255 or 11.84% from 414); Blue value is 161 (63.28% from 255 or 38.89% from 414); Max value from RGB is 204 - color contains mainly: red. Hex color #CC31A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CC31A1 is #33CE5E. Grayscale: #6B6B6B. Windows color (decimal): -3395167 or 10564044. OLE color: 10564044.
HSL color Cylindrical-coordinate representation of color #CC31A1: hue angle of 316.65º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CC31A1 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 49 | 161 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.2 |
| HSL | 316.65º | 0.61% | 0.5% | - |
| HSV(B) | 316.65º | 0.76% | 0.8% | - |
| XYZ | 32.43 | 17.61 | 35.41 | - |
| YUV | 108.11 | 157.85 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 49 | 161 | 0 | 0.76 | 0.21 | 0.2 | 316.65 | 0.61 | 0.5 |
| Hex | CC | 31 | A1 | 0 | 4C | 15 | 14 | 13D | 3D | 32 |
| Octal | 314 | 61 | 241 | 0 | 114 | 25 | 24 | 475 | 75 | 62 |
| Binary | 11001100 | 110001 | 10100001 | 0 | 1001100 | 10101 | 10100 | 100111101 | 111101 | 110010 |
Color Harmonies of #CC31A1
Complementary color
Monochromatic Colors of #CC31A1
Black with #CC31A1
Text Example
Text Example
White with #CC31A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC31A1; }
p { color: rgb(204,49,161); }
H1.HeaderClassName
{
color: #CC31A1;
}
.AnyTagClassName
{
color: #CC31A1;
}
</style>
background-color css
<style>
a { background-color: #CC31A1; }
a { background-color: rgb(204,49,161); }
div.DivClassName
{
background-color: #CC31A1;
}
.BgClassName
{
background-color: #CC31A1;
}
</style>
border-color css
<style>
span { border-color: #CC31A1; }
span { border-color: rgb(204,49,161); }
td.TdClassName
{
border-color: #CC31A1;
}
.TagClassName
{
border-color: #CC31A1;
}
</style>