Shades of Medium Violet Red #C81192
Tints of Medium Violet Red #C81192
RGB
CMYK
RGB Variations
Color information
#C81192 (or 0xC81192) is known color: Medium Violet Red. HEX triplet: C8, 11 and 92. RGB value is (200,17,146). Sum of RGB (Red+Green+Blue) = 200+17+146=363 (48% of max value = 765). Red value is 200 (78.52% from 255 or 55.10% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 200 - color contains mainly: red. Hex color #C81192 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81192 is #37EE6D. Grayscale: #565656. Windows color (decimal): -3665518 or 9572808. OLE color: 9572808.
HSL color Cylindrical-coordinate representation of color #C81192: hue angle of 317.7º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C81192 is Cyan = 0, Magento = 0.92, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 17 | 146 | - |
| CMYK | 0 | 0.92 | 0.27 | 0.22 |
| HSL | 317.7º | 0.84% | 0.43% | - |
| HSV(B) | 317.7º | 0.92% | 0.78% | - |
| XYZ | 29.21 | 14.76 | 28.5 | - |
| YUV | 86.42 | 161.63 | 209.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 17 | 146 | 0 | 0.92 | 0.27 | 0.22 | 317.7 | 0.84 | 0.43 |
| Hex | C8 | 11 | 92 | 0 | 5C | 1B | 16 | 13E | 54 | 2B |
| Octal | 310 | 21 | 222 | 0 | 134 | 33 | 26 | 476 | 124 | 53 |
| Binary | 11001000 | 10001 | 10010010 | 0 | 1011100 | 11011 | 10110 | 100111110 | 1010100 | 101011 |
Color Harmonies of #C81192
Complementary color
Monochromatic Colors of #C81192
Black with #C81192
Text Example
Text Example
White with #C81192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81192; }
p { color: rgb(200,17,146); }
H1.HeaderClassName
{
color: #C81192;
}
.AnyTagClassName
{
color: #C81192;
}
</style>
background-color css
<style>
a { background-color: #C81192; }
a { background-color: rgb(200,17,146); }
div.DivClassName
{
background-color: #C81192;
}
.BgClassName
{
background-color: #C81192;
}
</style>
border-color css
<style>
span { border-color: #C81192; }
span { border-color: rgb(200,17,146); }
td.TdClassName
{
border-color: #C81192;
}
.TagClassName
{
border-color: #C81192;
}
</style>