Shades of Medium Red Violet #CA2A8B
Tints of Medium Red Violet #CA2A8B
RGB
CMYK
RGB Variations
Color information
#CA2A8B (or 0xCA2A8B) is known color: Medium Red Violet. HEX triplet: CA, 2A and 8B. RGB value is (202,42,139). Sum of RGB (Red+Green+Blue) = 202+42+139=383 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.74% from 383); Green value is 42 (16.80% from 255 or 10.97% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2A8B is #35D574. Grayscale: #646464. Windows color (decimal): -3528053 or 9120458. OLE color: 9120458.
HSL color Cylindrical-coordinate representation of color #CA2A8B: hue angle of 323.62º 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 #CA2A8B is Cyan = 0, Magento = 0.79, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 42 | 139 | - |
| CMYK | 0 | 0.79 | 0.31 | 0.21 |
| HSL | 323.63º | 0.66% | 0.48% | - |
| HSV(B) | 323.63º | 0.79% | 0.79% | - |
| XYZ | 29.85 | 16.08 | 25.96 | - |
| YUV | 100.9 | 149.51 | 200.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 42 | 139 | 0 | 0.79 | 0.31 | 0.21 | 323.63 | 0.66 | 0.48 |
| Hex | CA | 2A | 8B | 0 | 4F | 1F | 15 | 144 | 42 | 30 |
| Octal | 312 | 52 | 213 | 0 | 117 | 37 | 25 | 504 | 102 | 60 |
| Binary | 11001010 | 101010 | 10001011 | 0 | 1001111 | 11111 | 10101 | 101000100 | 1000010 | 110000 |
Color Harmonies of #CA2A8B
Complementary color
Monochromatic Colors of #CA2A8B
Black with #CA2A8B
Text Example
Text Example
White with #CA2A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2A8B; }
p { color: rgb(202,42,139); }
H1.HeaderClassName
{
color: #CA2A8B;
}
.AnyTagClassName
{
color: #CA2A8B;
}
</style>
background-color css
<style>
a { background-color: #CA2A8B; }
a { background-color: rgb(202,42,139); }
div.DivClassName
{
background-color: #CA2A8B;
}
.BgClassName
{
background-color: #CA2A8B;
}
</style>
border-color css
<style>
span { border-color: #CA2A8B; }
span { border-color: rgb(202,42,139); }
td.TdClassName
{
border-color: #CA2A8B;
}
.TagClassName
{
border-color: #CA2A8B;
}
</style>