Shades of Medium Violet Red #CC0580
Tints of Medium Violet Red #CC0580
RGB
CMYK
RGB Variations
Color information
#CC0580 (or 0xCC0580) is known color: Medium Violet Red. HEX triplet: CC, 05 and 80. RGB value is (204,5,128). Sum of RGB (Red+Green+Blue) = 204+5+128=337 (44% of max value = 765). Red value is 204 (80.08% from 255 or 60.53% from 337); Green value is 5 (2.34% from 255 or 1.48% from 337); Blue value is 128 (50.39% from 255 or 37.98% from 337); Max value from RGB is 204 - color contains mainly: red. Hex color #CC0580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CC0580 is #33FA7F. Grayscale: #4E4E4E. Windows color (decimal): -3406464 or 8390092. OLE color: 8390092.
HSL color Cylindrical-coordinate representation of color #CC0580: hue angle of 322.91º 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 #CC0580 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 5 | 128 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.2 |
| HSL | 322.91º | 0.95% | 0.41% | - |
| HSV(B) | 322.91º | 0.98% | 0.8% | - |
| XYZ | 28.85 | 14.5 | 21.7 | - |
| YUV | 78.52 | 155.93 | 217.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 5 | 128 | 0 | 0.98 | 0.37 | 0.2 | 322.91 | 0.95 | 0.41 |
| Hex | CC | 5 | 80 | 0 | 62 | 25 | 14 | 143 | 5F | 29 |
| Octal | 314 | 5 | 200 | 0 | 142 | 45 | 24 | 503 | 137 | 51 |
| Binary | 11001100 | 101 | 10000000 | 0 | 1100010 | 100101 | 10100 | 101000011 | 1011111 | 101001 |
Color Harmonies of #CC0580
Complementary color
Monochromatic Colors of #CC0580
Black with #CC0580
Text Example
Text Example
White with #CC0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC0580; }
p { color: rgb(204,5,128); }
H1.HeaderClassName
{
color: #CC0580;
}
.AnyTagClassName
{
color: #CC0580;
}
</style>
background-color css
<style>
a { background-color: #CC0580; }
a { background-color: rgb(204,5,128); }
div.DivClassName
{
background-color: #CC0580;
}
.BgClassName
{
background-color: #CC0580;
}
</style>
border-color css
<style>
span { border-color: #CC0580; }
span { border-color: rgb(204,5,128); }
td.TdClassName
{
border-color: #CC0580;
}
.TagClassName
{
border-color: #CC0580;
}
</style>