Shades of Medium Red Violet #C8359A
Tints of Medium Red Violet #C8359A
RGB
CMYK
RGB Variations
Color information
#C8359A (or 0xC8359A) is known color: Medium Red Violet. HEX triplet: C8, 35 and 9A. RGB value is (200,53,154). Sum of RGB (Red+Green+Blue) = 200+53+154=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 154 (60.55% from 255 or 37.84% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8359A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8359A is #37CA65. Grayscale: #6C6C6C. Windows color (decimal): -3656294 or 10106312. OLE color: 10106312.
HSL color Cylindrical-coordinate representation of color #C8359A: hue angle of 318.78º 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 #C8359A is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 53 | 154 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.22 |
| HSL | 318.78º | 0.58% | 0.5% | - |
| HSV(B) | 318.78º | 0.74% | 0.78% | - |
| XYZ | 30.93 | 17.16 | 32.25 | - |
| YUV | 108.47 | 153.7 | 193.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 53 | 154 | 0 | 0.74 | 0.23 | 0.22 | 318.78 | 0.58 | 0.5 |
| Hex | C8 | 35 | 9A | 0 | 4A | 17 | 16 | 13F | 3A | 32 |
| Octal | 310 | 65 | 232 | 0 | 112 | 27 | 26 | 477 | 72 | 62 |
| Binary | 11001000 | 110101 | 10011010 | 0 | 1001010 | 10111 | 10110 | 100111111 | 111010 | 110010 |
Color Harmonies of #C8359A
Complementary color
Monochromatic Colors of #C8359A
Black with #C8359A
Text Example
Text Example
White with #C8359A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8359A; }
p { color: rgb(200,53,154); }
H1.HeaderClassName
{
color: #C8359A;
}
.AnyTagClassName
{
color: #C8359A;
}
</style>
background-color css
<style>
a { background-color: #C8359A; }
a { background-color: rgb(200,53,154); }
div.DivClassName
{
background-color: #C8359A;
}
.BgClassName
{
background-color: #C8359A;
}
</style>
border-color css
<style>
span { border-color: #C8359A; }
span { border-color: rgb(200,53,154); }
td.TdClassName
{
border-color: #C8359A;
}
.TagClassName
{
border-color: #C8359A;
}
</style>