Shades of Medium Violet Red #CC0879
Tints of Medium Violet Red #CC0879
RGB
CMYK
RGB Variations
Color information
#CC0879 (or 0xCC0879) is known color: Medium Violet Red. HEX triplet: CC, 08 and 79. RGB value is (204,8,121). Sum of RGB (Red+Green+Blue) = 204+8+121=333 (44% of max value = 765). Red value is 204 (80.08% from 255 or 61.26% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 121 (47.66% from 255 or 36.34% from 333); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0879 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0879 is #33F786. Grayscale: #4F4F4F. Windows color (decimal): -3405703 or 7932108. OLE color: 7932108.
HSL color Cylindrical-coordinate representation of color #CC0879: hue angle of 325.41º 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 #CC0879 is Cyan = 0, Magento = 0.96, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 8 | 121 | - |
| CMYK | 0 | 0.96 | 0.41 | 0.2 |
| HSL | 325.41º | 0.92% | 0.42% | - |
| HSV(B) | 325.41º | 0.96% | 0.8% | - |
| XYZ | 28.44 | 14.39 | 19.37 | - |
| YUV | 79.49 | 151.43 | 216.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 8 | 121 | 0 | 0.96 | 0.41 | 0.2 | 325.41 | 0.92 | 0.42 |
| Hex | CC | 8 | 79 | 0 | 60 | 29 | 14 | 145 | 5C | 2A |
| Octal | 314 | 10 | 171 | 0 | 140 | 51 | 24 | 505 | 134 | 52 |
| Binary | 11001100 | 1000 | 1111001 | 0 | 1100000 | 101001 | 10100 | 101000101 | 1011100 | 101010 |
Color Harmonies of #CC0879
Complementary color
Monochromatic Colors of #CC0879
Black with #CC0879
Text Example
Text Example
White with #CC0879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0879; }
p { color: rgb(204,8,121); }
H1.HeaderClassName
{
color: #CC0879;
}
.AnyTagClassName
{
color: #CC0879;
}
</style>
background-color css
<style>
a { background-color: #CC0879; }
a { background-color: rgb(204,8,121); }
div.DivClassName
{
background-color: #CC0879;
}
.BgClassName
{
background-color: #CC0879;
}
</style>
border-color css
<style>
span { border-color: #CC0879; }
span { border-color: rgb(204,8,121); }
td.TdClassName
{
border-color: #CC0879;
}
.TagClassName
{
border-color: #CC0879;
}
</style>