Shades of Medium Violet Red #CA2482
Tints of Medium Violet Red #CA2482
RGB
CMYK
RGB Variations
Color information
#CA2482 (or 0xCA2482) is known color: Medium Violet Red. HEX triplet: CA, 24 and 82. RGB value is (202,36,130). Sum of RGB (Red+Green+Blue) = 202+36+130=368 (48% of max value = 765). Red value is 202 (79.30% from 255 or 54.89% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2482 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2482 is #35DB7D. Grayscale: #606060. Windows color (decimal): -3529598 or 8529098. OLE color: 8529098.
HSL color Cylindrical-coordinate representation of color #CA2482: hue angle of 326.02º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CA2482 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 36 | 130 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.21 |
| HSL | 326.02º | 0.7% | 0.47% | - |
| HSV(B) | 326.02º | 0.82% | 0.79% | - |
| XYZ | 29.02 | 15.43 | 22.57 | - |
| YUV | 96.35 | 147 | 203.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 36 | 130 | 0 | 0.82 | 0.36 | 0.21 | 326.02 | 0.7 | 0.47 |
| Hex | CA | 24 | 82 | 0 | 52 | 24 | 15 | 146 | 46 | 2F |
| Octal | 312 | 44 | 202 | 0 | 122 | 44 | 25 | 506 | 106 | 57 |
| Binary | 11001010 | 100100 | 10000010 | 0 | 1010010 | 100100 | 10101 | 101000110 | 1000110 | 101111 |
Color Harmonies of #CA2482
Complementary color
Monochromatic Colors of #CA2482
Black with #CA2482
Text Example
Text Example
White with #CA2482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2482; }
p { color: rgb(202,36,130); }
H1.HeaderClassName
{
color: #CA2482;
}
.AnyTagClassName
{
color: #CA2482;
}
</style>
background-color css
<style>
a { background-color: #CA2482; }
a { background-color: rgb(202,36,130); }
div.DivClassName
{
background-color: #CA2482;
}
.BgClassName
{
background-color: #CA2482;
}
</style>
border-color css
<style>
span { border-color: #CA2482; }
span { border-color: rgb(202,36,130); }
td.TdClassName
{
border-color: #CA2482;
}
.TagClassName
{
border-color: #CA2482;
}
</style>