Shades of Medium Violet Red #CC1770
Tints of Medium Violet Red #CC1770
RGB
CMYK
RGB Variations
Color information
#CC1770 (or 0xCC1770) is known color: Medium Violet Red. HEX triplet: CC, 17 and 70. RGB value is (204,23,112). Sum of RGB (Red+Green+Blue) = 204+23+112=339 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.18% from 339); Green value is 23 (9.38% from 255 or 6.78% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1770 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1770 is #33E88F. Grayscale: #575757. Windows color (decimal): -3401872 or 7346124. OLE color: 7346124.
HSL color Cylindrical-coordinate representation of color #CC1770: hue angle of 330.5º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CC1770 is Cyan = 0, Magento = 0.89, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 23 | 112 | - |
| CMYK | 0 | 0.89 | 0.45 | 0.2 |
| HSL | 330.5º | 0.8% | 0.45% | - |
| HSV(B) | 330.5º | 0.89% | 0.8% | - |
| XYZ | 28.13 | 14.62 | 16.67 | - |
| YUV | 87.27 | 141.97 | 211.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 23 | 112 | 0 | 0.89 | 0.45 | 0.2 | 330.5 | 0.8 | 0.45 |
| Hex | CC | 17 | 70 | 0 | 59 | 2D | 14 | 14A | 50 | 2D |
| Octal | 314 | 27 | 160 | 0 | 131 | 55 | 24 | 512 | 120 | 55 |
| Binary | 11001100 | 10111 | 1110000 | 0 | 1011001 | 101101 | 10100 | 101001010 | 1010000 | 101101 |
Color Harmonies of #CC1770
Complementary color
Monochromatic Colors of #CC1770
Black with #CC1770
Text Example
Text Example
White with #CC1770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1770; }
p { color: rgb(204,23,112); }
H1.HeaderClassName
{
color: #CC1770;
}
.AnyTagClassName
{
color: #CC1770;
}
</style>
background-color css
<style>
a { background-color: #CC1770; }
a { background-color: rgb(204,23,112); }
div.DivClassName
{
background-color: #CC1770;
}
.BgClassName
{
background-color: #CC1770;
}
</style>
border-color css
<style>
span { border-color: #CC1770; }
span { border-color: rgb(204,23,112); }
td.TdClassName
{
border-color: #CC1770;
}
.TagClassName
{
border-color: #CC1770;
}
</style>