Shades of Medium Violet Red #CA2082
Tints of Medium Violet Red #CA2082
RGB
CMYK
RGB Variations
Color information
#CA2082 (or 0xCA2082) is known color: Medium Violet Red. HEX triplet: CA, 20 and 82. RGB value is (202,32,130). Sum of RGB (Red+Green+Blue) = 202+32+130=364 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.49% from 364); Green value is 32 (12.89% from 255 or 8.79% from 364); Blue value is 130 (51.17% from 255 or 35.71% from 364); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2082 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2082 is #35DF7D. Grayscale: #5D5D5D. Windows color (decimal): -3530622 or 8528074. OLE color: 8528074.
HSL color Cylindrical-coordinate representation of color #CA2082: hue angle of 325.41º 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 #CA2082 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 130 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.21 |
| HSL | 325.41º | 0.73% | 0.46% | - |
| HSV(B) | 325.41º | 0.84% | 0.79% | - |
| XYZ | 28.9 | 15.2 | 22.53 | - |
| YUV | 94 | 148.32 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 130 | 0 | 0.84 | 0.36 | 0.21 | 325.41 | 0.73 | 0.46 |
| Hex | CA | 20 | 82 | 0 | 54 | 24 | 15 | 145 | 49 | 2E |
| Octal | 312 | 40 | 202 | 0 | 124 | 44 | 25 | 505 | 111 | 56 |
| Binary | 11001010 | 100000 | 10000010 | 0 | 1010100 | 100100 | 10101 | 101000101 | 1001001 | 101110 |
Color Harmonies of #CA2082
Complementary color
Monochromatic Colors of #CA2082
Black with #CA2082
Text Example
Text Example
White with #CA2082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2082; }
p { color: rgb(202,32,130); }
H1.HeaderClassName
{
color: #CA2082;
}
.AnyTagClassName
{
color: #CA2082;
}
</style>
background-color css
<style>
a { background-color: #CA2082; }
a { background-color: rgb(202,32,130); }
div.DivClassName
{
background-color: #CA2082;
}
.BgClassName
{
background-color: #CA2082;
}
</style>
border-color css
<style>
span { border-color: #CA2082; }
span { border-color: rgb(202,32,130); }
td.TdClassName
{
border-color: #CA2082;
}
.TagClassName
{
border-color: #CA2082;
}
</style>