Shades of Medium Violet Red #CC2170
Tints of Medium Violet Red #CC2170
RGB
CMYK
RGB Variations
Color information
#CC2170 (or 0xCC2170) is known color: Medium Violet Red. HEX triplet: CC, 21 and 70. RGB value is (204,33,112). Sum of RGB (Red+Green+Blue) = 204+33+112=349 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.45% from 349); Green value is 33 (13.28% from 255 or 9.46% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2170 is #33DE8F. Grayscale: #5C5C5C. Windows color (decimal): -3399312 or 7348684. OLE color: 7348684.
HSL color Cylindrical-coordinate representation of color #CC2170: hue angle of 332.28º 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 #CC2170 is Cyan = 0, Magento = 0.84, Yellow = 0.45 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 112 | - |
| CMYK | 0 | 0.84 | 0.45 | 0.2 |
| HSL | 332.28º | 0.72% | 0.46% | - |
| HSV(B) | 332.28º | 0.84% | 0.8% | - |
| XYZ | 28.37 | 15.09 | 16.75 | - |
| YUV | 93.14 | 138.65 | 207.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 112 | 0 | 0.84 | 0.45 | 0.2 | 332.28 | 0.72 | 0.46 |
| Hex | CC | 21 | 70 | 0 | 54 | 2D | 14 | 14C | 48 | 2E |
| Octal | 314 | 41 | 160 | 0 | 124 | 55 | 24 | 514 | 110 | 56 |
| Binary | 11001100 | 100001 | 1110000 | 0 | 1010100 | 101101 | 10100 | 101001100 | 1001000 | 101110 |
Color Harmonies of #CC2170
Complementary color
Monochromatic Colors of #CC2170
Black with #CC2170
Text Example
Text Example
White with #CC2170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2170; }
p { color: rgb(204,33,112); }
H1.HeaderClassName
{
color: #CC2170;
}
.AnyTagClassName
{
color: #CC2170;
}
</style>
background-color css
<style>
a { background-color: #CC2170; }
a { background-color: rgb(204,33,112); }
div.DivClassName
{
background-color: #CC2170;
}
.BgClassName
{
background-color: #CC2170;
}
</style>
border-color css
<style>
span { border-color: #CC2170; }
span { border-color: rgb(204,33,112); }
td.TdClassName
{
border-color: #CC2170;
}
.TagClassName
{
border-color: #CC2170;
}
</style>