Shades of Medium Red Violet #C83575
Tints of Medium Red Violet #C83575
RGB
CMYK
RGB Variations
Color information
#C83575 (or 0xC83575) is known color: Medium Red Violet. HEX triplet: C8, 35 and 75. RGB value is (200,53,117). Sum of RGB (Red+Green+Blue) = 200+53+117=370 (49% of max value = 765). Red value is 200 (78.52% from 255 or 54.05% from 370); Green value is 53 (21.09% from 255 or 14.32% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 200 - color contains mainly: red. Hex color #C83575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83575 is #37CA8A. Grayscale: #686868. Windows color (decimal): -3656331 or 7681480. OLE color: 7681480.
HSL color Cylindrical-coordinate representation of color #C83575: hue angle of 333.88º degrees, saturation: 0.58, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C83575 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 117 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.22 |
| HSL | 333.88º | 0.58% | 0.5% | - |
| HSV(B) | 333.88º | 0.74% | 0.78% | - |
| XYZ | 28.3 | 16.11 | 18.45 | - |
| YUV | 104.25 | 135.2 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 117 | 0 | 0.74 | 0.42 | 0.22 | 333.88 | 0.58 | 0.5 |
| Hex | C8 | 35 | 75 | 0 | 4A | 2A | 16 | 14E | 3A | 32 |
| Octal | 310 | 65 | 165 | 0 | 112 | 52 | 26 | 516 | 72 | 62 |
| Binary | 11001000 | 110101 | 1110101 | 0 | 1001010 | 101010 | 10110 | 101001110 | 111010 | 110010 |
Color Harmonies of #C83575
Complementary color
Monochromatic Colors of #C83575
Black with #C83575
Text Example
Text Example
White with #C83575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83575; }
p { color: rgb(200,53,117); }
H1.HeaderClassName
{
color: #C83575;
}
.AnyTagClassName
{
color: #C83575;
}
</style>
background-color css
<style>
a { background-color: #C83575; }
a { background-color: rgb(200,53,117); }
div.DivClassName
{
background-color: #C83575;
}
.BgClassName
{
background-color: #C83575;
}
</style>
border-color css
<style>
span { border-color: #C83575; }
span { border-color: rgb(200,53,117); }
td.TdClassName
{
border-color: #C83575;
}
.TagClassName
{
border-color: #C83575;
}
</style>