Shades of Medium Violet Red #C00092
Tints of Medium Violet Red #C00092
RGB
CMYK
RGB Variations
Color information
#C00092 (or 0xC00092) is known color: Medium Violet Red. HEX triplet: C0, 00 and 92. RGB value is (192,0,146). Sum of RGB (Red+Green+Blue) = 192+0+146=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C00092 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C00092 is #3FFF6D. Grayscale: #494949. Windows color (decimal): -4194158 or 9568448. OLE color: 9568448.
HSL color Cylindrical-coordinate representation of color #C00092: hue angle of 314.38º 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 #C00092 is Cyan = 0, Magento = 1, Yellow = 0.24 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 0 | 146 | - |
| CMYK | 0 | 1 | 0.24 | 0.25 |
| HSL | 314.38º | 1% | 0.38% | - |
| HSV(B) | 314.38º | 1% | 0.75% | - |
| XYZ | 26.93 | 13.28 | 28.34 | - |
| YUV | 74.05 | 168.61 | 212.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 0 | 146 | 0 | 1 | 0.24 | 0.25 | 314.38 | 1 | 0.38 |
| Hex | C0 | 0 | 92 | 0 | 64 | 18 | 19 | 13A | 64 | 26 |
| Octal | 300 | 0 | 222 | 0 | 144 | 30 | 31 | 472 | 144 | 46 |
| Binary | 11000000 | 0 | 10010010 | 0 | 1100100 | 11000 | 11001 | 100111010 | 1100100 | 100110 |
Color Harmonies of #C00092
Complementary color
Monochromatic Colors of #C00092
Black with #C00092
Text Example
Text Example
White with #C00092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C00092; }
p { color: rgb(192,0,146); }
H1.HeaderClassName
{
color: #C00092;
}
.AnyTagClassName
{
color: #C00092;
}
</style>
background-color css
<style>
a { background-color: #C00092; }
a { background-color: rgb(192,0,146); }
div.DivClassName
{
background-color: #C00092;
}
.BgClassName
{
background-color: #C00092;
}
</style>
border-color css
<style>
span { border-color: #C00092; }
span { border-color: rgb(192,0,146); }
td.TdClassName
{
border-color: #C00092;
}
.TagClassName
{
border-color: #C00092;
}
</style>