Shades of Medium Violet Red #C00293
Tints of Medium Violet Red #C00293
RGB
CMYK
RGB Variations
Color information
#C00293 (or 0xC00293) is known color: Medium Violet Red. HEX triplet: C0, 02 and 93. RGB value is (192,2,147). Sum of RGB (Red+Green+Blue) = 192+2+147=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 2 (1.17% from 255 or 0.59% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C00293 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00293 is #3FFD6C. Grayscale: #4A4A4A. Windows color (decimal): -4193645 or 9634496. OLE color: 9634496.
HSL color Cylindrical-coordinate representation of color #C00293: hue angle of 314.21º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C00293 is Cyan = 0, Magento = 0.99, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 2 | 147 | - |
| CMYK | 0 | 0.99 | 0.23 | 0.25 |
| HSL | 314.21º | 0.98% | 0.38% | - |
| HSV(B) | 314.21º | 0.99% | 0.75% | - |
| XYZ | 27.03 | 13.36 | 28.76 | - |
| YUV | 75.34 | 168.45 | 211.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 2 | 147 | 0 | 0.99 | 0.23 | 0.25 | 314.21 | 0.98 | 0.38 |
| Hex | C0 | 2 | 93 | 0 | 63 | 17 | 19 | 13A | 62 | 26 |
| Octal | 300 | 2 | 223 | 0 | 143 | 27 | 31 | 472 | 142 | 46 |
| Binary | 11000000 | 10 | 10010011 | 0 | 1100011 | 10111 | 11001 | 100111010 | 1100010 | 100110 |
Color Harmonies of #C00293
Complementary color
Monochromatic Colors of #C00293
Black with #C00293
Text Example
Text Example
White with #C00293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00293; }
p { color: rgb(192,2,147); }
H1.HeaderClassName
{
color: #C00293;
}
.AnyTagClassName
{
color: #C00293;
}
</style>
background-color css
<style>
a { background-color: #C00293; }
a { background-color: rgb(192,2,147); }
div.DivClassName
{
background-color: #C00293;
}
.BgClassName
{
background-color: #C00293;
}
</style>
border-color css
<style>
span { border-color: #C00293; }
span { border-color: rgb(192,2,147); }
td.TdClassName
{
border-color: #C00293;
}
.TagClassName
{
border-color: #C00293;
}
</style>