Shades of Medium Red Violet #CA2CA3
Tints of Medium Red Violet #CA2CA3
RGB
CMYK
RGB Variations
Color information
#CA2CA3 (or 0xCA2CA3) is known color: Medium Red Violet. HEX triplet: CA, 2C and A3. RGB value is (202,44,163). Sum of RGB (Red+Green+Blue) = 202+44+163=409 (54% of max value = 765). Red value is 202 (79.30% from 255 or 49.39% from 409); Green value is 44 (17.58% from 255 or 10.76% from 409); Blue value is 163 (64.06% from 255 or 39.85% from 409); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2CA3 is #35D35C. Grayscale: #686868. Windows color (decimal): -3527517 or 10693834. OLE color: 10693834.
HSL color Cylindrical-coordinate representation of color #CA2CA3: hue angle of 314.81º 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 #CA2CA3 is Cyan = 0, Magento = 0.78, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 44 | 163 | - |
| CMYK | 0 | 0.78 | 0.19 | 0.21 |
| HSL | 314.81º | 0.64% | 0.48% | - |
| HSV(B) | 314.81º | 0.78% | 0.79% | - |
| XYZ | 31.87 | 17 | 36.25 | - |
| YUV | 104.81 | 160.85 | 197.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 44 | 163 | 0 | 0.78 | 0.19 | 0.21 | 314.81 | 0.64 | 0.48 |
| Hex | CA | 2C | A3 | 0 | 4E | 13 | 15 | 13B | 40 | 30 |
| Octal | 312 | 54 | 243 | 0 | 116 | 23 | 25 | 473 | 100 | 60 |
| Binary | 11001010 | 101100 | 10100011 | 0 | 1001110 | 10011 | 10101 | 100111011 | 1000000 | 110000 |
Color Harmonies of #CA2CA3
Complementary color
Monochromatic Colors of #CA2CA3
Black with #CA2CA3
Text Example
Text Example
White with #CA2CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2CA3; }
p { color: rgb(202,44,163); }
H1.HeaderClassName
{
color: #CA2CA3;
}
.AnyTagClassName
{
color: #CA2CA3;
}
</style>
background-color css
<style>
a { background-color: #CA2CA3; }
a { background-color: rgb(202,44,163); }
div.DivClassName
{
background-color: #CA2CA3;
}
.BgClassName
{
background-color: #CA2CA3;
}
</style>
border-color css
<style>
span { border-color: #CA2CA3; }
span { border-color: rgb(202,44,163); }
td.TdClassName
{
border-color: #CA2CA3;
}
.TagClassName
{
border-color: #CA2CA3;
}
</style>