Shades of Medium Red Violet #CA2EAA
Tints of Medium Red Violet #CA2EAA
RGB
CMYK
RGB Variations
Color information
#CA2EAA (or 0xCA2EAA) is known color: Medium Red Violet. HEX triplet: CA, 2E and AA. RGB value is (202,46,170). Sum of RGB (Red+Green+Blue) = 202+46+170=418 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.33% from 418); Green value is 46 (18.36% from 255 or 11.00% from 418); Blue value is 170 (66.80% from 255 or 40.67% from 418); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2EAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2EAA is #35D155. Grayscale: #6A6A6A. Windows color (decimal): -3526998 or 11153098. OLE color: 11153098.
HSL color Cylindrical-coordinate representation of color #CA2EAA: hue angle of 312.31º degrees, saturation: 0.63, 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 #CA2EAA is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 170 | - |
| CMYK | 0 | 0.77 | 0.16 | 0.21 |
| HSL | 312.31º | 0.63% | 0.49% | - |
| HSV(B) | 312.31º | 0.77% | 0.79% | - |
| XYZ | 32.59 | 17.41 | 39.67 | - |
| YUV | 106.78 | 163.68 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 170 | 0 | 0.77 | 0.16 | 0.21 | 312.31 | 0.63 | 0.49 |
| Hex | CA | 2E | AA | 0 | 4D | 10 | 15 | 138 | 3F | 31 |
| Octal | 312 | 56 | 252 | 0 | 115 | 20 | 25 | 470 | 77 | 61 |
| Binary | 11001010 | 101110 | 10101010 | 0 | 1001101 | 10000 | 10101 | 100111000 | 111111 | 110001 |
Color Harmonies of #CA2EAA
Complementary color
Monochromatic Colors of #CA2EAA
Black with #CA2EAA
Text Example
Text Example
White with #CA2EAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2EAA; }
p { color: rgb(202,46,170); }
H1.HeaderClassName
{
color: #CA2EAA;
}
.AnyTagClassName
{
color: #CA2EAA;
}
</style>
background-color css
<style>
a { background-color: #CA2EAA; }
a { background-color: rgb(202,46,170); }
div.DivClassName
{
background-color: #CA2EAA;
}
.BgClassName
{
background-color: #CA2EAA;
}
</style>
border-color css
<style>
span { border-color: #CA2EAA; }
span { border-color: rgb(202,46,170); }
td.TdClassName
{
border-color: #CA2EAA;
}
.TagClassName
{
border-color: #CA2EAA;
}
</style>