Shades of Medium Red Violet #C8309F
Tints of Medium Red Violet #C8309F
RGB
CMYK
RGB Variations
Color information
#C8309F (or 0xC8309F) is known color: Medium Red Violet. HEX triplet: C8, 30 and 9F. RGB value is (200,48,159). Sum of RGB (Red+Green+Blue) = 200+48+159=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 48 (19.14% from 255 or 11.79% from 407); Blue value is 159 (62.5% from 255 or 39.07% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8309F is #37CF60. Grayscale: #696969. Windows color (decimal): -3657569 or 10432712. OLE color: 10432712.
HSL color Cylindrical-coordinate representation of color #C8309F: hue angle of 316.18º 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 #C8309F is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 159 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.22 |
| HSL | 316.18º | 0.61% | 0.49% | - |
| HSV(B) | 316.18º | 0.76% | 0.78% | - |
| XYZ | 31.13 | 16.9 | 34.42 | - |
| YUV | 106.1 | 157.86 | 194.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 159 | 0 | 0.76 | 0.20 | 0.22 | 316.18 | 0.61 | 0.49 |
| Hex | C8 | 30 | 9F | 0 | 4C | 14 | 16 | 13C | 3D | 31 |
| Octal | 310 | 60 | 237 | 0 | 114 | 24 | 26 | 474 | 75 | 61 |
| Binary | 11001000 | 110000 | 10011111 | 0 | 1001100 | 10100 | 10110 | 100111100 | 111101 | 110001 |
Color Harmonies of #C8309F
Complementary color
Monochromatic Colors of #C8309F
Black with #C8309F
Text Example
Text Example
White with #C8309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8309F; }
p { color: rgb(200,48,159); }
H1.HeaderClassName
{
color: #C8309F;
}
.AnyTagClassName
{
color: #C8309F;
}
</style>
background-color css
<style>
a { background-color: #C8309F; }
a { background-color: rgb(200,48,159); }
div.DivClassName
{
background-color: #C8309F;
}
.BgClassName
{
background-color: #C8309F;
}
</style>
border-color css
<style>
span { border-color: #C8309F; }
span { border-color: rgb(200,48,159); }
td.TdClassName
{
border-color: #C8309F;
}
.TagClassName
{
border-color: #C8309F;
}
</style>