Shades of Medium Red Violet #C8309E
Tints of Medium Red Violet #C8309E
RGB
CMYK
RGB Variations
Color information
#C8309E (or 0xC8309E) is known color: Medium Red Violet. HEX triplet: C8, 30 and 9E. RGB value is (200,48,158). Sum of RGB (Red+Green+Blue) = 200+48+158=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 48 (19.14% from 255 or 11.82% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8309E is #37CF61. Grayscale: #696969. Windows color (decimal): -3657570 or 10367176. OLE color: 10367176.
HSL color Cylindrical-coordinate representation of color #C8309E: hue angle of 316.58º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8309E is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 158 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.22 |
| HSL | 316.58º | 0.61% | 0.49% | - |
| HSV(B) | 316.58º | 0.76% | 0.78% | - |
| XYZ | 31.05 | 16.86 | 33.97 | - |
| YUV | 105.99 | 157.36 | 195.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 158 | 0 | 0.76 | 0.21 | 0.22 | 316.58 | 0.61 | 0.49 |
| Hex | C8 | 30 | 9E | 0 | 4C | 15 | 16 | 13D | 3D | 31 |
| Octal | 310 | 60 | 236 | 0 | 114 | 25 | 26 | 475 | 75 | 61 |
| Binary | 11001000 | 110000 | 10011110 | 0 | 1001100 | 10101 | 10110 | 100111101 | 111101 | 110001 |
Color Harmonies of #C8309E
Complementary color
Monochromatic Colors of #C8309E
Black with #C8309E
Text Example
Text Example
White with #C8309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8309E; }
p { color: rgb(200,48,158); }
H1.HeaderClassName
{
color: #C8309E;
}
.AnyTagClassName
{
color: #C8309E;
}
</style>
background-color css
<style>
a { background-color: #C8309E; }
a { background-color: rgb(200,48,158); }
div.DivClassName
{
background-color: #C8309E;
}
.BgClassName
{
background-color: #C8309E;
}
</style>
border-color css
<style>
span { border-color: #C8309E; }
span { border-color: rgb(200,48,158); }
td.TdClassName
{
border-color: #C8309E;
}
.TagClassName
{
border-color: #C8309E;
}
</style>