Shades of Medium Violet Red #CC1971
Tints of Medium Violet Red #CC1971
RGB
CMYK
RGB Variations
Color information
#CC1971 (or 0xCC1971) is known color: Medium Violet Red. HEX triplet: CC, 19 and 71. RGB value is (204,25,113). Sum of RGB (Red+Green+Blue) = 204+25+113=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 113 (44.53% from 255 or 33.04% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1971 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1971 is #33E68E. Grayscale: #585858. Windows color (decimal): -3401359 or 7412172. OLE color: 7412172.
HSL color Cylindrical-coordinate representation of color #CC1971: hue angle of 330.5º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1971 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 113 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.2 |
| HSL | 330.5º | 0.78% | 0.45% | - |
| HSV(B) | 330.5º | 0.88% | 0.8% | - |
| XYZ | 28.23 | 14.72 | 16.98 | - |
| YUV | 88.55 | 141.8 | 210.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 113 | 0 | 0.88 | 0.45 | 0.2 | 330.5 | 0.78 | 0.45 |
| Hex | CC | 19 | 71 | 0 | 58 | 2D | 14 | 14B | 4E | 2D |
| Octal | 314 | 31 | 161 | 0 | 130 | 55 | 24 | 513 | 116 | 55 |
| Binary | 11001100 | 11001 | 1110001 | 0 | 1011000 | 101101 | 10100 | 101001011 | 1001110 | 101101 |
Color Harmonies of #CC1971
Complementary color
Monochromatic Colors of #CC1971
Black with #CC1971
Text Example
Text Example
White with #CC1971
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1971; }
p { color: rgb(204,25,113); }
H1.HeaderClassName
{
color: #CC1971;
}
.AnyTagClassName
{
color: #CC1971;
}
</style>
background-color css
<style>
a { background-color: #CC1971; }
a { background-color: rgb(204,25,113); }
div.DivClassName
{
background-color: #CC1971;
}
.BgClassName
{
background-color: #CC1971;
}
</style>
border-color css
<style>
span { border-color: #CC1971; }
span { border-color: rgb(204,25,113); }
td.TdClassName
{
border-color: #CC1971;
}
.TagClassName
{
border-color: #CC1971;
}
</style>