Shades of Medium Violet Red #C00093
Tints of Medium Violet Red #C00093
RGB
CMYK
RGB Variations
Color information
#C00093 (or 0xC00093) is known color: Medium Violet Red. HEX triplet: C0, 00 and 93. RGB value is (192,0,147). Sum of RGB (Red+Green+Blue) = 192+0+147=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 147 (57.81% from 255 or 43.36% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C00093 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00093 is #3FFF6C. Grayscale: #494949. Windows color (decimal): -4194157 or 9633984. OLE color: 9633984.
HSL color Cylindrical-coordinate representation of color #C00093: hue angle of 314.06º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C00093 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 147 | - |
| CMYK | 0 | 1 | 0.23 | 0.25 |
| HSL | 314.06º | 1% | 0.38% | - |
| HSV(B) | 314.06º | 1% | 0.75% | - |
| XYZ | 27 | 13.31 | 28.75 | - |
| YUV | 74.17 | 169.11 | 212.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 147 | 0 | 1 | 0.23 | 0.25 | 314.06 | 1 | 0.38 |
| Hex | C0 | 0 | 93 | 0 | 64 | 17 | 19 | 13A | 64 | 26 |
| Octal | 300 | 0 | 223 | 0 | 144 | 27 | 31 | 472 | 144 | 46 |
| Binary | 11000000 | 0 | 10010011 | 0 | 1100100 | 10111 | 11001 | 100111010 | 1100100 | 100110 |
Color Harmonies of #C00093
Complementary color
Monochromatic Colors of #C00093
Black with #C00093
Text Example
Text Example
White with #C00093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00093; }
p { color: rgb(192,0,147); }
H1.HeaderClassName
{
color: #C00093;
}
.AnyTagClassName
{
color: #C00093;
}
</style>
background-color css
<style>
a { background-color: #C00093; }
a { background-color: rgb(192,0,147); }
div.DivClassName
{
background-color: #C00093;
}
.BgClassName
{
background-color: #C00093;
}
</style>
border-color css
<style>
span { border-color: #C00093; }
span { border-color: rgb(192,0,147); }
td.TdClassName
{
border-color: #C00093;
}
.TagClassName
{
border-color: #C00093;
}
</style>