Shades of Medium Red Violet #C8357E
Tints of Medium Red Violet #C8357E
RGB
CMYK
RGB Variations
Color information
#C8357E (or 0xC8357E) is known color: Medium Red Violet. HEX triplet: C8, 35 and 7E. RGB value is (200,53,126). Sum of RGB (Red+Green+Blue) = 200+53+126=379 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.77% from 379); Green value is 53 (21.09% from 255 or 13.98% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 200 - color contains mainly: red. Hex color #C8357E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8357E is #37CA81. Grayscale: #696969. Windows color (decimal): -3656322 or 8271304. OLE color: 8271304.
HSL color Cylindrical-coordinate representation of color #C8357E: hue angle of 330.2º 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 #C8357E is Cyan = 0, Magento = 0.74, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 126 | - |
| CMYK | 0 | 0.74 | 0.37 | 0.22 |
| HSL | 330.2º | 0.58% | 0.5% | - |
| HSV(B) | 330.2º | 0.74% | 0.78% | - |
| XYZ | 28.86 | 16.33 | 21.37 | - |
| YUV | 105.28 | 139.7 | 195.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 126 | 0 | 0.74 | 0.37 | 0.22 | 330.2 | 0.58 | 0.5 |
| Hex | C8 | 35 | 7E | 0 | 4A | 25 | 16 | 14A | 3A | 32 |
| Octal | 310 | 65 | 176 | 0 | 112 | 45 | 26 | 512 | 72 | 62 |
| Binary | 11001000 | 110101 | 1111110 | 0 | 1001010 | 100101 | 10110 | 101001010 | 111010 | 110010 |
Color Harmonies of #C8357E
Complementary color
Monochromatic Colors of #C8357E
Black with #C8357E
Text Example
Text Example
White with #C8357E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8357E; }
p { color: rgb(200,53,126); }
H1.HeaderClassName
{
color: #C8357E;
}
.AnyTagClassName
{
color: #C8357E;
}
</style>
background-color css
<style>
a { background-color: #C8357E; }
a { background-color: rgb(200,53,126); }
div.DivClassName
{
background-color: #C8357E;
}
.BgClassName
{
background-color: #C8357E;
}
</style>
border-color css
<style>
span { border-color: #C8357E; }
span { border-color: rgb(200,53,126); }
td.TdClassName
{
border-color: #C8357E;
}
.TagClassName
{
border-color: #C8357E;
}
</style>