Shades of Medium Violet Red #CA0580
Tints of Medium Violet Red #CA0580
RGB
CMYK
RGB Variations
Color information
#CA0580 (or 0xCA0580) is known color: Medium Violet Red. HEX triplet: CA, 05 and 80. RGB value is (202,5,128). Sum of RGB (Red+Green+Blue) = 202+5+128=335 (44% of max value = 765). Red value is 202 (79.30% from 255 or 60.30% from 335); Green value is 5 (2.34% from 255 or 1.49% from 335); Blue value is 128 (50.39% from 255 or 38.21% from 335); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0580 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0580 is #35FA7F. Grayscale: #4D4D4D. Windows color (decimal): -3537536 or 8390090. OLE color: 8390090.
HSL color Cylindrical-coordinate representation of color #CA0580: hue angle of 322.54º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CA0580 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 5 | 128 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.21 |
| HSL | 322.54º | 0.95% | 0.41% | - |
| HSV(B) | 322.54º | 0.98% | 0.79% | - |
| XYZ | 28.31 | 14.22 | 21.68 | - |
| YUV | 77.93 | 156.27 | 216.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 5 | 128 | 0 | 0.98 | 0.37 | 0.21 | 322.54 | 0.95 | 0.41 |
| Hex | CA | 5 | 80 | 0 | 62 | 25 | 15 | 143 | 5F | 29 |
| Octal | 312 | 5 | 200 | 0 | 142 | 45 | 25 | 503 | 137 | 51 |
| Binary | 11001010 | 101 | 10000000 | 0 | 1100010 | 100101 | 10101 | 101000011 | 1011111 | 101001 |
Color Harmonies of #CA0580
Complementary color
Monochromatic Colors of #CA0580
Black with #CA0580
Text Example
Text Example
White with #CA0580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0580; }
p { color: rgb(202,5,128); }
H1.HeaderClassName
{
color: #CA0580;
}
.AnyTagClassName
{
color: #CA0580;
}
</style>
background-color css
<style>
a { background-color: #CA0580; }
a { background-color: rgb(202,5,128); }
div.DivClassName
{
background-color: #CA0580;
}
.BgClassName
{
background-color: #CA0580;
}
</style>
border-color css
<style>
span { border-color: #CA0580; }
span { border-color: rgb(202,5,128); }
td.TdClassName
{
border-color: #CA0580;
}
.TagClassName
{
border-color: #CA0580;
}
</style>