Shades of Medium Violet Red #CC1C77
Tints of Medium Violet Red #CC1C77
RGB
CMYK
RGB Variations
Color information
#CC1C77 (or 0xCC1C77) is known color: Medium Violet Red. HEX triplet: CC, 1C and 77. RGB value is (204,28,119). Sum of RGB (Red+Green+Blue) = 204+28+119=351 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.12% from 351); Green value is 28 (11.33% from 255 or 7.98% from 351); Blue value is 119 (46.88% from 255 or 33.90% from 351); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC1C77 is #33E388. Grayscale: #5A5A5A. Windows color (decimal): -3400585 or 7806156. OLE color: 7806156.
HSL color Cylindrical-coordinate representation of color #CC1C77: hue angle of 328.98º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CC1C77 is Cyan = 0, Magento = 0.86, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 28 | 119 | - |
| CMYK | 0 | 0.86 | 0.42 | 0.2 |
| HSL | 328.98º | 0.76% | 0.45% | - |
| HSV(B) | 328.98º | 0.86% | 0.8% | - |
| XYZ | 28.65 | 15 | 18.84 | - |
| YUV | 91 | 143.81 | 208.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 28 | 119 | 0 | 0.86 | 0.42 | 0.2 | 328.98 | 0.76 | 0.45 |
| Hex | CC | 1C | 77 | 0 | 56 | 2A | 14 | 149 | 4C | 2D |
| Octal | 314 | 34 | 167 | 0 | 126 | 52 | 24 | 511 | 114 | 55 |
| Binary | 11001100 | 11100 | 1110111 | 0 | 1010110 | 101010 | 10100 | 101001001 | 1001100 | 101101 |
Color Harmonies of #CC1C77
Complementary color
Monochromatic Colors of #CC1C77
Black with #CC1C77
Text Example
Text Example
White with #CC1C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1C77; }
p { color: rgb(204,28,119); }
H1.HeaderClassName
{
color: #CC1C77;
}
.AnyTagClassName
{
color: #CC1C77;
}
</style>
background-color css
<style>
a { background-color: #CC1C77; }
a { background-color: rgb(204,28,119); }
div.DivClassName
{
background-color: #CC1C77;
}
.BgClassName
{
background-color: #CC1C77;
}
</style>
border-color css
<style>
span { border-color: #CC1C77; }
span { border-color: rgb(204,28,119); }
td.TdClassName
{
border-color: #CC1C77;
}
.TagClassName
{
border-color: #CC1C77;
}
</style>