Shades of Medium Red Violet #C23C99
Tints of Medium Red Violet #C23C99
RGB
CMYK
RGB Variations
Color information
#C23C99 (or 0xC23C99) is known color: Medium Red Violet. HEX triplet: C2, 3C and 99. RGB value is (194,60,153). Sum of RGB (Red+Green+Blue) = 194+60+153=407 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.67% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23C99 is #3DC366. Grayscale: #6E6E6E. Windows color (decimal): -4047719 or 10042562. OLE color: 10042562.
HSL color Cylindrical-coordinate representation of color #C23C99: hue angle of 318.36º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C99 is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 153 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.24 |
| HSL | 318.36º | 0.53% | 0.5% | - |
| HSV(B) | 318.36º | 0.69% | 0.76% | - |
| XYZ | 29.61 | 17 | 31.86 | - |
| YUV | 110.67 | 151.89 | 187.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 153 | 0 | 0.69 | 0.21 | 0.24 | 318.36 | 0.53 | 0.5 |
| Hex | C2 | 3C | 99 | 0 | 45 | 15 | 18 | 13E | 35 | 32 |
| Octal | 302 | 74 | 231 | 0 | 105 | 25 | 30 | 476 | 65 | 62 |
| Binary | 11000010 | 111100 | 10011001 | 0 | 1000101 | 10101 | 11000 | 100111110 | 110101 | 110010 |
Color Harmonies of #C23C99
Complementary color
Monochromatic Colors of #C23C99
Black with #C23C99
Text Example
Text Example
White with #C23C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C99; }
p { color: rgb(194,60,153); }
H1.HeaderClassName
{
color: #C23C99;
}
.AnyTagClassName
{
color: #C23C99;
}
</style>
background-color css
<style>
a { background-color: #C23C99; }
a { background-color: rgb(194,60,153); }
div.DivClassName
{
background-color: #C23C99;
}
.BgClassName
{
background-color: #C23C99;
}
</style>
border-color css
<style>
span { border-color: #C23C99; }
span { border-color: rgb(194,60,153); }
td.TdClassName
{
border-color: #C23C99;
}
.TagClassName
{
border-color: #C23C99;
}
</style>