Shades of Medium Violet Red #CC1179
Tints of Medium Violet Red #CC1179
RGB
CMYK
RGB Variations
Color information
#CC1179 (or 0xCC1179) is known color: Medium Violet Red. HEX triplet: CC, 11 and 79. RGB value is (204,17,121). Sum of RGB (Red+Green+Blue) = 204+17+121=342 (45% of max value = 765). Red value is 204 (80.08% from 255 or 59.65% from 342); Green value is 17 (7.03% from 255 or 4.97% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1179 is #33EE86. Grayscale: #545454. Windows color (decimal): -3403399 or 7934412. OLE color: 7934412.
HSL color Cylindrical-coordinate representation of color #CC1179: hue angle of 326.63º 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 #CC1179 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 17 | 121 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.2 |
| HSL | 326.63º | 0.85% | 0.43% | - |
| HSV(B) | 326.63º | 0.92% | 0.8% | - |
| XYZ | 28.55 | 14.62 | 19.41 | - |
| YUV | 84.77 | 148.45 | 213.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 17 | 121 | 0 | 0.92 | 0.41 | 0.2 | 326.63 | 0.85 | 0.43 |
| Hex | CC | 11 | 79 | 0 | 5C | 29 | 14 | 147 | 55 | 2B |
| Octal | 314 | 21 | 171 | 0 | 134 | 51 | 24 | 507 | 125 | 53 |
| Binary | 11001100 | 10001 | 1111001 | 0 | 1011100 | 101001 | 10100 | 101000111 | 1010101 | 101011 |
Color Harmonies of #CC1179
Complementary color
Monochromatic Colors of #CC1179
Black with #CC1179
Text Example
Text Example
White with #CC1179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1179; }
p { color: rgb(204,17,121); }
H1.HeaderClassName
{
color: #CC1179;
}
.AnyTagClassName
{
color: #CC1179;
}
</style>
background-color css
<style>
a { background-color: #CC1179; }
a { background-color: rgb(204,17,121); }
div.DivClassName
{
background-color: #CC1179;
}
.BgClassName
{
background-color: #CC1179;
}
</style>
border-color css
<style>
span { border-color: #CC1179; }
span { border-color: rgb(204,17,121); }
td.TdClassName
{
border-color: #CC1179;
}
.TagClassName
{
border-color: #CC1179;
}
</style>