Shades of Medium Violet Red #CC2174
Tints of Medium Violet Red #CC2174
RGB
CMYK
RGB Variations
Color information
#CC2174 (or 0xCC2174) is known color: Medium Violet Red. HEX triplet: CC, 21 and 74. RGB value is (204,33,116). Sum of RGB (Red+Green+Blue) = 204+33+116=353 (46% of max value = 765). Red value is 204 (80.08% from 255 or 57.79% from 353); Green value is 33 (13.28% from 255 or 9.35% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2174 is #33DE8B. Grayscale: #5D5D5D. Windows color (decimal): -3399308 or 7610828. OLE color: 7610828.
HSL color Cylindrical-coordinate representation of color #CC2174: hue angle of 330.88º 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 #CC2174 is Cyan = 0, Magento = 0.84, Yellow = 0.43 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 116 | - |
| CMYK | 0 | 0.84 | 0.43 | 0.2 |
| HSL | 330.88º | 0.72% | 0.46% | - |
| HSV(B) | 330.88º | 0.84% | 0.8% | - |
| XYZ | 28.6 | 15.19 | 17.95 | - |
| YUV | 93.59 | 140.65 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 116 | 0 | 0.84 | 0.43 | 0.2 | 330.88 | 0.72 | 0.46 |
| Hex | CC | 21 | 74 | 0 | 54 | 2B | 14 | 14B | 48 | 2E |
| Octal | 314 | 41 | 164 | 0 | 124 | 53 | 24 | 513 | 110 | 56 |
| Binary | 11001100 | 100001 | 1110100 | 0 | 1010100 | 101011 | 10100 | 101001011 | 1001000 | 101110 |
Color Harmonies of #CC2174
Complementary color
Monochromatic Colors of #CC2174
Black with #CC2174
Text Example
Text Example
White with #CC2174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2174; }
p { color: rgb(204,33,116); }
H1.HeaderClassName
{
color: #CC2174;
}
.AnyTagClassName
{
color: #CC2174;
}
</style>
background-color css
<style>
a { background-color: #CC2174; }
a { background-color: rgb(204,33,116); }
div.DivClassName
{
background-color: #CC2174;
}
.BgClassName
{
background-color: #CC2174;
}
</style>
border-color css
<style>
span { border-color: #CC2174; }
span { border-color: rgb(204,33,116); }
td.TdClassName
{
border-color: #CC2174;
}
.TagClassName
{
border-color: #CC2174;
}
</style>