Shades of Medium Red Violet #C83574
Tints of Medium Red Violet #C83574
RGB
CMYK
RGB Variations
Color information
#C83574 (or 0xC83574) is known color: Medium Red Violet. HEX triplet: C8, 35 and 74. RGB value is (200,53,116). Sum of RGB (Red+Green+Blue) = 200+53+116=369 (48% of max value = 765). Red value is 200 (78.52% from 255 or 54.20% from 369); Green value is 53 (21.09% from 255 or 14.36% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 200 - color contains mainly: red. Hex color #C83574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C83574 is #37CA8B. Grayscale: #686868. Windows color (decimal): -3656332 or 7615944. OLE color: 7615944.
HSL color Cylindrical-coordinate representation of color #C83574: hue angle of 334.29º 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 #C83574 is Cyan = 0, Magento = 0.74, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 116 | - |
| CMYK | 0 | 0.74 | 0.42 | 0.22 |
| HSL | 334.29º | 0.58% | 0.5% | - |
| HSV(B) | 334.29º | 0.74% | 0.78% | - |
| XYZ | 28.24 | 16.09 | 18.14 | - |
| YUV | 104.14 | 134.7 | 196.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 116 | 0 | 0.74 | 0.42 | 0.22 | 334.29 | 0.58 | 0.5 |
| Hex | C8 | 35 | 74 | 0 | 4A | 2A | 16 | 14E | 3A | 32 |
| Octal | 310 | 65 | 164 | 0 | 112 | 52 | 26 | 516 | 72 | 62 |
| Binary | 11001000 | 110101 | 1110100 | 0 | 1001010 | 101010 | 10110 | 101001110 | 111010 | 110010 |
Color Harmonies of #C83574
Complementary color
Monochromatic Colors of #C83574
Black with #C83574
Text Example
Text Example
White with #C83574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83574; }
p { color: rgb(200,53,116); }
H1.HeaderClassName
{
color: #C83574;
}
.AnyTagClassName
{
color: #C83574;
}
</style>
background-color css
<style>
a { background-color: #C83574; }
a { background-color: rgb(200,53,116); }
div.DivClassName
{
background-color: #C83574;
}
.BgClassName
{
background-color: #C83574;
}
</style>
border-color css
<style>
span { border-color: #C83574; }
span { border-color: rgb(200,53,116); }
td.TdClassName
{
border-color: #C83574;
}
.TagClassName
{
border-color: #C83574;
}
</style>