Shades of Medium Red Violet #C8358D
Tints of Medium Red Violet #C8358D
RGB
CMYK
RGB Variations
Color information
#C8358D (or 0xC8358D) is known color: Medium Red Violet. HEX triplet: C8, 35 and 8D. RGB value is (200,53,141). Sum of RGB (Red+Green+Blue) = 200+53+141=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 53 (21.09% from 255 or 13.45% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8358D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8358D is #37CA72. Grayscale: #6A6A6A. Windows color (decimal): -3656307 or 9254344. OLE color: 9254344.
HSL color Cylindrical-coordinate representation of color #C8358D: hue angle of 324.08º 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 #C8358D is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 141 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.22 |
| HSL | 324.08º | 0.58% | 0.5% | - |
| HSV(B) | 324.08º | 0.74% | 0.78% | - |
| XYZ | 29.9 | 16.75 | 26.86 | - |
| YUV | 106.99 | 147.2 | 194.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 141 | 0 | 0.74 | 0.29 | 0.22 | 324.08 | 0.58 | 0.5 |
| Hex | C8 | 35 | 8D | 0 | 4A | 1D | 16 | 144 | 3A | 32 |
| Octal | 310 | 65 | 215 | 0 | 112 | 35 | 26 | 504 | 72 | 62 |
| Binary | 11001000 | 110101 | 10001101 | 0 | 1001010 | 11101 | 10110 | 101000100 | 111010 | 110010 |
Color Harmonies of #C8358D
Complementary color
Monochromatic Colors of #C8358D
Black with #C8358D
Text Example
Text Example
White with #C8358D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8358D; }
p { color: rgb(200,53,141); }
H1.HeaderClassName
{
color: #C8358D;
}
.AnyTagClassName
{
color: #C8358D;
}
</style>
background-color css
<style>
a { background-color: #C8358D; }
a { background-color: rgb(200,53,141); }
div.DivClassName
{
background-color: #C8358D;
}
.BgClassName
{
background-color: #C8358D;
}
</style>
border-color css
<style>
span { border-color: #C8358D; }
span { border-color: rgb(200,53,141); }
td.TdClassName
{
border-color: #C8358D;
}
.TagClassName
{
border-color: #C8358D;
}
</style>