Shades of Medium Violet Red #CA1793
Tints of Medium Violet Red #CA1793
RGB
CMYK
RGB Variations
Color information
#CA1793 (or 0xCA1793) is known color: Medium Violet Red. HEX triplet: CA, 17 and 93. RGB value is (202,23,147). Sum of RGB (Red+Green+Blue) = 202+23+147=372 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.30% from 372); Green value is 23 (9.38% from 255 or 6.18% from 372); Blue value is 147 (57.81% from 255 or 39.52% from 372); Max value from RGB is 202 - color contains mainly: red. Hex color #CA1793 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #CA1793 is #35E86C. Grayscale: #5A5A5A. Windows color (decimal): -3532909 or 9639882. OLE color: 9639882.
HSL color Cylindrical-coordinate representation of color #CA1793: hue angle of 318.44º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CA1793 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 23 | 147 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.21 |
| HSL | 318.44º | 0.8% | 0.44% | - |
| HSV(B) | 318.44º | 0.89% | 0.79% | - |
| XYZ | 29.93 | 15.28 | 28.97 | - |
| YUV | 90.66 | 159.8 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 23 | 147 | 0 | 0.89 | 0.27 | 0.21 | 318.44 | 0.8 | 0.44 |
| Hex | CA | 17 | 93 | 0 | 59 | 1B | 15 | 13E | 50 | 2C |
| Octal | 312 | 27 | 223 | 0 | 131 | 33 | 25 | 476 | 120 | 54 |
| Binary | 11001010 | 10111 | 10010011 | 0 | 1011001 | 11011 | 10101 | 100111110 | 1010000 | 101100 |
Color Harmonies of #CA1793
Complementary color
Monochromatic Colors of #CA1793
Black with #CA1793
Text Example
Text Example
White with #CA1793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA1793; }
p { color: rgb(202,23,147); }
H1.HeaderClassName
{
color: #CA1793;
}
.AnyTagClassName
{
color: #CA1793;
}
</style>
background-color css
<style>
a { background-color: #CA1793; }
a { background-color: rgb(202,23,147); }
div.DivClassName
{
background-color: #CA1793;
}
.BgClassName
{
background-color: #CA1793;
}
</style>
border-color css
<style>
span { border-color: #CA1793; }
span { border-color: rgb(202,23,147); }
td.TdClassName
{
border-color: #CA1793;
}
.TagClassName
{
border-color: #CA1793;
}
</style>