Shades of Medium Red Violet #C2309A
Tints of Medium Red Violet #C2309A
RGB
CMYK
RGB Variations
Color information
#C2309A (or 0xC2309A) is known color: Medium Red Violet. HEX triplet: C2, 30 and 9A. RGB value is (194,48,154). Sum of RGB (Red+Green+Blue) = 194+48+154=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 48 (19.14% from 255 or 12.12% from 396); Blue value is 154 (60.55% from 255 or 38.89% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C2309A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2309A is #3DCF65. Grayscale: #676767. Windows color (decimal): -4050790 or 10105026. OLE color: 10105026.
HSL color Cylindrical-coordinate representation of color #C2309A: hue angle of 316.44º 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 #C2309A is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 154 | - |
| CMYK | 0 | 0.75 | 0.21 | 0.24 |
| HSL | 316.44º | 0.6% | 0.47% | - |
| HSV(B) | 316.44º | 0.75% | 0.76% | - |
| XYZ | 29.14 | 15.92 | 32.11 | - |
| YUV | 103.74 | 156.37 | 192.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 154 | 0 | 0.75 | 0.21 | 0.24 | 316.44 | 0.6 | 0.47 |
| Hex | C2 | 30 | 9A | 0 | 4B | 15 | 18 | 13C | 3C | 2F |
| Octal | 302 | 60 | 232 | 0 | 113 | 25 | 30 | 474 | 74 | 57 |
| Binary | 11000010 | 110000 | 10011010 | 0 | 1001011 | 10101 | 11000 | 100111100 | 111100 | 101111 |
Color Harmonies of #C2309A
Complementary color
Monochromatic Colors of #C2309A
Black with #C2309A
Text Example
Text Example
White with #C2309A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2309A; }
p { color: rgb(194,48,154); }
H1.HeaderClassName
{
color: #C2309A;
}
.AnyTagClassName
{
color: #C2309A;
}
</style>
background-color css
<style>
a { background-color: #C2309A; }
a { background-color: rgb(194,48,154); }
div.DivClassName
{
background-color: #C2309A;
}
.BgClassName
{
background-color: #C2309A;
}
</style>
border-color css
<style>
span { border-color: #C2309A; }
span { border-color: rgb(194,48,154); }
td.TdClassName
{
border-color: #C2309A;
}
.TagClassName
{
border-color: #C2309A;
}
</style>