Shades of Medium Red Violet #CA2A8A
Tints of Medium Red Violet #CA2A8A
RGB
CMYK
RGB Variations
Color information
#CA2A8A (or 0xCA2A8A) is known color: Medium Red Violet. HEX triplet: CA, 2A and 8A. RGB value is (202,42,138). Sum of RGB (Red+Green+Blue) = 202+42+138=382 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.88% from 382); Green value is 42 (16.80% from 255 or 10.99% from 382); Blue value is 138 (54.30% from 255 or 36.13% from 382); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2A8A is #35D575. Grayscale: #646464. Windows color (decimal): -3528054 or 9054922. OLE color: 9054922.
HSL color Cylindrical-coordinate representation of color #CA2A8A: hue angle of 324º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CA2A8A is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 42 | 138 | - |
| CMYK | 0 | 0.79 | 0.32 | 0.21 |
| HSL | 324º | 0.66% | 0.48% | - |
| HSV(B) | 324º | 0.79% | 0.79% | - |
| XYZ | 29.77 | 16.05 | 25.57 | - |
| YUV | 100.78 | 149.01 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 138 | 0 | 0.79 | 0.32 | 0.21 | 324 | 0.66 | 0.48 |
| Hex | CA | 2A | 8A | 0 | 4F | 20 | 15 | 144 | 42 | 30 |
| Octal | 312 | 52 | 212 | 0 | 117 | 40 | 25 | 504 | 102 | 60 |
| Binary | 11001010 | 101010 | 10001010 | 0 | 1001111 | 100000 | 10101 | 101000100 | 1000010 | 110000 |
Color Harmonies of #CA2A8A
Complementary color
Monochromatic Colors of #CA2A8A
Black with #CA2A8A
Text Example
Text Example
White with #CA2A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2A8A; }
p { color: rgb(202,42,138); }
H1.HeaderClassName
{
color: #CA2A8A;
}
.AnyTagClassName
{
color: #CA2A8A;
}
</style>
background-color css
<style>
a { background-color: #CA2A8A; }
a { background-color: rgb(202,42,138); }
div.DivClassName
{
background-color: #CA2A8A;
}
.BgClassName
{
background-color: #CA2A8A;
}
</style>
border-color css
<style>
span { border-color: #CA2A8A; }
span { border-color: rgb(202,42,138); }
td.TdClassName
{
border-color: #CA2A8A;
}
.TagClassName
{
border-color: #CA2A8A;
}
</style>