Shades of Medium Red Violet #CA2E8C
Tints of Medium Red Violet #CA2E8C
RGB
CMYK
RGB Variations
Color information
#CA2E8C (or 0xCA2E8C) is known color: Medium Red Violet. HEX triplet: CA, 2E and 8C. RGB value is (202,46,140). Sum of RGB (Red+Green+Blue) = 202+46+140=388 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.06% from 388); Green value is 46 (18.36% from 255 or 11.86% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2E8C is #35D173. Grayscale: #676767. Windows color (decimal): -3527028 or 9187018. OLE color: 9187018.
HSL color Cylindrical-coordinate representation of color #CA2E8C: hue angle of 323.85º 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 #CA2E8C is Cyan = 0, Magento = 0.77, Yellow = 0.31 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 140 | - |
| CMYK | 0 | 0.77 | 0.31 | 0.21 |
| HSL | 323.85º | 0.63% | 0.49% | - |
| HSV(B) | 323.85º | 0.77% | 0.79% | - |
| XYZ | 30.07 | 16.4 | 26.39 | - |
| YUV | 103.36 | 148.68 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 140 | 0 | 0.77 | 0.31 | 0.21 | 323.85 | 0.63 | 0.49 |
| Hex | CA | 2E | 8C | 0 | 4D | 1F | 15 | 144 | 3F | 31 |
| Octal | 312 | 56 | 214 | 0 | 115 | 37 | 25 | 504 | 77 | 61 |
| Binary | 11001010 | 101110 | 10001100 | 0 | 1001101 | 11111 | 10101 | 101000100 | 111111 | 110001 |
Color Harmonies of #CA2E8C
Complementary color
Monochromatic Colors of #CA2E8C
Black with #CA2E8C
Text Example
Text Example
White with #CA2E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E8C; }
p { color: rgb(202,46,140); }
H1.HeaderClassName
{
color: #CA2E8C;
}
.AnyTagClassName
{
color: #CA2E8C;
}
</style>
background-color css
<style>
a { background-color: #CA2E8C; }
a { background-color: rgb(202,46,140); }
div.DivClassName
{
background-color: #CA2E8C;
}
.BgClassName
{
background-color: #CA2E8C;
}
</style>
border-color css
<style>
span { border-color: #CA2E8C; }
span { border-color: rgb(202,46,140); }
td.TdClassName
{
border-color: #CA2E8C;
}
.TagClassName
{
border-color: #CA2E8C;
}
</style>