Shades of Medium Red Violet #C83898
Tints of Medium Red Violet #C83898
RGB
CMYK
RGB Variations
Color information
#C83898 (or 0xC83898) is known color: Medium Red Violet. HEX triplet: C8, 38 and 98. RGB value is (200,56,152). Sum of RGB (Red+Green+Blue) = 200+56+152=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 56 (22.27% from 255 or 13.73% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C83898 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83898 is #37C767. Grayscale: #6D6D6D. Windows color (decimal): -3655528 or 9976008. OLE color: 9976008.
HSL color Cylindrical-coordinate representation of color #C83898: hue angle of 320º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C83898 is Cyan = 0, Magento = 0.72, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 152 | - |
| CMYK | 0 | 0.72 | 0.24 | 0.22 |
| HSL | 320º | 0.57% | 0.5% | - |
| HSV(B) | 320º | 0.72% | 0.78% | - |
| XYZ | 30.9 | 17.37 | 31.43 | - |
| YUV | 110 | 151.71 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 152 | 0 | 0.72 | 0.24 | 0.22 | 320 | 0.57 | 0.5 |
| Hex | C8 | 38 | 98 | 0 | 48 | 18 | 16 | 140 | 39 | 32 |
| Octal | 310 | 70 | 230 | 0 | 110 | 30 | 26 | 500 | 71 | 62 |
| Binary | 11001000 | 111000 | 10011000 | 0 | 1001000 | 11000 | 10110 | 101000000 | 111001 | 110010 |
Color Harmonies of #C83898
Complementary color
Monochromatic Colors of #C83898
Black with #C83898
Text Example
Text Example
White with #C83898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83898; }
p { color: rgb(200,56,152); }
H1.HeaderClassName
{
color: #C83898;
}
.AnyTagClassName
{
color: #C83898;
}
</style>
background-color css
<style>
a { background-color: #C83898; }
a { background-color: rgb(200,56,152); }
div.DivClassName
{
background-color: #C83898;
}
.BgClassName
{
background-color: #C83898;
}
</style>
border-color css
<style>
span { border-color: #C83898; }
span { border-color: rgb(200,56,152); }
td.TdClassName
{
border-color: #C83898;
}
.TagClassName
{
border-color: #C83898;
}
</style>