Shades of Medium Red Violet #C23A83
Tints of Medium Red Violet #C23A83
RGB
CMYK
RGB Variations
Color information
#C23A83 (or 0xC23A83) is known color: Medium Red Violet. HEX triplet: C2, 3A and 83. RGB value is (194,58,131). Sum of RGB (Red+Green+Blue) = 194+58+131=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 58 (23.05% from 255 or 15.14% from 383); Blue value is 131 (51.56% from 255 or 34.20% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23A83 is #3DC57C. Grayscale: #6A6A6A. Windows color (decimal): -4048253 or 8600258. OLE color: 8600258.
HSL color Cylindrical-coordinate representation of color #C23A83: hue angle of 327.79º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A83 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 131 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.24 |
| HSL | 327.79º | 0.54% | 0.49% | - |
| HSV(B) | 327.79º | 0.7% | 0.76% | - |
| XYZ | 27.86 | 16.13 | 23.12 | - |
| YUV | 106.99 | 141.56 | 190.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 131 | 0 | 0.70 | 0.32 | 0.24 | 327.79 | 0.54 | 0.49 |
| Hex | C2 | 3A | 83 | 0 | 46 | 20 | 18 | 148 | 36 | 31 |
| Octal | 302 | 72 | 203 | 0 | 106 | 40 | 30 | 510 | 66 | 61 |
| Binary | 11000010 | 111010 | 10000011 | 0 | 1000110 | 100000 | 11000 | 101001000 | 110110 | 110001 |
Color Harmonies of #C23A83
Complementary color
Monochromatic Colors of #C23A83
Black with #C23A83
Text Example
Text Example
White with #C23A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A83; }
p { color: rgb(194,58,131); }
H1.HeaderClassName
{
color: #C23A83;
}
.AnyTagClassName
{
color: #C23A83;
}
</style>
background-color css
<style>
a { background-color: #C23A83; }
a { background-color: rgb(194,58,131); }
div.DivClassName
{
background-color: #C23A83;
}
.BgClassName
{
background-color: #C23A83;
}
</style>
border-color css
<style>
span { border-color: #C23A83; }
span { border-color: rgb(194,58,131); }
td.TdClassName
{
border-color: #C23A83;
}
.TagClassName
{
border-color: #C23A83;
}
</style>