Shades of Medium Red Violet #C8357C
Tints of Medium Red Violet #C8357C
RGB
CMYK
RGB Variations
Color information
#C8357C (or 0xC8357C) is known color: Medium Red Violet. HEX triplet: C8, 35 and 7C. RGB value is (200,53,124). Sum of RGB (Red+Green+Blue) = 200+53+124=377 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.05% from 377); Green value is 53 (21.09% from 255 or 14.06% from 377); Blue value is 124 (48.83% from 255 or 32.89% from 377); Max value from RGB is 200 - color contains mainly: red. Hex color #C8357C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8357C is #37CA83. Grayscale: #686868. Windows color (decimal): -3656324 or 8140232. OLE color: 8140232.
HSL color Cylindrical-coordinate representation of color #C8357C: hue angle of 331.02º 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 #C8357C is Cyan = 0, Magento = 0.74, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 124 | - |
| CMYK | 0 | 0.74 | 0.38 | 0.22 |
| HSL | 331.02º | 0.58% | 0.5% | - |
| HSV(B) | 331.02º | 0.74% | 0.78% | - |
| XYZ | 28.73 | 16.28 | 20.7 | - |
| YUV | 105.05 | 138.7 | 195.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 124 | 0 | 0.74 | 0.38 | 0.22 | 331.02 | 0.58 | 0.5 |
| Hex | C8 | 35 | 7C | 0 | 4A | 26 | 16 | 14B | 3A | 32 |
| Octal | 310 | 65 | 174 | 0 | 112 | 46 | 26 | 513 | 72 | 62 |
| Binary | 11001000 | 110101 | 1111100 | 0 | 1001010 | 100110 | 10110 | 101001011 | 111010 | 110010 |
Color Harmonies of #C8357C
Complementary color
Monochromatic Colors of #C8357C
Black with #C8357C
Text Example
Text Example
White with #C8357C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8357C; }
p { color: rgb(200,53,124); }
H1.HeaderClassName
{
color: #C8357C;
}
.AnyTagClassName
{
color: #C8357C;
}
</style>
background-color css
<style>
a { background-color: #C8357C; }
a { background-color: rgb(200,53,124); }
div.DivClassName
{
background-color: #C8357C;
}
.BgClassName
{
background-color: #C8357C;
}
</style>
border-color css
<style>
span { border-color: #C8357C; }
span { border-color: rgb(200,53,124); }
td.TdClassName
{
border-color: #C8357C;
}
.TagClassName
{
border-color: #C8357C;
}
</style>