Shades of Medium Violet Red #CC1178
Tints of Medium Violet Red #CC1178
RGB
CMYK
RGB Variations
Color information
#CC1178 (or 0xCC1178) is known color: Medium Violet Red. HEX triplet: CC, 11 and 78. RGB value is (204,17,120). Sum of RGB (Red+Green+Blue) = 204+17+120=341 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.82% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 120 (47.27% from 255 or 35.19% from 341); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1178 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1178 is #33EE87. Grayscale: #545454. Windows color (decimal): -3403400 or 7868876. OLE color: 7868876.
HSL color Cylindrical-coordinate representation of color #CC1178: hue angle of 326.95º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CC1178 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 120 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.2 |
| HSL | 326.95º | 0.85% | 0.43% | - |
| HSV(B) | 326.95º | 0.92% | 0.8% | - |
| XYZ | 28.49 | 14.59 | 19.08 | - |
| YUV | 84.66 | 147.95 | 213.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 120 | 0 | 0.92 | 0.41 | 0.2 | 326.95 | 0.85 | 0.43 |
| Hex | CC | 11 | 78 | 0 | 5C | 29 | 14 | 147 | 55 | 2B |
| Octal | 314 | 21 | 170 | 0 | 134 | 51 | 24 | 507 | 125 | 53 |
| Binary | 11001100 | 10001 | 1111000 | 0 | 1011100 | 101001 | 10100 | 101000111 | 1010101 | 101011 |
Color Harmonies of #CC1178
Complementary color
Monochromatic Colors of #CC1178
Black with #CC1178
Text Example
Text Example
White with #CC1178
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1178; }
p { color: rgb(204,17,120); }
H1.HeaderClassName
{
color: #CC1178;
}
.AnyTagClassName
{
color: #CC1178;
}
</style>
background-color css
<style>
a { background-color: #CC1178; }
a { background-color: rgb(204,17,120); }
div.DivClassName
{
background-color: #CC1178;
}
.BgClassName
{
background-color: #CC1178;
}
</style>
border-color css
<style>
span { border-color: #CC1178; }
span { border-color: rgb(204,17,120); }
td.TdClassName
{
border-color: #CC1178;
}
.TagClassName
{
border-color: #CC1178;
}
</style>