Shades of Medium Violet Red #C40093
Tints of Medium Violet Red #C40093
RGB
CMYK
RGB Variations
Color information
#C40093 (or 0xC40093) is known color: Medium Violet Red. HEX triplet: C4, 00 and 93. RGB value is (196,0,147). Sum of RGB (Red+Green+Blue) = 196+0+147=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 0 (0.39% from 255 or 0% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C40093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C40093 is #3BFF6C. Grayscale: #4A4A4A. Windows color (decimal): -3932013 or 9633988. OLE color: 9633988.
HSL color Cylindrical-coordinate representation of color #C40093: hue angle of 315º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C40093 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.25 | 0.23 |
| HSL | 315º | 1% | 0.38% | - |
| HSV(B) | 315º | 1% | 0.77% | - |
| XYZ | 28.03 | 13.84 | 28.8 | - |
| YUV | 75.36 | 168.43 | 214.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 0 | 147 | 0 | 1 | 0.25 | 0.23 | 315 | 1 | 0.38 |
| Hex | C4 | 0 | 93 | 0 | 64 | 19 | 17 | 13B | 64 | 26 |
| Octal | 304 | 0 | 223 | 0 | 144 | 31 | 27 | 473 | 144 | 46 |
| Binary | 11000100 | 0 | 10010011 | 0 | 1100100 | 11001 | 10111 | 100111011 | 1100100 | 100110 |
Color Harmonies of #C40093
Complementary color
Monochromatic Colors of #C40093
Black with #C40093
Text Example
Text Example
White with #C40093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C40093; }
p { color: rgb(196,0,147); }
H1.HeaderClassName
{
color: #C40093;
}
.AnyTagClassName
{
color: #C40093;
}
</style>
background-color css
<style>
a { background-color: #C40093; }
a { background-color: rgb(196,0,147); }
div.DivClassName
{
background-color: #C40093;
}
.BgClassName
{
background-color: #C40093;
}
</style>
border-color css
<style>
span { border-color: #C40093; }
span { border-color: rgb(196,0,147); }
td.TdClassName
{
border-color: #C40093;
}
.TagClassName
{
border-color: #C40093;
}
</style>