Shades of Medium Violet Red #CC0977
Tints of Medium Violet Red #CC0977
RGB
CMYK
RGB Variations
Color information
#CC0977 (or 0xCC0977) is known color: Medium Violet Red. HEX triplet: CC, 09 and 77. RGB value is (204,9,119). Sum of RGB (Red+Green+Blue) = 204+9+119=332 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.45% from 332); Green value is 9 (3.91% from 255 or 2.71% from 332); Blue value is 119 (46.88% from 255 or 35.84% from 332); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0977 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0977 is #33F688. Grayscale: #4F4F4F. Windows color (decimal): -3405449 or 7801292. OLE color: 7801292.
HSL color Cylindrical-coordinate representation of color #CC0977: hue angle of 326.15º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CC0977 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 9 | 119 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.2 |
| HSL | 326.15º | 0.92% | 0.42% | - |
| HSV(B) | 326.15º | 0.96% | 0.8% | - |
| XYZ | 28.33 | 14.36 | 18.73 | - |
| YUV | 79.85 | 150.1 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 9 | 119 | 0 | 0.96 | 0.42 | 0.2 | 326.15 | 0.92 | 0.42 |
| Hex | CC | 9 | 77 | 0 | 60 | 2A | 14 | 146 | 5C | 2A |
| Octal | 314 | 11 | 167 | 0 | 140 | 52 | 24 | 506 | 134 | 52 |
| Binary | 11001100 | 1001 | 1110111 | 0 | 1100000 | 101010 | 10100 | 101000110 | 1011100 | 101010 |
Color Harmonies of #CC0977
Complementary color
Monochromatic Colors of #CC0977
Black with #CC0977
Text Example
Text Example
White with #CC0977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0977; }
p { color: rgb(204,9,119); }
H1.HeaderClassName
{
color: #CC0977;
}
.AnyTagClassName
{
color: #CC0977;
}
</style>
background-color css
<style>
a { background-color: #CC0977; }
a { background-color: rgb(204,9,119); }
div.DivClassName
{
background-color: #CC0977;
}
.BgClassName
{
background-color: #CC0977;
}
</style>
border-color css
<style>
span { border-color: #CC0977; }
span { border-color: rgb(204,9,119); }
td.TdClassName
{
border-color: #CC0977;
}
.TagClassName
{
border-color: #CC0977;
}
</style>