Shades of Medium Red Violet #CA2E96
Tints of Medium Red Violet #CA2E96
RGB
CMYK
RGB Variations
Color information
#CA2E96 (or 0xCA2E96) is known color: Medium Red Violet. HEX triplet: CA, 2E and 96. RGB value is (202,46,150). Sum of RGB (Red+Green+Blue) = 202+46+150=398 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.75% from 398); Green value is 46 (18.36% from 255 or 11.56% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2E96 is #35D169. Grayscale: #686868. Windows color (decimal): -3527018 or 9842378. OLE color: 9842378.
HSL color Cylindrical-coordinate representation of color #CA2E96: hue angle of 320º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CA2E96 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 150 | - |
| CMYK | 0 | 0.77 | 0.26 | 0.21 |
| HSL | 320º | 0.63% | 0.49% | - |
| HSV(B) | 320º | 0.77% | 0.79% | - |
| XYZ | 30.84 | 16.71 | 30.45 | - |
| YUV | 104.5 | 153.68 | 197.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 150 | 0 | 0.77 | 0.26 | 0.21 | 320 | 0.63 | 0.49 |
| Hex | CA | 2E | 96 | 0 | 4D | 1A | 15 | 140 | 3F | 31 |
| Octal | 312 | 56 | 226 | 0 | 115 | 32 | 25 | 500 | 77 | 61 |
| Binary | 11001010 | 101110 | 10010110 | 0 | 1001101 | 11010 | 10101 | 101000000 | 111111 | 110001 |
Color Harmonies of #CA2E96
Complementary color
Monochromatic Colors of #CA2E96
Black with #CA2E96
Text Example
Text Example
White with #CA2E96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E96; }
p { color: rgb(202,46,150); }
H1.HeaderClassName
{
color: #CA2E96;
}
.AnyTagClassName
{
color: #CA2E96;
}
</style>
background-color css
<style>
a { background-color: #CA2E96; }
a { background-color: rgb(202,46,150); }
div.DivClassName
{
background-color: #CA2E96;
}
.BgClassName
{
background-color: #CA2E96;
}
</style>
border-color css
<style>
span { border-color: #CA2E96; }
span { border-color: rgb(202,46,150); }
td.TdClassName
{
border-color: #CA2E96;
}
.TagClassName
{
border-color: #CA2E96;
}
</style>