Shades of Medium Violet Red #CC2171
Tints of Medium Violet Red #CC2171
RGB
CMYK
RGB Variations
Color information
#CC2171 (or 0xCC2171) is known color: Medium Violet Red. HEX triplet: CC, 21 and 71. RGB value is (204,33,113). Sum of RGB (Red+Green+Blue) = 204+33+113=350 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.29% from 350); Green value is 33 (13.28% from 255 or 9.43% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2171 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2171 is #33DE8E. Grayscale: #5D5D5D. Windows color (decimal): -3399311 or 7414220. OLE color: 7414220.
HSL color Cylindrical-coordinate representation of color #CC2171: hue angle of 331.93º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CC2171 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 113 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.2 |
| HSL | 331.93º | 0.72% | 0.46% | - |
| HSV(B) | 331.93º | 0.84% | 0.8% | - |
| XYZ | 28.43 | 15.12 | 17.04 | - |
| YUV | 93.25 | 139.15 | 207 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 113 | 0 | 0.84 | 0.45 | 0.2 | 331.93 | 0.72 | 0.46 |
| Hex | CC | 21 | 71 | 0 | 54 | 2D | 14 | 14C | 48 | 2E |
| Octal | 314 | 41 | 161 | 0 | 124 | 55 | 24 | 514 | 110 | 56 |
| Binary | 11001100 | 100001 | 1110001 | 0 | 1010100 | 101101 | 10100 | 101001100 | 1001000 | 101110 |
Color Harmonies of #CC2171
Complementary color
Monochromatic Colors of #CC2171
Black with #CC2171
Text Example
Text Example
White with #CC2171
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2171; }
p { color: rgb(204,33,113); }
H1.HeaderClassName
{
color: #CC2171;
}
.AnyTagClassName
{
color: #CC2171;
}
</style>
background-color css
<style>
a { background-color: #CC2171; }
a { background-color: rgb(204,33,113); }
div.DivClassName
{
background-color: #CC2171;
}
.BgClassName
{
background-color: #CC2171;
}
</style>
border-color css
<style>
span { border-color: #CC2171; }
span { border-color: rgb(204,33,113); }
td.TdClassName
{
border-color: #CC2171;
}
.TagClassName
{
border-color: #CC2171;
}
</style>