Shades of Medium Violet Red #CC1970
Tints of Medium Violet Red #CC1970
RGB
CMYK
RGB Variations
Color information
#CC1970 (or 0xCC1970) is known color: Medium Violet Red. HEX triplet: CC, 19 and 70. RGB value is (204,25,112). Sum of RGB (Red+Green+Blue) = 204+25+112=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 25 (10.16% from 255 or 7.33% from 341); Blue value is 112 (44.14% from 255 or 32.84% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1970 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1970 is #33E68F. Grayscale: #585858. Windows color (decimal): -3401360 or 7346636. OLE color: 7346636.
HSL color Cylindrical-coordinate representation of color #CC1970: hue angle of 330.84º 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 #CC1970 is Cyan = 0, Magento = 0.88, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 112 | - |
| CMYK | 0 | 0.88 | 0.45 | 0.2 |
| HSL | 330.84º | 0.78% | 0.45% | - |
| HSV(B) | 330.84º | 0.88% | 0.8% | - |
| XYZ | 28.17 | 14.7 | 16.68 | - |
| YUV | 88.44 | 141.3 | 210.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 112 | 0 | 0.88 | 0.45 | 0.2 | 330.84 | 0.78 | 0.45 |
| Hex | CC | 19 | 70 | 0 | 58 | 2D | 14 | 14B | 4E | 2D |
| Octal | 314 | 31 | 160 | 0 | 130 | 55 | 24 | 513 | 116 | 55 |
| Binary | 11001100 | 11001 | 1110000 | 0 | 1011000 | 101101 | 10100 | 101001011 | 1001110 | 101101 |
Color Harmonies of #CC1970
Complementary color
Monochromatic Colors of #CC1970
Black with #CC1970
Text Example
Text Example
White with #CC1970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1970; }
p { color: rgb(204,25,112); }
H1.HeaderClassName
{
color: #CC1970;
}
.AnyTagClassName
{
color: #CC1970;
}
</style>
background-color css
<style>
a { background-color: #CC1970; }
a { background-color: rgb(204,25,112); }
div.DivClassName
{
background-color: #CC1970;
}
.BgClassName
{
background-color: #CC1970;
}
</style>
border-color css
<style>
span { border-color: #CC1970; }
span { border-color: rgb(204,25,112); }
td.TdClassName
{
border-color: #CC1970;
}
.TagClassName
{
border-color: #CC1970;
}
</style>