Shades of Medium Red Violet #C83376
Tints of Medium Red Violet #C83376
RGB
CMYK
RGB Variations
Color information
#C83376 (or 0xC83376) is known color: Medium Red Violet. HEX triplet: C8, 33 and 76. RGB value is (200,51,118). Sum of RGB (Red+Green+Blue) = 200+51+118=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C83376 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83376 is #37CC89. Grayscale: #676767. Windows color (decimal): -3656842 or 7746504. OLE color: 7746504.
HSL color Cylindrical-coordinate representation of color #C83376: hue angle of 333.02º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C83376 is Cyan = 0, Magento = 0.74, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 118 | - |
| CMYK | 0 | 0.74 | 0.41 | 0.22 |
| HSL | 333.02º | 0.59% | 0.49% | - |
| HSV(B) | 333.02º | 0.75% | 0.78% | - |
| XYZ | 28.27 | 15.96 | 18.73 | - |
| YUV | 103.19 | 136.36 | 197.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 118 | 0 | 0.74 | 0.41 | 0.22 | 333.02 | 0.59 | 0.49 |
| Hex | C8 | 33 | 76 | 0 | 4A | 29 | 16 | 14D | 3B | 31 |
| Octal | 310 | 63 | 166 | 0 | 112 | 51 | 26 | 515 | 73 | 61 |
| Binary | 11001000 | 110011 | 1110110 | 0 | 1001010 | 101001 | 10110 | 101001101 | 111011 | 110001 |
Color Harmonies of #C83376
Complementary color
Monochromatic Colors of #C83376
Black with #C83376
Text Example
Text Example
White with #C83376
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83376; }
p { color: rgb(200,51,118); }
H1.HeaderClassName
{
color: #C83376;
}
.AnyTagClassName
{
color: #C83376;
}
</style>
background-color css
<style>
a { background-color: #C83376; }
a { background-color: rgb(200,51,118); }
div.DivClassName
{
background-color: #C83376;
}
.BgClassName
{
background-color: #C83376;
}
</style>
border-color css
<style>
span { border-color: #C83376; }
span { border-color: rgb(200,51,118); }
td.TdClassName
{
border-color: #C83376;
}
.TagClassName
{
border-color: #C83376;
}
</style>