Shades of Medium Violet Red #CC1977
Tints of Medium Violet Red #CC1977
RGB
CMYK
RGB Variations
Color information
#CC1977 (or 0xCC1977) is known color: Medium Violet Red. HEX triplet: CC, 19 and 77. RGB value is (204,25,119). Sum of RGB (Red+Green+Blue) = 204+25+119=348 (46% of max value = 765). Red value is 204 (80.08% from 255 or 58.62% from 348); Green value is 25 (10.16% from 255 or 7.18% from 348); Blue value is 119 (46.88% from 255 or 34.20% from 348); Max value from RGB is 204 - color contains mainly: red. Hex color #CC1977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC1977 is #33E688. Grayscale: #595959. Windows color (decimal): -3401353 or 7805388. OLE color: 7805388.
HSL color Cylindrical-coordinate representation of color #CC1977: hue angle of 328.49º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CC1977 is Cyan = 0, Magento = 0.88, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 25 | 119 | - |
| CMYK | 0 | 0.88 | 0.42 | 0.2 |
| HSL | 328.49º | 0.78% | 0.45% | - |
| HSV(B) | 328.49º | 0.88% | 0.8% | - |
| XYZ | 28.58 | 14.86 | 18.82 | - |
| YUV | 89.24 | 144.8 | 209.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 25 | 119 | 0 | 0.88 | 0.42 | 0.2 | 328.49 | 0.78 | 0.45 |
| Hex | CC | 19 | 77 | 0 | 58 | 2A | 14 | 148 | 4E | 2D |
| Octal | 314 | 31 | 167 | 0 | 130 | 52 | 24 | 510 | 116 | 55 |
| Binary | 11001100 | 11001 | 1110111 | 0 | 1011000 | 101010 | 10100 | 101001000 | 1001110 | 101101 |
Color Harmonies of #CC1977
Complementary color
Monochromatic Colors of #CC1977
Black with #CC1977
Text Example
Text Example
White with #CC1977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC1977; }
p { color: rgb(204,25,119); }
H1.HeaderClassName
{
color: #CC1977;
}
.AnyTagClassName
{
color: #CC1977;
}
</style>
background-color css
<style>
a { background-color: #CC1977; }
a { background-color: rgb(204,25,119); }
div.DivClassName
{
background-color: #CC1977;
}
.BgClassName
{
background-color: #CC1977;
}
</style>
border-color css
<style>
span { border-color: #CC1977; }
span { border-color: rgb(204,25,119); }
td.TdClassName
{
border-color: #CC1977;
}
.TagClassName
{
border-color: #CC1977;
}
</style>