Shades of Medium Red Violet #CA2E8F
Tints of Medium Red Violet #CA2E8F
RGB
CMYK
RGB Variations
Color information
#CA2E8F (or 0xCA2E8F) is known color: Medium Red Violet. HEX triplet: CA, 2E and 8F. RGB value is (202,46,143). Sum of RGB (Red+Green+Blue) = 202+46+143=391 (51% of max value = 765). Red value is 202 (79.30% from 255 or 51.66% from 391); Green value is 46 (18.36% from 255 or 11.76% from 391); Blue value is 143 (56.25% from 255 or 36.57% from 391); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2E8F is #35D170. Grayscale: #676767. Windows color (decimal): -3527025 or 9383626. OLE color: 9383626.
HSL color Cylindrical-coordinate representation of color #CA2E8F: hue angle of 322.69º 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 #CA2E8F is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 143 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.21 |
| HSL | 322.69º | 0.63% | 0.49% | - |
| HSV(B) | 322.69º | 0.77% | 0.79% | - |
| XYZ | 30.29 | 16.49 | 27.57 | - |
| YUV | 103.7 | 150.18 | 198.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 143 | 0 | 0.77 | 0.29 | 0.21 | 322.69 | 0.63 | 0.49 |
| Hex | CA | 2E | 8F | 0 | 4D | 1D | 15 | 143 | 3F | 31 |
| Octal | 312 | 56 | 217 | 0 | 115 | 35 | 25 | 503 | 77 | 61 |
| Binary | 11001010 | 101110 | 10001111 | 0 | 1001101 | 11101 | 10101 | 101000011 | 111111 | 110001 |
Color Harmonies of #CA2E8F
Complementary color
Monochromatic Colors of #CA2E8F
Black with #CA2E8F
Text Example
Text Example
White with #CA2E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E8F; }
p { color: rgb(202,46,143); }
H1.HeaderClassName
{
color: #CA2E8F;
}
.AnyTagClassName
{
color: #CA2E8F;
}
</style>
background-color css
<style>
a { background-color: #CA2E8F; }
a { background-color: rgb(202,46,143); }
div.DivClassName
{
background-color: #CA2E8F;
}
.BgClassName
{
background-color: #CA2E8F;
}
</style>
border-color css
<style>
span { border-color: #CA2E8F; }
span { border-color: rgb(202,46,143); }
td.TdClassName
{
border-color: #CA2E8F;
}
.TagClassName
{
border-color: #CA2E8F;
}
</style>