Shades of Medium Violet Red #CC2178
Tints of Medium Violet Red #CC2178
RGB
CMYK
RGB Variations
Color information
#CC2178 (or 0xCC2178) is known color: Medium Violet Red. HEX triplet: CC, 21 and 78. RGB value is (204,33,120). Sum of RGB (Red+Green+Blue) = 204+33+120=357 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.14% from 357); Green value is 33 (13.28% from 255 or 9.24% from 357); Blue value is 120 (47.27% from 255 or 33.61% from 357); Max value from RGB is 204 - color contains mainly: red. Hex color #CC2178 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC2178 is #33DE87. Grayscale: #5D5D5D. Windows color (decimal): -3399304 or 7872972. OLE color: 7872972.
HSL color Cylindrical-coordinate representation of color #CC2178: hue angle of 329.47º 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 #CC2178 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 33 | 120 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.2 |
| HSL | 329.47º | 0.72% | 0.46% | - |
| HSV(B) | 329.47º | 0.84% | 0.8% | - |
| XYZ | 28.84 | 15.28 | 19.2 | - |
| YUV | 94.05 | 142.65 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 33 | 120 | 0 | 0.84 | 0.41 | 0.2 | 329.47 | 0.72 | 0.46 |
| Hex | CC | 21 | 78 | 0 | 54 | 29 | 14 | 149 | 48 | 2E |
| Octal | 314 | 41 | 170 | 0 | 124 | 51 | 24 | 511 | 110 | 56 |
| Binary | 11001100 | 100001 | 1111000 | 0 | 1010100 | 101001 | 10100 | 101001001 | 1001000 | 101110 |
Color Harmonies of #CC2178
Complementary color
Monochromatic Colors of #CC2178
Black with #CC2178
Text Example
Text Example
White with #CC2178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC2178; }
p { color: rgb(204,33,120); }
H1.HeaderClassName
{
color: #CC2178;
}
.AnyTagClassName
{
color: #CC2178;
}
</style>
background-color css
<style>
a { background-color: #CC2178; }
a { background-color: rgb(204,33,120); }
div.DivClassName
{
background-color: #CC2178;
}
.BgClassName
{
background-color: #CC2178;
}
</style>
border-color css
<style>
span { border-color: #CC2178; }
span { border-color: rgb(204,33,120); }
td.TdClassName
{
border-color: #CC2178;
}
.TagClassName
{
border-color: #CC2178;
}
</style>