Shades of Medium Violet Red #CA1E82
Tints of Medium Violet Red #CA1E82
RGB
CMYK
RGB Variations
Color information
#CA1E82 (or 0xCA1E82) is known color: Medium Violet Red. HEX triplet: CA, 1E and 82. RGB value is (202,30,130). Sum of RGB (Red+Green+Blue) = 202+30+130=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 30 (12.11% from 255 or 8.29% from 362); Blue value is 130 (51.17% from 255 or 35.91% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1E82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA1E82 is #35E17D. Grayscale: #5C5C5C. Windows color (decimal): -3531134 or 8527562. OLE color: 8527562.
HSL color Cylindrical-coordinate representation of color #CA1E82: hue angle of 325.12º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CA1E82 is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 30 | 130 | - |
| CMYK | 0 | 0.85 | 0.36 | 0.21 |
| HSL | 325.12º | 0.74% | 0.45% | - |
| HSV(B) | 325.12º | 0.85% | 0.79% | - |
| XYZ | 28.85 | 15.1 | 22.51 | - |
| YUV | 92.83 | 148.98 | 205.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 30 | 130 | 0 | 0.85 | 0.36 | 0.21 | 325.12 | 0.74 | 0.45 |
| Hex | CA | 1E | 82 | 0 | 55 | 24 | 15 | 145 | 4A | 2D |
| Octal | 312 | 36 | 202 | 0 | 125 | 44 | 25 | 505 | 112 | 55 |
| Binary | 11001010 | 11110 | 10000010 | 0 | 1010101 | 100100 | 10101 | 101000101 | 1001010 | 101101 |
Color Harmonies of #CA1E82
Complementary color
Monochromatic Colors of #CA1E82
Black with #CA1E82
Text Example
Text Example
White with #CA1E82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1E82; }
p { color: rgb(202,30,130); }
H1.HeaderClassName
{
color: #CA1E82;
}
.AnyTagClassName
{
color: #CA1E82;
}
</style>
background-color css
<style>
a { background-color: #CA1E82; }
a { background-color: rgb(202,30,130); }
div.DivClassName
{
background-color: #CA1E82;
}
.BgClassName
{
background-color: #CA1E82;
}
</style>
border-color css
<style>
span { border-color: #CA1E82; }
span { border-color: rgb(202,30,130); }
td.TdClassName
{
border-color: #CA1E82;
}
.TagClassName
{
border-color: #CA1E82;
}
</style>