Shades of Medium Red Violet #C2309E
Tints of Medium Red Violet #C2309E
RGB
CMYK
RGB Variations
Color information
#C2309E (or 0xC2309E) is known color: Medium Red Violet. HEX triplet: C2, 30 and 9E. RGB value is (194,48,158). Sum of RGB (Red+Green+Blue) = 194+48+158=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 48 (19.14% from 255 or 12% from 400); Blue value is 158 (62.11% from 255 or 39.5% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2309E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2309E is #3DCF61. Grayscale: #676767. Windows color (decimal): -4050786 or 10367170. OLE color: 10367170.
HSL color Cylindrical-coordinate representation of color #C2309E: hue angle of 314.79º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C2309E is Cyan = 0, Magento = 0.75, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 158 | - |
| CMYK | 0 | 0.75 | 0.19 | 0.24 |
| HSL | 314.79º | 0.6% | 0.47% | - |
| HSV(B) | 314.79º | 0.75% | 0.76% | - |
| XYZ | 29.48 | 16.05 | 33.89 | - |
| YUV | 104.19 | 158.37 | 192.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 158 | 0 | 0.75 | 0.19 | 0.24 | 314.79 | 0.6 | 0.47 |
| Hex | C2 | 30 | 9E | 0 | 4B | 13 | 18 | 13B | 3C | 2F |
| Octal | 302 | 60 | 236 | 0 | 113 | 23 | 30 | 473 | 74 | 57 |
| Binary | 11000010 | 110000 | 10011110 | 0 | 1001011 | 10011 | 11000 | 100111011 | 111100 | 101111 |
Color Harmonies of #C2309E
Complementary color
Monochromatic Colors of #C2309E
Black with #C2309E
Text Example
Text Example
White with #C2309E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2309E; }
p { color: rgb(194,48,158); }
H1.HeaderClassName
{
color: #C2309E;
}
.AnyTagClassName
{
color: #C2309E;
}
</style>
background-color css
<style>
a { background-color: #C2309E; }
a { background-color: rgb(194,48,158); }
div.DivClassName
{
background-color: #C2309E;
}
.BgClassName
{
background-color: #C2309E;
}
</style>
border-color css
<style>
span { border-color: #C2309E; }
span { border-color: rgb(194,48,158); }
td.TdClassName
{
border-color: #C2309E;
}
.TagClassName
{
border-color: #C2309E;
}
</style>