Shades of Medium Violet Red #C52093
Tints of Medium Violet Red #C52093
RGB
CMYK
RGB Variations
Color information
#C52093 (or 0xC52093) is known color: Medium Violet Red. HEX triplet: C5, 20 and 93. RGB value is (197,32,147). Sum of RGB (Red+Green+Blue) = 197+32+147=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 32 (12.89% from 255 or 8.51% from 376); Blue value is 147 (57.81% from 255 or 39.10% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C52093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C52093 is #3ADF6C. Grayscale: #5E5E5E. Windows color (decimal): -3858285 or 9642181. OLE color: 9642181.
HSL color Cylindrical-coordinate representation of color #C52093: hue angle of 318.18º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C52093 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 32 | 147 | - |
| CMYK | 0 | 0.84 | 0.25 | 0.23 |
| HSL | 318.18º | 0.72% | 0.45% | - |
| HSV(B) | 318.18º | 0.84% | 0.77% | - |
| XYZ | 28.81 | 15.01 | 28.98 | - |
| YUV | 94.45 | 157.66 | 201.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 32 | 147 | 0 | 0.84 | 0.25 | 0.23 | 318.18 | 0.72 | 0.45 |
| Hex | C5 | 20 | 93 | 0 | 54 | 19 | 17 | 13E | 48 | 2D |
| Octal | 305 | 40 | 223 | 0 | 124 | 31 | 27 | 476 | 110 | 55 |
| Binary | 11000101 | 100000 | 10010011 | 0 | 1010100 | 11001 | 10111 | 100111110 | 1001000 | 101101 |
Color Harmonies of #C52093
Complementary color
Monochromatic Colors of #C52093
Black with #C52093
Text Example
Text Example
White with #C52093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52093; }
p { color: rgb(197,32,147); }
H1.HeaderClassName
{
color: #C52093;
}
.AnyTagClassName
{
color: #C52093;
}
</style>
background-color css
<style>
a { background-color: #C52093; }
a { background-color: rgb(197,32,147); }
div.DivClassName
{
background-color: #C52093;
}
.BgClassName
{
background-color: #C52093;
}
</style>
border-color css
<style>
span { border-color: #C52093; }
span { border-color: rgb(197,32,147); }
td.TdClassName
{
border-color: #C52093;
}
.TagClassName
{
border-color: #C52093;
}
</style>