Shades of Medium Red Violet #CA2FA3
Tints of Medium Red Violet #CA2FA3
RGB
CMYK
RGB Variations
Color information
#CA2FA3 (or 0xCA2FA3) is known color: Medium Red Violet. HEX triplet: CA, 2F and A3. RGB value is (202,47,163). Sum of RGB (Red+Green+Blue) = 202+47+163=412 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.03% from 412); Green value is 47 (18.75% from 255 or 11.41% from 412); Blue value is 163 (64.06% from 255 or 39.56% from 412); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2FA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2FA3 is #35D05C. Grayscale: #6A6A6A. Windows color (decimal): -3526749 or 10694602. OLE color: 10694602.
HSL color Cylindrical-coordinate representation of color #CA2FA3: hue angle of 315.1º 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 #CA2FA3 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 47 | 163 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.21 |
| HSL | 315.1º | 0.62% | 0.49% | - |
| HSV(B) | 315.1º | 0.77% | 0.79% | - |
| XYZ | 31.98 | 17.23 | 36.29 | - |
| YUV | 106.57 | 159.85 | 196.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 47 | 163 | 0 | 0.77 | 0.19 | 0.21 | 315.1 | 0.62 | 0.49 |
| Hex | CA | 2F | A3 | 0 | 4D | 13 | 15 | 13B | 3E | 31 |
| Octal | 312 | 57 | 243 | 0 | 115 | 23 | 25 | 473 | 76 | 61 |
| Binary | 11001010 | 101111 | 10100011 | 0 | 1001101 | 10011 | 10101 | 100111011 | 111110 | 110001 |
Color Harmonies of #CA2FA3
Complementary color
Monochromatic Colors of #CA2FA3
Black with #CA2FA3
Text Example
Text Example
White with #CA2FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2FA3; }
p { color: rgb(202,47,163); }
H1.HeaderClassName
{
color: #CA2FA3;
}
.AnyTagClassName
{
color: #CA2FA3;
}
</style>
background-color css
<style>
a { background-color: #CA2FA3; }
a { background-color: rgb(202,47,163); }
div.DivClassName
{
background-color: #CA2FA3;
}
.BgClassName
{
background-color: #CA2FA3;
}
</style>
border-color css
<style>
span { border-color: #CA2FA3; }
span { border-color: rgb(202,47,163); }
td.TdClassName
{
border-color: #CA2FA3;
}
.TagClassName
{
border-color: #CA2FA3;
}
</style>