Shades of Medium Red Violet #C23E83
Tints of Medium Red Violet #C23E83
RGB
CMYK
RGB Variations
Color information
#C23E83 (or 0xC23E83) is known color: Medium Red Violet. HEX triplet: C2, 3E and 83. RGB value is (194,62,131). Sum of RGB (Red+Green+Blue) = 194+62+131=387 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50.13% from 387); Green value is 62 (24.61% from 255 or 16.02% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23E83 is #3DC17C. Grayscale: #6D6D6D. Windows color (decimal): -4047229 or 8601282. OLE color: 8601282.
HSL color Cylindrical-coordinate representation of color #C23E83: hue angle of 328.64º 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 #C23E83 is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 62 | 131 | - |
| CMYK | 0 | 0.68 | 0.32 | 0.24 |
| HSL | 328.64º | 0.52% | 0.5% | - |
| HSV(B) | 328.64º | 0.68% | 0.76% | - |
| XYZ | 28.07 | 16.55 | 23.19 | - |
| YUV | 109.33 | 140.23 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 131 | 0 | 0.68 | 0.32 | 0.24 | 328.64 | 0.52 | 0.5 |
| Hex | C2 | 3E | 83 | 0 | 44 | 20 | 18 | 149 | 34 | 32 |
| Octal | 302 | 76 | 203 | 0 | 104 | 40 | 30 | 511 | 64 | 62 |
| Binary | 11000010 | 111110 | 10000011 | 0 | 1000100 | 100000 | 11000 | 101001001 | 110100 | 110010 |
Color Harmonies of #C23E83
Complementary color
Monochromatic Colors of #C23E83
Black with #C23E83
Text Example
Text Example
White with #C23E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23E83; }
p { color: rgb(194,62,131); }
H1.HeaderClassName
{
color: #C23E83;
}
.AnyTagClassName
{
color: #C23E83;
}
</style>
background-color css
<style>
a { background-color: #C23E83; }
a { background-color: rgb(194,62,131); }
div.DivClassName
{
background-color: #C23E83;
}
.BgClassName
{
background-color: #C23E83;
}
</style>
border-color css
<style>
span { border-color: #C23E83; }
span { border-color: rgb(194,62,131); }
td.TdClassName
{
border-color: #C23E83;
}
.TagClassName
{
border-color: #C23E83;
}
</style>