Shades of Medium Violet Red #C81798
Tints of Medium Violet Red #C81798
RGB
CMYK
RGB Variations
Color information
#C81798 (or 0xC81798) is known color: Medium Violet Red. HEX triplet: C8, 17 and 98. RGB value is (200,23,152). Sum of RGB (Red+Green+Blue) = 200+23+152=375 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.33% from 375); Green value is 23 (9.38% from 255 or 6.13% from 375); Blue value is 152 (59.77% from 255 or 40.53% from 375); Max value from RGB is 200 - color contains mainly: red. Hex color #C81798 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #C81798 is #37E867. Grayscale: #5A5A5A. Windows color (decimal): -3663976 or 9967560. OLE color: 9967560.
HSL color Cylindrical-coordinate representation of color #C81798: hue angle of 316.27º 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 #C81798 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 23 | 152 | - |
| CMYK | 0 | 0.88 | 0.24 | 0.22 |
| HSL | 316.27º | 0.79% | 0.44% | - |
| HSV(B) | 316.27º | 0.89% | 0.78% | - |
| XYZ | 29.79 | 15.16 | 31.06 | - |
| YUV | 90.63 | 162.64 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 23 | 152 | 0 | 0.88 | 0.24 | 0.22 | 316.27 | 0.79 | 0.44 |
| Hex | C8 | 17 | 98 | 0 | 58 | 18 | 16 | 13C | 4F | 2C |
| Octal | 310 | 27 | 230 | 0 | 130 | 30 | 26 | 474 | 117 | 54 |
| Binary | 11001000 | 10111 | 10011000 | 0 | 1011000 | 11000 | 10110 | 100111100 | 1001111 | 101100 |
Color Harmonies of #C81798
Complementary color
Monochromatic Colors of #C81798
Black with #C81798
Text Example
Text Example
White with #C81798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C81798; }
p { color: rgb(200,23,152); }
H1.HeaderClassName
{
color: #C81798;
}
.AnyTagClassName
{
color: #C81798;
}
</style>
background-color css
<style>
a { background-color: #C81798; }
a { background-color: rgb(200,23,152); }
div.DivClassName
{
background-color: #C81798;
}
.BgClassName
{
background-color: #C81798;
}
</style>
border-color css
<style>
span { border-color: #C81798; }
span { border-color: rgb(200,23,152); }
td.TdClassName
{
border-color: #C81798;
}
.TagClassName
{
border-color: #C81798;
}
</style>