Shades of Medium Violet Red #CA2080
Tints of Medium Violet Red #CA2080
RGB
CMYK
RGB Variations
Color information
#CA2080 (or 0xCA2080) is known color: Medium Violet Red. HEX triplet: CA, 20 and 80. RGB value is (202,32,128). Sum of RGB (Red+Green+Blue) = 202+32+128=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 32 (12.89% from 255 or 8.84% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2080 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2080 is #35DF7F. Grayscale: #5D5D5D. Windows color (decimal): -3530624 or 8397002. OLE color: 8397002.
HSL color Cylindrical-coordinate representation of color #CA2080: hue angle of 326.12º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2080 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 128 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.21 |
| HSL | 326.12º | 0.73% | 0.46% | - |
| HSV(B) | 326.12º | 0.84% | 0.79% | - |
| XYZ | 28.77 | 15.15 | 21.83 | - |
| YUV | 93.77 | 147.32 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 128 | 0 | 0.84 | 0.37 | 0.21 | 326.12 | 0.73 | 0.46 |
| Hex | CA | 20 | 80 | 0 | 54 | 25 | 15 | 146 | 49 | 2E |
| Octal | 312 | 40 | 200 | 0 | 124 | 45 | 25 | 506 | 111 | 56 |
| Binary | 11001010 | 100000 | 10000000 | 0 | 1010100 | 100101 | 10101 | 101000110 | 1001001 | 101110 |
Color Harmonies of #CA2080
Complementary color
Monochromatic Colors of #CA2080
Black with #CA2080
Text Example
Text Example
White with #CA2080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2080; }
p { color: rgb(202,32,128); }
H1.HeaderClassName
{
color: #CA2080;
}
.AnyTagClassName
{
color: #CA2080;
}
</style>
background-color css
<style>
a { background-color: #CA2080; }
a { background-color: rgb(202,32,128); }
div.DivClassName
{
background-color: #CA2080;
}
.BgClassName
{
background-color: #CA2080;
}
</style>
border-color css
<style>
span { border-color: #CA2080; }
span { border-color: rgb(202,32,128); }
td.TdClassName
{
border-color: #CA2080;
}
.TagClassName
{
border-color: #CA2080;
}
</style>