Shades of Medium Violet Red #C42493
Tints of Medium Violet Red #C42493
RGB
CMYK
RGB Variations
Color information
#C42493 (or 0xC42493) is known color: Medium Violet Red. HEX triplet: C4, 24 and 93. RGB value is (196,36,147). Sum of RGB (Red+Green+Blue) = 196+36+147=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 36 (14.45% from 255 or 9.50% from 379); Blue value is 147 (57.81% from 255 or 38.79% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C42493 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42493 is #3BDB6C. Grayscale: #606060. Windows color (decimal): -3922797 or 9643204. OLE color: 9643204.
HSL color Cylindrical-coordinate representation of color #C42493: hue angle of 318.38º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C42493 is Cyan = 0, Magento = 0.82, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 36 | 147 | - |
| CMYK | 0 | 0.82 | 0.25 | 0.23 |
| HSL | 318.38º | 0.69% | 0.45% | - |
| HSV(B) | 318.38º | 0.82% | 0.77% | - |
| XYZ | 28.66 | 15.1 | 29.01 | - |
| YUV | 96.49 | 156.51 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 36 | 147 | 0 | 0.82 | 0.25 | 0.23 | 318.38 | 0.69 | 0.45 |
| Hex | C4 | 24 | 93 | 0 | 52 | 19 | 17 | 13E | 45 | 2D |
| Octal | 304 | 44 | 223 | 0 | 122 | 31 | 27 | 476 | 105 | 55 |
| Binary | 11000100 | 100100 | 10010011 | 0 | 1010010 | 11001 | 10111 | 100111110 | 1000101 | 101101 |
Color Harmonies of #C42493
Complementary color
Monochromatic Colors of #C42493
Black with #C42493
Text Example
Text Example
White with #C42493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42493; }
p { color: rgb(196,36,147); }
H1.HeaderClassName
{
color: #C42493;
}
.AnyTagClassName
{
color: #C42493;
}
</style>
background-color css
<style>
a { background-color: #C42493; }
a { background-color: rgb(196,36,147); }
div.DivClassName
{
background-color: #C42493;
}
.BgClassName
{
background-color: #C42493;
}
</style>
border-color css
<style>
span { border-color: #C42493; }
span { border-color: rgb(196,36,147); }
td.TdClassName
{
border-color: #C42493;
}
.TagClassName
{
border-color: #C42493;
}
</style>