Shades of Medium Red Violet #C23C97
Tints of Medium Red Violet #C23C97
RGB
CMYK
RGB Variations
Color information
#C23C97 (or 0xC23C97) is known color: Medium Red Violet. HEX triplet: C2, 3C and 97. RGB value is (194,60,151). Sum of RGB (Red+Green+Blue) = 194+60+151=405 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.90% from 405); Green value is 60 (23.83% from 255 or 14.81% from 405); Blue value is 151 (59.38% from 255 or 37.28% from 405); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C97 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23C97 is #3DC368. Grayscale: #6E6E6E. Windows color (decimal): -4047721 or 9911490. OLE color: 9911490.
HSL color Cylindrical-coordinate representation of color #C23C97: hue angle of 319.25º 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 #C23C97 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 151 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.24 |
| HSL | 319.25º | 0.53% | 0.5% | - |
| HSV(B) | 319.25º | 0.69% | 0.76% | - |
| XYZ | 29.45 | 16.94 | 30.99 | - |
| YUV | 110.44 | 150.89 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 151 | 0 | 0.69 | 0.22 | 0.24 | 319.25 | 0.53 | 0.5 |
| Hex | C2 | 3C | 97 | 0 | 45 | 16 | 18 | 13F | 35 | 32 |
| Octal | 302 | 74 | 227 | 0 | 105 | 26 | 30 | 477 | 65 | 62 |
| Binary | 11000010 | 111100 | 10010111 | 0 | 1000101 | 10110 | 11000 | 100111111 | 110101 | 110010 |
Color Harmonies of #C23C97
Complementary color
Monochromatic Colors of #C23C97
Black with #C23C97
Text Example
Text Example
White with #C23C97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C97; }
p { color: rgb(194,60,151); }
H1.HeaderClassName
{
color: #C23C97;
}
.AnyTagClassName
{
color: #C23C97;
}
</style>
background-color css
<style>
a { background-color: #C23C97; }
a { background-color: rgb(194,60,151); }
div.DivClassName
{
background-color: #C23C97;
}
.BgClassName
{
background-color: #C23C97;
}
</style>
border-color css
<style>
span { border-color: #C23C97; }
span { border-color: rgb(194,60,151); }
td.TdClassName
{
border-color: #C23C97;
}
.TagClassName
{
border-color: #C23C97;
}
</style>