Shades of Medium Red Violet #CA2F9B
Tints of Medium Red Violet #CA2F9B
RGB
CMYK
RGB Variations
Color information
#CA2F9B (or 0xCA2F9B) is known color: Medium Red Violet. HEX triplet: CA, 2F and 9B. RGB value is (202,47,155). Sum of RGB (Red+Green+Blue) = 202+47+155=404 (53% of max value = 765). Red value is 202 (79.30% from 255 or 50% from 404); Green value is 47 (18.75% from 255 or 11.63% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2F9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2F9B is #35D064. Grayscale: #696969. Windows color (decimal): -3526757 or 10170314. OLE color: 10170314.
HSL color Cylindrical-coordinate representation of color #CA2F9B: hue angle of 318.19º degrees, saturation: 0.62, 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 #CA2F9B is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 155 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.21 |
| HSL | 318.19º | 0.62% | 0.49% | - |
| HSV(B) | 318.19º | 0.77% | 0.79% | - |
| XYZ | 31.29 | 16.96 | 32.63 | - |
| YUV | 105.66 | 155.85 | 196.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 155 | 0 | 0.77 | 0.23 | 0.21 | 318.19 | 0.62 | 0.49 |
| Hex | CA | 2F | 9B | 0 | 4D | 17 | 15 | 13E | 3E | 31 |
| Octal | 312 | 57 | 233 | 0 | 115 | 27 | 25 | 476 | 76 | 61 |
| Binary | 11001010 | 101111 | 10011011 | 0 | 1001101 | 10111 | 10101 | 100111110 | 111110 | 110001 |
Color Harmonies of #CA2F9B
Complementary color
Monochromatic Colors of #CA2F9B
Black with #CA2F9B
Text Example
Text Example
White with #CA2F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2F9B; }
p { color: rgb(202,47,155); }
H1.HeaderClassName
{
color: #CA2F9B;
}
.AnyTagClassName
{
color: #CA2F9B;
}
</style>
background-color css
<style>
a { background-color: #CA2F9B; }
a { background-color: rgb(202,47,155); }
div.DivClassName
{
background-color: #CA2F9B;
}
.BgClassName
{
background-color: #CA2F9B;
}
</style>
border-color css
<style>
span { border-color: #CA2F9B; }
span { border-color: rgb(202,47,155); }
td.TdClassName
{
border-color: #CA2F9B;
}
.TagClassName
{
border-color: #CA2F9B;
}
</style>