Shades of Medium Violet Red #CA2093
Tints of Medium Violet Red #CA2093
RGB
CMYK
RGB Variations
Color information
#CA2093 (or 0xCA2093) is known color: Medium Violet Red. HEX triplet: CA, 20 and 93. RGB value is (202,32,147). Sum of RGB (Red+Green+Blue) = 202+32+147=381 (50% of max value = 765). Red value is 202 (79.30% from 255 or 53.02% from 381); Green value is 32 (12.89% from 255 or 8.40% from 381); Blue value is 147 (57.81% from 255 or 38.58% from 381); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CA2093 is #35DF6C. Grayscale: #5F5F5F. Windows color (decimal): -3530605 or 9642186. OLE color: 9642186.
HSL color Cylindrical-coordinate representation of color #CA2093: hue angle of 319.41º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CA2093 is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 32 | 147 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.21 |
| HSL | 319.41º | 0.73% | 0.46% | - |
| HSV(B) | 319.41º | 0.84% | 0.79% | - |
| XYZ | 30.14 | 15.7 | 29.04 | - |
| YUV | 95.94 | 156.82 | 203.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 32 | 147 | 0 | 0.84 | 0.27 | 0.21 | 319.41 | 0.73 | 0.46 |
| Hex | CA | 20 | 93 | 0 | 54 | 1B | 15 | 13F | 49 | 2E |
| Octal | 312 | 40 | 223 | 0 | 124 | 33 | 25 | 477 | 111 | 56 |
| Binary | 11001010 | 100000 | 10010011 | 0 | 1010100 | 11011 | 10101 | 100111111 | 1001001 | 101110 |
Color Harmonies of #CA2093
Complementary color
Monochromatic Colors of #CA2093
Black with #CA2093
Text Example
Text Example
White with #CA2093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA2093; }
p { color: rgb(202,32,147); }
H1.HeaderClassName
{
color: #CA2093;
}
.AnyTagClassName
{
color: #CA2093;
}
</style>
background-color css
<style>
a { background-color: #CA2093; }
a { background-color: rgb(202,32,147); }
div.DivClassName
{
background-color: #CA2093;
}
.BgClassName
{
background-color: #CA2093;
}
</style>
border-color css
<style>
span { border-color: #CA2093; }
span { border-color: rgb(202,32,147); }
td.TdClassName
{
border-color: #CA2093;
}
.TagClassName
{
border-color: #CA2093;
}
</style>