Shades of Medium Red Violet #CA2996
Tints of Medium Red Violet #CA2996
RGB
CMYK
RGB Variations
Color information
#CA2996 (or 0xCA2996) is known color: Medium Red Violet. HEX triplet: CA, 29 and 96. RGB value is (202,41,150). Sum of RGB (Red+Green+Blue) = 202+41+150=393 (52% of max value = 765). Red value is 202 (79.30% from 255 or 51.40% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 150 (58.98% from 255 or 38.17% from 393); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2996 is #35D669. Grayscale: #656565. Windows color (decimal): -3528298 or 9841098. OLE color: 9841098.
HSL color Cylindrical-coordinate representation of color #CA2996: hue angle of 319.38º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CA2996 is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 41 | 150 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.21 |
| HSL | 319.38º | 0.66% | 0.48% | - |
| HSV(B) | 319.38º | 0.8% | 0.79% | - |
| XYZ | 30.66 | 16.34 | 30.39 | - |
| YUV | 101.57 | 155.34 | 199.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 41 | 150 | 0 | 0.80 | 0.26 | 0.21 | 319.38 | 0.66 | 0.48 |
| Hex | CA | 29 | 96 | 0 | 50 | 1A | 15 | 13F | 42 | 30 |
| Octal | 312 | 51 | 226 | 0 | 120 | 32 | 25 | 477 | 102 | 60 |
| Binary | 11001010 | 101001 | 10010110 | 0 | 1010000 | 11010 | 10101 | 100111111 | 1000010 | 110000 |
Color Harmonies of #CA2996
Complementary color
Monochromatic Colors of #CA2996
Black with #CA2996
Text Example
Text Example
White with #CA2996
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2996; }
p { color: rgb(202,41,150); }
H1.HeaderClassName
{
color: #CA2996;
}
.AnyTagClassName
{
color: #CA2996;
}
</style>
background-color css
<style>
a { background-color: #CA2996; }
a { background-color: rgb(202,41,150); }
div.DivClassName
{
background-color: #CA2996;
}
.BgClassName
{
background-color: #CA2996;
}
</style>
border-color css
<style>
span { border-color: #CA2996; }
span { border-color: rgb(202,41,150); }
td.TdClassName
{
border-color: #CA2996;
}
.TagClassName
{
border-color: #CA2996;
}
</style>