Shades of Medium Red Violet #C83874
Tints of Medium Red Violet #C83874
RGB
CMYK
RGB Variations
Color information
#C83874 (or 0xC83874) is known color: Medium Red Violet. HEX triplet: C8, 38 and 74. RGB value is (200,56,116). Sum of RGB (Red+Green+Blue) = 200+56+116=372 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.76% from 372); Green value is 56 (22.27% from 255 or 15.05% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 200 - color contains mainly: red. Hex color #C83874 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83874 is #37C78B. Grayscale: #696969. Windows color (decimal): -3655564 or 7616712. OLE color: 7616712.
HSL color Cylindrical-coordinate representation of color #C83874: hue angle of 335º 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 #C83874 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 116 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.22 |
| HSL | 335º | 0.57% | 0.5% | - |
| HSV(B) | 335º | 0.72% | 0.78% | - |
| XYZ | 28.39 | 16.37 | 18.19 | - |
| YUV | 105.9 | 133.71 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 116 | 0 | 0.72 | 0.42 | 0.22 | 335 | 0.57 | 0.5 |
| Hex | C8 | 38 | 74 | 0 | 48 | 2A | 16 | 14F | 39 | 32 |
| Octal | 310 | 70 | 164 | 0 | 110 | 52 | 26 | 517 | 71 | 62 |
| Binary | 11001000 | 111000 | 1110100 | 0 | 1001000 | 101010 | 10110 | 101001111 | 111001 | 110010 |
Color Harmonies of #C83874
Complementary color
Monochromatic Colors of #C83874
Black with #C83874
Text Example
Text Example
White with #C83874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83874; }
p { color: rgb(200,56,116); }
H1.HeaderClassName
{
color: #C83874;
}
.AnyTagClassName
{
color: #C83874;
}
</style>
background-color css
<style>
a { background-color: #C83874; }
a { background-color: rgb(200,56,116); }
div.DivClassName
{
background-color: #C83874;
}
.BgClassName
{
background-color: #C83874;
}
</style>
border-color css
<style>
span { border-color: #C83874; }
span { border-color: rgb(200,56,116); }
td.TdClassName
{
border-color: #C83874;
}
.TagClassName
{
border-color: #C83874;
}
</style>