Shades of Medium Red Violet #CA2BAB
Tints of Medium Red Violet #CA2BAB
RGB
CMYK
RGB Variations
Color information
#CA2BAB (or 0xCA2BAB) is known color: Medium Red Violet. HEX triplet: CA, 2B and AB. RGB value is (202,43,171). Sum of RGB (Red+Green+Blue) = 202+43+171=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 43 (17.19% from 255 or 10.34% from 416); Blue value is 171 (67.19% from 255 or 41.11% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2BAB is #35D454. Grayscale: #686868. Windows color (decimal): -3527765 or 11217866. OLE color: 11217866.
HSL color Cylindrical-coordinate representation of color #CA2BAB: hue angle of 311.7º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2BAB is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 43 | 171 | - |
| CMYK | 0 | 0.79 | 0.15 | 0.21 |
| HSL | 311.7º | 0.65% | 0.48% | - |
| HSV(B) | 311.7º | 0.79% | 0.79% | - |
| XYZ | 32.57 | 17.22 | 40.14 | - |
| YUV | 105.13 | 165.18 | 197.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 43 | 171 | 0 | 0.79 | 0.15 | 0.21 | 311.7 | 0.65 | 0.48 |
| Hex | CA | 2B | AB | 0 | 4F | F | 15 | 138 | 41 | 30 |
| Octal | 312 | 53 | 253 | 0 | 117 | 17 | 25 | 470 | 101 | 60 |
| Binary | 11001010 | 101011 | 10101011 | 0 | 1001111 | 1111 | 10101 | 100111000 | 1000001 | 110000 |
Color Harmonies of #CA2BAB
Complementary color
Monochromatic Colors of #CA2BAB
Black with #CA2BAB
Text Example
Text Example
White with #CA2BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2BAB; }
p { color: rgb(202,43,171); }
H1.HeaderClassName
{
color: #CA2BAB;
}
.AnyTagClassName
{
color: #CA2BAB;
}
</style>
background-color css
<style>
a { background-color: #CA2BAB; }
a { background-color: rgb(202,43,171); }
div.DivClassName
{
background-color: #CA2BAB;
}
.BgClassName
{
background-color: #CA2BAB;
}
</style>
border-color css
<style>
span { border-color: #CA2BAB; }
span { border-color: rgb(202,43,171); }
td.TdClassName
{
border-color: #CA2BAB;
}
.TagClassName
{
border-color: #CA2BAB;
}
</style>