Shades of Medium Violet Red #C80192
Tints of Medium Violet Red #C80192
RGB
CMYK
RGB Variations
Color information
#C80192 (or 0xC80192) is known color: Medium Violet Red. HEX triplet: C8, 01 and 92. RGB value is (200,1,146). Sum of RGB (Red+Green+Blue) = 200+1+146=347 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.64% from 347); Green value is 1 (0.78% from 255 or 0.29% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 200 - color contains mainly: red. Hex color #C80192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C80192 is #37FE6D. Grayscale: #4C4C4C. Windows color (decimal): -3669614 or 9568712. OLE color: 9568712.
HSL color Cylindrical-coordinate representation of color #C80192: hue angle of 316.28º degrees, saturation: 0.99, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C80192 is Cyan = 0, Magento = 1.00, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 1 | 146 | - |
| CMYK | 0 | 1.00 | 0.27 | 0.22 |
| HSL | 316.28º | 0.99% | 0.39% | - |
| HSV(B) | 316.28º | 1% | 0.78% | - |
| XYZ | 29.02 | 14.38 | 28.44 | - |
| YUV | 77.03 | 166.93 | 215.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 1 | 146 | 0 | 1.00 | 0.27 | 0.22 | 316.28 | 0.99 | 0.39 |
| Hex | C8 | 1 | 92 | 0 | 64 | 1B | 16 | 13C | 63 | 27 |
| Octal | 310 | 1 | 222 | 0 | 144 | 33 | 26 | 474 | 143 | 47 |
| Binary | 11001000 | 1 | 10010010 | 0 | 1100100 | 11011 | 10110 | 100111100 | 1100011 | 100111 |
Color Harmonies of #C80192
Complementary color
Monochromatic Colors of #C80192
Black with #C80192
Text Example
Text Example
White with #C80192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C80192; }
p { color: rgb(200,1,146); }
H1.HeaderClassName
{
color: #C80192;
}
.AnyTagClassName
{
color: #C80192;
}
</style>
background-color css
<style>
a { background-color: #C80192; }
a { background-color: rgb(200,1,146); }
div.DivClassName
{
background-color: #C80192;
}
.BgClassName
{
background-color: #C80192;
}
</style>
border-color css
<style>
span { border-color: #C80192; }
span { border-color: rgb(200,1,146); }
td.TdClassName
{
border-color: #C80192;
}
.TagClassName
{
border-color: #C80192;
}
</style>