Shades of Medium Red Violet #C83375
Tints of Medium Red Violet #C83375
RGB
CMYK
RGB Variations
Color information
#C83375 (or 0xC83375) is known color: Medium Red Violet. HEX triplet: C8, 33 and 75. RGB value is (200,51,117). Sum of RGB (Red+Green+Blue) = 200+51+117=368 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.35% from 368); Green value is 51 (20.31% from 255 or 13.86% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 200 - color contains mainly: red. Hex color #C83375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83375 is #37CC8A. Grayscale: #666666. Windows color (decimal): -3656843 or 7680968. OLE color: 7680968.
HSL color Cylindrical-coordinate representation of color #C83375: hue angle of 333.42º 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 #C83375 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 51 | 117 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.22 |
| HSL | 333.42º | 0.59% | 0.49% | - |
| HSV(B) | 333.42º | 0.75% | 0.78% | - |
| XYZ | 28.21 | 15.93 | 18.42 | - |
| YUV | 103.08 | 135.86 | 197.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 51 | 117 | 0 | 0.74 | 0.42 | 0.22 | 333.42 | 0.59 | 0.49 |
| Hex | C8 | 33 | 75 | 0 | 4A | 2A | 16 | 14D | 3B | 31 |
| Octal | 310 | 63 | 165 | 0 | 112 | 52 | 26 | 515 | 73 | 61 |
| Binary | 11001000 | 110011 | 1110101 | 0 | 1001010 | 101010 | 10110 | 101001101 | 111011 | 110001 |
Color Harmonies of #C83375
Complementary color
Monochromatic Colors of #C83375
Black with #C83375
Text Example
Text Example
White with #C83375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83375; }
p { color: rgb(200,51,117); }
H1.HeaderClassName
{
color: #C83375;
}
.AnyTagClassName
{
color: #C83375;
}
</style>
background-color css
<style>
a { background-color: #C83375; }
a { background-color: rgb(200,51,117); }
div.DivClassName
{
background-color: #C83375;
}
.BgClassName
{
background-color: #C83375;
}
</style>
border-color css
<style>
span { border-color: #C83375; }
span { border-color: rgb(200,51,117); }
td.TdClassName
{
border-color: #C83375;
}
.TagClassName
{
border-color: #C83375;
}
</style>