Shades of Medium Violet Red #C81792
Tints of Medium Violet Red #C81792
RGB
CMYK
RGB Variations
Color information
#C81792 (or 0xC81792) is known color: Medium Violet Red. HEX triplet: C8, 17 and 92. RGB value is (200,23,146). Sum of RGB (Red+Green+Blue) = 200+23+146=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 23 (9.38% from 255 or 6.23% from 369); Blue value is 146 (57.42% from 255 or 39.57% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C81792 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81792 is #37E86D. Grayscale: #595959. Windows color (decimal): -3663982 or 9574344. OLE color: 9574344.
HSL color Cylindrical-coordinate representation of color #C81792: hue angle of 318.31º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C81792 is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 146 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.22 |
| HSL | 318.31º | 0.79% | 0.44% | - |
| HSV(B) | 318.31º | 0.89% | 0.78% | - |
| XYZ | 29.31 | 14.97 | 28.54 | - |
| YUV | 89.95 | 159.64 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 146 | 0 | 0.88 | 0.27 | 0.22 | 318.31 | 0.79 | 0.44 |
| Hex | C8 | 17 | 92 | 0 | 58 | 1B | 16 | 13E | 4F | 2C |
| Octal | 310 | 27 | 222 | 0 | 130 | 33 | 26 | 476 | 117 | 54 |
| Binary | 11001000 | 10111 | 10010010 | 0 | 1011000 | 11011 | 10110 | 100111110 | 1001111 | 101100 |
Color Harmonies of #C81792
Complementary color
Monochromatic Colors of #C81792
Black with #C81792
Text Example
Text Example
White with #C81792
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81792; }
p { color: rgb(200,23,146); }
H1.HeaderClassName
{
color: #C81792;
}
.AnyTagClassName
{
color: #C81792;
}
</style>
background-color css
<style>
a { background-color: #C81792; }
a { background-color: rgb(200,23,146); }
div.DivClassName
{
background-color: #C81792;
}
.BgClassName
{
background-color: #C81792;
}
</style>
border-color css
<style>
span { border-color: #C81792; }
span { border-color: rgb(200,23,146); }
td.TdClassName
{
border-color: #C81792;
}
.TagClassName
{
border-color: #C81792;
}
</style>