Shades of Medium Red Violet #C8309C
Tints of Medium Red Violet #C8309C
RGB
CMYK
RGB Variations
Color information
#C8309C (or 0xC8309C) is known color: Medium Red Violet. HEX triplet: C8, 30 and 9C. RGB value is (200,48,156). Sum of RGB (Red+Green+Blue) = 200+48+156=404 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.50% from 404); Green value is 48 (19.14% from 255 or 11.88% from 404); Blue value is 156 (61.33% from 255 or 38.61% from 404); Max value from RGB is 200 - color contains mainly: red. Hex color #C8309C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8309C is #37CF63. Grayscale: #696969. Windows color (decimal): -3657572 or 10236104. OLE color: 10236104.
HSL color Cylindrical-coordinate representation of color #C8309C: hue angle of 317.37º 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 #C8309C is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 48 | 156 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.22 |
| HSL | 317.37º | 0.61% | 0.49% | - |
| HSV(B) | 317.37º | 0.76% | 0.78% | - |
| XYZ | 30.88 | 16.79 | 33.07 | - |
| YUV | 105.76 | 156.36 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 48 | 156 | 0 | 0.76 | 0.22 | 0.22 | 317.37 | 0.61 | 0.49 |
| Hex | C8 | 30 | 9C | 0 | 4C | 16 | 16 | 13D | 3D | 31 |
| Octal | 310 | 60 | 234 | 0 | 114 | 26 | 26 | 475 | 75 | 61 |
| Binary | 11001000 | 110000 | 10011100 | 0 | 1001100 | 10110 | 10110 | 100111101 | 111101 | 110001 |
Color Harmonies of #C8309C
Complementary color
Monochromatic Colors of #C8309C
Black with #C8309C
Text Example
Text Example
White with #C8309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8309C; }
p { color: rgb(200,48,156); }
H1.HeaderClassName
{
color: #C8309C;
}
.AnyTagClassName
{
color: #C8309C;
}
</style>
background-color css
<style>
a { background-color: #C8309C; }
a { background-color: rgb(200,48,156); }
div.DivClassName
{
background-color: #C8309C;
}
.BgClassName
{
background-color: #C8309C;
}
</style>
border-color css
<style>
span { border-color: #C8309C; }
span { border-color: rgb(200,48,156); }
td.TdClassName
{
border-color: #C8309C;
}
.TagClassName
{
border-color: #C8309C;
}
</style>