Shades of Medium Red Violet #C2309F
Tints of Medium Red Violet #C2309F
RGB
CMYK
RGB Variations
Color information
#C2309F (or 0xC2309F) is known color: Medium Red Violet. HEX triplet: C2, 30 and 9F. RGB value is (194,48,159). Sum of RGB (Red+Green+Blue) = 194+48+159=401 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.38% from 401); Green value is 48 (19.14% from 255 or 11.97% from 401); Blue value is 159 (62.5% from 255 or 39.65% from 401); Max value from RGB is 194 - color contains mainly: red. Hex color #C2309F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2309F is #3DCF60. Grayscale: #686868. Windows color (decimal): -4050785 or 10432706. OLE color: 10432706.
HSL color Cylindrical-coordinate representation of color #C2309F: hue angle of 314.38º 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 #C2309F is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 159 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.24 |
| HSL | 314.38º | 0.6% | 0.47% | - |
| HSV(B) | 314.38º | 0.75% | 0.76% | - |
| XYZ | 29.56 | 16.09 | 34.35 | - |
| YUV | 104.31 | 158.87 | 191.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 159 | 0 | 0.75 | 0.18 | 0.24 | 314.38 | 0.6 | 0.47 |
| Hex | C2 | 30 | 9F | 0 | 4B | 12 | 18 | 13A | 3C | 2F |
| Octal | 302 | 60 | 237 | 0 | 113 | 22 | 30 | 472 | 74 | 57 |
| Binary | 11000010 | 110000 | 10011111 | 0 | 1001011 | 10010 | 11000 | 100111010 | 111100 | 101111 |
Color Harmonies of #C2309F
Complementary color
Monochromatic Colors of #C2309F
Black with #C2309F
Text Example
Text Example
White with #C2309F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2309F; }
p { color: rgb(194,48,159); }
H1.HeaderClassName
{
color: #C2309F;
}
.AnyTagClassName
{
color: #C2309F;
}
</style>
background-color css
<style>
a { background-color: #C2309F; }
a { background-color: rgb(194,48,159); }
div.DivClassName
{
background-color: #C2309F;
}
.BgClassName
{
background-color: #C2309F;
}
</style>
border-color css
<style>
span { border-color: #C2309F; }
span { border-color: rgb(194,48,159); }
td.TdClassName
{
border-color: #C2309F;
}
.TagClassName
{
border-color: #C2309F;
}
</style>