Shades of Medium Red Violet #C8359C
Tints of Medium Red Violet #C8359C
RGB
CMYK
RGB Variations
Color information
#C8359C (or 0xC8359C) is known color: Medium Red Violet. HEX triplet: C8, 35 and 9C. RGB value is (200,53,156). Sum of RGB (Red+Green+Blue) = 200+53+156=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 53 (21.09% from 255 or 12.96% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C8359C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8359C is #37CA63. Grayscale: #6C6C6C. Windows color (decimal): -3656292 or 10237384. OLE color: 10237384.
HSL color Cylindrical-coordinate representation of color #C8359C: hue angle of 317.96º 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 #C8359C is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 156 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.22 |
| HSL | 317.96º | 0.58% | 0.5% | - |
| HSV(B) | 317.96º | 0.74% | 0.78% | - |
| XYZ | 31.09 | 17.23 | 33.14 | - |
| YUV | 108.7 | 154.7 | 193.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 156 | 0 | 0.74 | 0.22 | 0.22 | 317.96 | 0.58 | 0.5 |
| Hex | C8 | 35 | 9C | 0 | 4A | 16 | 16 | 13E | 3A | 32 |
| Octal | 310 | 65 | 234 | 0 | 112 | 26 | 26 | 476 | 72 | 62 |
| Binary | 11001000 | 110101 | 10011100 | 0 | 1001010 | 10110 | 10110 | 100111110 | 111010 | 110010 |
Color Harmonies of #C8359C
Complementary color
Monochromatic Colors of #C8359C
Black with #C8359C
Text Example
Text Example
White with #C8359C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8359C; }
p { color: rgb(200,53,156); }
H1.HeaderClassName
{
color: #C8359C;
}
.AnyTagClassName
{
color: #C8359C;
}
</style>
background-color css
<style>
a { background-color: #C8359C; }
a { background-color: rgb(200,53,156); }
div.DivClassName
{
background-color: #C8359C;
}
.BgClassName
{
background-color: #C8359C;
}
</style>
border-color css
<style>
span { border-color: #C8359C; }
span { border-color: rgb(200,53,156); }
td.TdClassName
{
border-color: #C8359C;
}
.TagClassName
{
border-color: #C8359C;
}
</style>