Shades of Medium Red Violet #CA2D9E
Tints of Medium Red Violet #CA2D9E
RGB
CMYK
RGB Variations
Color information
#CA2D9E (or 0xCA2D9E) is known color: Medium Red Violet. HEX triplet: CA, 2D and 9E. RGB value is (202,45,158). Sum of RGB (Red+Green+Blue) = 202+45+158=405 (53% of max value = 765). Red value is 202 (79.30% from 255 or 49.88% from 405); Green value is 45 (17.97% from 255 or 11.11% from 405); Blue value is 158 (62.11% from 255 or 39.01% from 405); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2D9E is #35D261. Grayscale: #686868. Windows color (decimal): -3527266 or 10366410. OLE color: 10366410.
HSL color Cylindrical-coordinate representation of color #CA2D9E: hue angle of 316.82º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CA2D9E is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 158 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.21 |
| HSL | 316.82º | 0.64% | 0.48% | - |
| HSV(B) | 316.82º | 0.78% | 0.79% | - |
| XYZ | 31.47 | 16.9 | 33.95 | - |
| YUV | 104.83 | 158.01 | 197.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 158 | 0 | 0.78 | 0.22 | 0.21 | 316.82 | 0.64 | 0.48 |
| Hex | CA | 2D | 9E | 0 | 4E | 16 | 15 | 13D | 40 | 30 |
| Octal | 312 | 55 | 236 | 0 | 116 | 26 | 25 | 475 | 100 | 60 |
| Binary | 11001010 | 101101 | 10011110 | 0 | 1001110 | 10110 | 10101 | 100111101 | 1000000 | 110000 |
Color Harmonies of #CA2D9E
Complementary color
Monochromatic Colors of #CA2D9E
Black with #CA2D9E
Text Example
Text Example
White with #CA2D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D9E; }
p { color: rgb(202,45,158); }
H1.HeaderClassName
{
color: #CA2D9E;
}
.AnyTagClassName
{
color: #CA2D9E;
}
</style>
background-color css
<style>
a { background-color: #CA2D9E; }
a { background-color: rgb(202,45,158); }
div.DivClassName
{
background-color: #CA2D9E;
}
.BgClassName
{
background-color: #CA2D9E;
}
</style>
border-color css
<style>
span { border-color: #CA2D9E; }
span { border-color: rgb(202,45,158); }
td.TdClassName
{
border-color: #CA2D9E;
}
.TagClassName
{
border-color: #CA2D9E;
}
</style>