Shades of Medium Red Violet #C23E81
Tints of Medium Red Violet #C23E81
RGB
CMYK
RGB Variations
Color information
#C23E81 (or 0xC23E81) is known color: Medium Red Violet. HEX triplet: C2, 3E and 81. RGB value is (194,62,129). Sum of RGB (Red+Green+Blue) = 194+62+129=385 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.39% from 385); Green value is 62 (24.61% from 255 or 16.10% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23E81 is #3DC17E. Grayscale: #6C6C6C. Windows color (decimal): -4047231 or 8470210. OLE color: 8470210.
HSL color Cylindrical-coordinate representation of color #C23E81: hue angle of 329.55º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23E81 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 62 | 129 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.24 |
| HSL | 329.55º | 0.52% | 0.5% | - |
| HSV(B) | 329.55º | 0.68% | 0.76% | - |
| XYZ | 27.93 | 16.5 | 22.48 | - |
| YUV | 109.11 | 139.23 | 188.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 129 | 0 | 0.68 | 0.34 | 0.24 | 329.55 | 0.52 | 0.5 |
| Hex | C2 | 3E | 81 | 0 | 44 | 22 | 18 | 14A | 34 | 32 |
| Octal | 302 | 76 | 201 | 0 | 104 | 42 | 30 | 512 | 64 | 62 |
| Binary | 11000010 | 111110 | 10000001 | 0 | 1000100 | 100010 | 11000 | 101001010 | 110100 | 110010 |
Color Harmonies of #C23E81
Complementary color
Monochromatic Colors of #C23E81
Black with #C23E81
Text Example
Text Example
White with #C23E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23E81; }
p { color: rgb(194,62,129); }
H1.HeaderClassName
{
color: #C23E81;
}
.AnyTagClassName
{
color: #C23E81;
}
</style>
background-color css
<style>
a { background-color: #C23E81; }
a { background-color: rgb(194,62,129); }
div.DivClassName
{
background-color: #C23E81;
}
.BgClassName
{
background-color: #C23E81;
}
</style>
border-color css
<style>
span { border-color: #C23E81; }
span { border-color: rgb(194,62,129); }
td.TdClassName
{
border-color: #C23E81;
}
.TagClassName
{
border-color: #C23E81;
}
</style>