Shades of Medium Violet Red #CA0082
Tints of Medium Violet Red #CA0082
RGB
CMYK
RGB Variations
Color information
#CA0082 (or 0xCA0082) is known color: Medium Violet Red. HEX triplet: CA, 00 and 82. RGB value is (202,0,130). Sum of RGB (Red+Green+Blue) = 202+0+130=332 (43% of max value = 765). Red value is 202 (79.30% from 255 or 60.84% from 332); Green value is 0 (0.39% from 255 or 0% from 332); Blue value is 130 (51.17% from 255 or 39.16% from 332); Max value from RGB is 202 - color contains mainly: red. Hex color #CA0082 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA0082 is #35FF7D. Grayscale: #4A4A4A. Windows color (decimal): -3538814 or 8519882. OLE color: 8519882.
HSL color Cylindrical-coordinate representation of color #CA0082: hue angle of 321.39º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CA0082 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 0 | 130 | - |
| CMYK | 0 | 1 | 0.36 | 0.21 |
| HSL | 321.39º | 1% | 0.4% | - |
| HSV(B) | 321.39º | 1% | 0.79% | - |
| XYZ | 28.39 | 14.17 | 22.36 | - |
| YUV | 75.22 | 158.92 | 218.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 0 | 130 | 0 | 1 | 0.36 | 0.21 | 321.39 | 1 | 0.4 |
| Hex | CA | 0 | 82 | 0 | 64 | 24 | 15 | 141 | 64 | 28 |
| Octal | 312 | 0 | 202 | 0 | 144 | 44 | 25 | 501 | 144 | 50 |
| Binary | 11001010 | 0 | 10000010 | 0 | 1100100 | 100100 | 10101 | 101000001 | 1100100 | 101000 |
Color Harmonies of #CA0082
Complementary color
Monochromatic Colors of #CA0082
Black with #CA0082
Text Example
Text Example
White with #CA0082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA0082; }
p { color: rgb(202,0,130); }
H1.HeaderClassName
{
color: #CA0082;
}
.AnyTagClassName
{
color: #CA0082;
}
</style>
background-color css
<style>
a { background-color: #CA0082; }
a { background-color: rgb(202,0,130); }
div.DivClassName
{
background-color: #CA0082;
}
.BgClassName
{
background-color: #CA0082;
}
</style>
border-color css
<style>
span { border-color: #CA0082; }
span { border-color: rgb(202,0,130); }
td.TdClassName
{
border-color: #CA0082;
}
.TagClassName
{
border-color: #CA0082;
}
</style>