Shades of Medium Red Violet #CA2D9B
Tints of Medium Red Violet #CA2D9B
RGB
CMYK
RGB Variations
Color information
#CA2D9B (or 0xCA2D9B) is known color: Medium Red Violet. HEX triplet: CA, 2D and 9B. RGB value is (202,45,155). Sum of RGB (Red+Green+Blue) = 202+45+155=402 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50.25% from 402); Green value is 45 (17.97% from 255 or 11.19% from 402); Blue value is 155 (60.94% from 255 or 38.56% from 402); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2D9B is #35D264. Grayscale: #686868. Windows color (decimal): -3527269 or 10169802. OLE color: 10169802.
HSL color Cylindrical-coordinate representation of color #CA2D9B: hue angle of 317.96º 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 #CA2D9B is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 155 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.21 |
| HSL | 317.96º | 0.64% | 0.48% | - |
| HSV(B) | 317.96º | 0.78% | 0.79% | - |
| XYZ | 31.21 | 16.8 | 32.61 | - |
| YUV | 104.48 | 156.51 | 197.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 155 | 0 | 0.78 | 0.23 | 0.21 | 317.96 | 0.64 | 0.48 |
| Hex | CA | 2D | 9B | 0 | 4E | 17 | 15 | 13E | 40 | 30 |
| Octal | 312 | 55 | 233 | 0 | 116 | 27 | 25 | 476 | 100 | 60 |
| Binary | 11001010 | 101101 | 10011011 | 0 | 1001110 | 10111 | 10101 | 100111110 | 1000000 | 110000 |
Color Harmonies of #CA2D9B
Complementary color
Monochromatic Colors of #CA2D9B
Black with #CA2D9B
Text Example
Text Example
White with #CA2D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2D9B; }
p { color: rgb(202,45,155); }
H1.HeaderClassName
{
color: #CA2D9B;
}
.AnyTagClassName
{
color: #CA2D9B;
}
</style>
background-color css
<style>
a { background-color: #CA2D9B; }
a { background-color: rgb(202,45,155); }
div.DivClassName
{
background-color: #CA2D9B;
}
.BgClassName
{
background-color: #CA2D9B;
}
</style>
border-color css
<style>
span { border-color: #CA2D9B; }
span { border-color: rgb(202,45,155); }
td.TdClassName
{
border-color: #CA2D9B;
}
.TagClassName
{
border-color: #CA2D9B;
}
</style>