Shades of Medium Violet Red #CC0579
Tints of Medium Violet Red #CC0579
RGB
CMYK
RGB Variations
Color information
#CC0579 (or 0xCC0579) is known color: Medium Violet Red. HEX triplet: CC, 05 and 79. RGB value is (204,5,121). Sum of RGB (Red+Green+Blue) = 204+5+121=330 (43% of max value = 765). Red value is 204 (80.08% from 255 or 61.82% from 330); Green value is 5 (2.34% from 255 or 1.52% from 330); Blue value is 121 (47.66% from 255 or 36.67% from 330); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #CC0579 is #33FA86. Grayscale: #4D4D4D. Windows color (decimal): -3406471 or 7931340. OLE color: 7931340.
HSL color Cylindrical-coordinate representation of color #CC0579: hue angle of 325.03º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CC0579 is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 121 | - |
| CMYK | 0 | 0.98 | 0.41 | 0.2 |
| HSL | 325.03º | 0.95% | 0.41% | - |
| HSV(B) | 325.03º | 0.98% | 0.8% | - |
| XYZ | 28.41 | 14.33 | 19.36 | - |
| YUV | 77.73 | 152.43 | 218.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 121 | 0 | 0.98 | 0.41 | 0.2 | 325.03 | 0.95 | 0.41 |
| Hex | CC | 5 | 79 | 0 | 62 | 29 | 14 | 145 | 5F | 29 |
| Octal | 314 | 5 | 171 | 0 | 142 | 51 | 24 | 505 | 137 | 51 |
| Binary | 11001100 | 101 | 1111001 | 0 | 1100010 | 101001 | 10100 | 101000101 | 1011111 | 101001 |
Color Harmonies of #CC0579
Complementary color
Monochromatic Colors of #CC0579
Black with #CC0579
Text Example
Text Example
White with #CC0579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0579; }
p { color: rgb(204,5,121); }
H1.HeaderClassName
{
color: #CC0579;
}
.AnyTagClassName
{
color: #CC0579;
}
</style>
background-color css
<style>
a { background-color: #CC0579; }
a { background-color: rgb(204,5,121); }
div.DivClassName
{
background-color: #CC0579;
}
.BgClassName
{
background-color: #CC0579;
}
</style>
border-color css
<style>
span { border-color: #CC0579; }
span { border-color: rgb(204,5,121); }
td.TdClassName
{
border-color: #CC0579;
}
.TagClassName
{
border-color: #CC0579;
}
</style>