Shades of Medium Red Violet #CA2DAA
Tints of Medium Red Violet #CA2DAA
RGB
CMYK
RGB Variations
Color information
#CA2DAA (or 0xCA2DAA) is known color: Medium Red Violet. HEX triplet: CA, 2D and AA. RGB value is (202,45,170). Sum of RGB (Red+Green+Blue) = 202+45+170=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 45 (17.97% from 255 or 10.79% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2DAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2DAA is #35D255. Grayscale: #696969. Windows color (decimal): -3527254 or 11152842. OLE color: 11152842.
HSL color Cylindrical-coordinate representation of color #CA2DAA: hue angle of 312.23º 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 #CA2DAA is Cyan = 0, Magento = 0.78, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 45 | 170 | - |
| CMYK | 0 | 0.78 | 0.16 | 0.21 |
| HSL | 312.23º | 0.64% | 0.48% | - |
| HSV(B) | 312.23º | 0.78% | 0.79% | - |
| XYZ | 32.55 | 17.34 | 39.66 | - |
| YUV | 106.19 | 164.01 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 45 | 170 | 0 | 0.78 | 0.16 | 0.21 | 312.23 | 0.64 | 0.48 |
| Hex | CA | 2D | AA | 0 | 4E | 10 | 15 | 138 | 40 | 30 |
| Octal | 312 | 55 | 252 | 0 | 116 | 20 | 25 | 470 | 100 | 60 |
| Binary | 11001010 | 101101 | 10101010 | 0 | 1001110 | 10000 | 10101 | 100111000 | 1000000 | 110000 |
Color Harmonies of #CA2DAA
Complementary color
Monochromatic Colors of #CA2DAA
Black with #CA2DAA
Text Example
Text Example
White with #CA2DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2DAA; }
p { color: rgb(202,45,170); }
H1.HeaderClassName
{
color: #CA2DAA;
}
.AnyTagClassName
{
color: #CA2DAA;
}
</style>
background-color css
<style>
a { background-color: #CA2DAA; }
a { background-color: rgb(202,45,170); }
div.DivClassName
{
background-color: #CA2DAA;
}
.BgClassName
{
background-color: #CA2DAA;
}
</style>
border-color css
<style>
span { border-color: #CA2DAA; }
span { border-color: rgb(202,45,170); }
td.TdClassName
{
border-color: #CA2DAA;
}
.TagClassName
{
border-color: #CA2DAA;
}
</style>