Shades of Medium Red Violet #C83886
Tints of Medium Red Violet #C83886
RGB
CMYK
RGB Variations
Color information
#C83886 (or 0xC83886) is known color: Medium Red Violet. HEX triplet: C8, 38 and 86. RGB value is (200,56,134). Sum of RGB (Red+Green+Blue) = 200+56+134=390 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.28% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 134 (52.73% from 255 or 34.36% from 390); Max value from RGB is 200 - color contains mainly: red. Hex color #C83886 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83886 is #37C779. Grayscale: #6B6B6B. Windows color (decimal): -3655546 or 8796360. OLE color: 8796360.
HSL color Cylindrical-coordinate representation of color #C83886: hue angle of 327.5º 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 #C83886 is Cyan = 0, Magento = 0.72, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 134 | - |
| CMYK | 0 | 0.72 | 0.33 | 0.22 |
| HSL | 327.5º | 0.57% | 0.5% | - |
| HSV(B) | 327.5º | 0.72% | 0.78% | - |
| XYZ | 29.54 | 16.83 | 24.25 | - |
| YUV | 107.95 | 142.71 | 193.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 134 | 0 | 0.72 | 0.33 | 0.22 | 327.5 | 0.57 | 0.5 |
| Hex | C8 | 38 | 86 | 0 | 48 | 21 | 16 | 148 | 39 | 32 |
| Octal | 310 | 70 | 206 | 0 | 110 | 41 | 26 | 510 | 71 | 62 |
| Binary | 11001000 | 111000 | 10000110 | 0 | 1001000 | 100001 | 10110 | 101001000 | 111001 | 110010 |
Color Harmonies of #C83886
Complementary color
Monochromatic Colors of #C83886
Black with #C83886
Text Example
Text Example
White with #C83886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83886; }
p { color: rgb(200,56,134); }
H1.HeaderClassName
{
color: #C83886;
}
.AnyTagClassName
{
color: #C83886;
}
</style>
background-color css
<style>
a { background-color: #C83886; }
a { background-color: rgb(200,56,134); }
div.DivClassName
{
background-color: #C83886;
}
.BgClassName
{
background-color: #C83886;
}
</style>
border-color css
<style>
span { border-color: #C83886; }
span { border-color: rgb(200,56,134); }
td.TdClassName
{
border-color: #C83886;
}
.TagClassName
{
border-color: #C83886;
}
</style>