Shades of Medium Red Violet #C23181
Tints of Medium Red Violet #C23181
RGB
CMYK
RGB Variations
Color information
#C23181 (or 0xC23181) is known color: Medium Red Violet. HEX triplet: C2, 31 and 81. RGB value is (194,49,129). Sum of RGB (Red+Green+Blue) = 194+49+129=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 49 (19.53% from 255 or 13.17% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C23181 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23181 is #3DCE7E. Grayscale: #656565. Windows color (decimal): -4050559 or 8466882. OLE color: 8466882.
HSL color Cylindrical-coordinate representation of color #C23181: hue angle of 326.9º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23181 is Cyan = 0, Magento = 0.75, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 129 | - |
| CMYK | 0 | 0.75 | 0.34 | 0.24 |
| HSL | 326.9º | 0.6% | 0.48% | - |
| HSV(B) | 326.9º | 0.75% | 0.76% | - |
| XYZ | 27.31 | 15.25 | 22.27 | - |
| YUV | 101.48 | 143.54 | 194 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 129 | 0 | 0.75 | 0.34 | 0.24 | 326.9 | 0.6 | 0.48 |
| Hex | C2 | 31 | 81 | 0 | 4B | 22 | 18 | 147 | 3C | 30 |
| Octal | 302 | 61 | 201 | 0 | 113 | 42 | 30 | 507 | 74 | 60 |
| Binary | 11000010 | 110001 | 10000001 | 0 | 1001011 | 100010 | 11000 | 101000111 | 111100 | 110000 |
Color Harmonies of #C23181
Complementary color
Monochromatic Colors of #C23181
Black with #C23181
Text Example
Text Example
White with #C23181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23181; }
p { color: rgb(194,49,129); }
H1.HeaderClassName
{
color: #C23181;
}
.AnyTagClassName
{
color: #C23181;
}
</style>
background-color css
<style>
a { background-color: #C23181; }
a { background-color: rgb(194,49,129); }
div.DivClassName
{
background-color: #C23181;
}
.BgClassName
{
background-color: #C23181;
}
</style>
border-color css
<style>
span { border-color: #C23181; }
span { border-color: rgb(194,49,129); }
td.TdClassName
{
border-color: #C23181;
}
.TagClassName
{
border-color: #C23181;
}
</style>