Shades of Medium Violet Red #CA2182
Tints of Medium Violet Red #CA2182
RGB
CMYK
RGB Variations
Color information
#CA2182 (or 0xCA2182) is known color: Medium Violet Red. HEX triplet: CA, 21 and 82. RGB value is (202,33,130). Sum of RGB (Red+Green+Blue) = 202+33+130=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 33 (13.28% from 255 or 9.04% from 365); Blue value is 130 (51.17% from 255 or 35.62% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2182 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2182 is #35DE7D. Grayscale: #5E5E5E. Windows color (decimal): -3530366 or 8528330. OLE color: 8528330.
HSL color Cylindrical-coordinate representation of color #CA2182: hue angle of 325.56º degrees, saturation: 0.72, 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 #CA2182 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 33 | 130 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.21 |
| HSL | 325.56º | 0.72% | 0.46% | - |
| HSV(B) | 325.56º | 0.84% | 0.79% | - |
| XYZ | 28.93 | 15.26 | 22.54 | - |
| YUV | 94.59 | 147.99 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 33 | 130 | 0 | 0.84 | 0.36 | 0.21 | 325.56 | 0.72 | 0.46 |
| Hex | CA | 21 | 82 | 0 | 54 | 24 | 15 | 146 | 48 | 2E |
| Octal | 312 | 41 | 202 | 0 | 124 | 44 | 25 | 506 | 110 | 56 |
| Binary | 11001010 | 100001 | 10000010 | 0 | 1010100 | 100100 | 10101 | 101000110 | 1001000 | 101110 |
Color Harmonies of #CA2182
Complementary color
Monochromatic Colors of #CA2182
Black with #CA2182
Text Example
Text Example
White with #CA2182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2182; }
p { color: rgb(202,33,130); }
H1.HeaderClassName
{
color: #CA2182;
}
.AnyTagClassName
{
color: #CA2182;
}
</style>
background-color css
<style>
a { background-color: #CA2182; }
a { background-color: rgb(202,33,130); }
div.DivClassName
{
background-color: #CA2182;
}
.BgClassName
{
background-color: #CA2182;
}
</style>
border-color css
<style>
span { border-color: #CA2182; }
span { border-color: rgb(202,33,130); }
td.TdClassName
{
border-color: #CA2182;
}
.TagClassName
{
border-color: #CA2182;
}
</style>