Shades of Medium Red Violet #CA2E98
Tints of Medium Red Violet #CA2E98
RGB
CMYK
RGB Variations
Color information
#CA2E98 (or 0xCA2E98) is known color: Medium Red Violet. HEX triplet: CA, 2E and 98. RGB value is (202,46,152). Sum of RGB (Red+Green+Blue) = 202+46+152=400 (52% of max value = 765). Red value is 202 (79.30% from 255 or 50.5% from 400); Green value is 46 (18.36% from 255 or 11.5% from 400); Blue value is 152 (59.77% from 255 or 38% from 400); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2E98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2E98 is #35D167. Grayscale: #686868. Windows color (decimal): -3527016 or 9973450. OLE color: 9973450.
HSL color Cylindrical-coordinate representation of color #CA2E98: hue angle of 319.23º 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 #CA2E98 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 46 | 152 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.21 |
| HSL | 319.23º | 0.63% | 0.49% | - |
| HSV(B) | 319.23º | 0.77% | 0.79% | - |
| XYZ | 31 | 16.78 | 31.31 | - |
| YUV | 104.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 46 | 152 | 0 | 0.77 | 0.25 | 0.21 | 319.23 | 0.63 | 0.49 |
| Hex | CA | 2E | 98 | 0 | 4D | 19 | 15 | 13F | 3F | 31 |
| Octal | 312 | 56 | 230 | 0 | 115 | 31 | 25 | 477 | 77 | 61 |
| Binary | 11001010 | 101110 | 10011000 | 0 | 1001101 | 11001 | 10101 | 100111111 | 111111 | 110001 |
Color Harmonies of #CA2E98
Complementary color
Monochromatic Colors of #CA2E98
Black with #CA2E98
Text Example
Text Example
White with #CA2E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2E98; }
p { color: rgb(202,46,152); }
H1.HeaderClassName
{
color: #CA2E98;
}
.AnyTagClassName
{
color: #CA2E98;
}
</style>
background-color css
<style>
a { background-color: #CA2E98; }
a { background-color: rgb(202,46,152); }
div.DivClassName
{
background-color: #CA2E98;
}
.BgClassName
{
background-color: #CA2E98;
}
</style>
border-color css
<style>
span { border-color: #CA2E98; }
span { border-color: rgb(202,46,152); }
td.TdClassName
{
border-color: #CA2E98;
}
.TagClassName
{
border-color: #CA2E98;
}
</style>