Shades of Medium Red Violet #C0309A
Tints of Medium Red Violet #C0309A
RGB
CMYK
RGB Variations
Color information
#C0309A (or 0xC0309A) is known color: Medium Red Violet. HEX triplet: C0, 30 and 9A. RGB value is (192,48,154). Sum of RGB (Red+Green+Blue) = 192+48+154=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 48 (19.14% from 255 or 12.18% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C0309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0309A is #3FCF65. Grayscale: #666666. Windows color (decimal): -4181862 or 10105024. OLE color: 10105024.
HSL color Cylindrical-coordinate representation of color #C0309A: hue angle of 315.83º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C0309A is Cyan = 0, Magento = 0.75, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 154 | - |
| CMYK | 0 | 0.75 | 0.20 | 0.25 |
| HSL | 315.83º | 0.6% | 0.47% | - |
| HSV(B) | 315.83º | 0.75% | 0.75% | - |
| XYZ | 28.63 | 15.65 | 32.08 | - |
| YUV | 103.14 | 156.71 | 191.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 154 | 0 | 0.75 | 0.20 | 0.25 | 315.83 | 0.6 | 0.47 |
| Hex | C0 | 30 | 9A | 0 | 4B | 14 | 19 | 13C | 3C | 2F |
| Octal | 300 | 60 | 232 | 0 | 113 | 24 | 31 | 474 | 74 | 57 |
| Binary | 11000000 | 110000 | 10011010 | 0 | 1001011 | 10100 | 11001 | 100111100 | 111100 | 101111 |
Color Harmonies of #C0309A
Complementary color
Monochromatic Colors of #C0309A
Black with #C0309A
Text Example
Text Example
White with #C0309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0309A; }
p { color: rgb(192,48,154); }
H1.HeaderClassName
{
color: #C0309A;
}
.AnyTagClassName
{
color: #C0309A;
}
</style>
background-color css
<style>
a { background-color: #C0309A; }
a { background-color: rgb(192,48,154); }
div.DivClassName
{
background-color: #C0309A;
}
.BgClassName
{
background-color: #C0309A;
}
</style>
border-color css
<style>
span { border-color: #C0309A; }
span { border-color: rgb(192,48,154); }
td.TdClassName
{
border-color: #C0309A;
}
.TagClassName
{
border-color: #C0309A;
}
</style>