Shades of Medium Red Violet #C23C98
Tints of Medium Red Violet #C23C98
RGB
CMYK
RGB Variations
Color information
#C23C98 (or 0xC23C98) is known color: Medium Red Violet. HEX triplet: C2, 3C and 98. RGB value is (194,60,152). Sum of RGB (Red+Green+Blue) = 194+60+152=406 (53% of max value = 765). Red value is 194 (76.17% from 255 or 47.78% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23C98 is #3DC367. Grayscale: #6E6E6E. Windows color (decimal): -4047720 or 9977026. OLE color: 9977026.
HSL color Cylindrical-coordinate representation of color #C23C98: hue angle of 318.81º 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 #C23C98 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 152 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.24 |
| HSL | 318.81º | 0.53% | 0.5% | - |
| HSV(B) | 318.81º | 0.69% | 0.76% | - |
| XYZ | 29.53 | 16.97 | 31.42 | - |
| YUV | 110.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 152 | 0 | 0.69 | 0.22 | 0.24 | 318.81 | 0.53 | 0.5 |
| Hex | C2 | 3C | 98 | 0 | 45 | 16 | 18 | 13F | 35 | 32 |
| Octal | 302 | 74 | 230 | 0 | 105 | 26 | 30 | 477 | 65 | 62 |
| Binary | 11000010 | 111100 | 10011000 | 0 | 1000101 | 10110 | 11000 | 100111111 | 110101 | 110010 |
Color Harmonies of #C23C98
Complementary color
Monochromatic Colors of #C23C98
Black with #C23C98
Text Example
Text Example
White with #C23C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C98; }
p { color: rgb(194,60,152); }
H1.HeaderClassName
{
color: #C23C98;
}
.AnyTagClassName
{
color: #C23C98;
}
</style>
background-color css
<style>
a { background-color: #C23C98; }
a { background-color: rgb(194,60,152); }
div.DivClassName
{
background-color: #C23C98;
}
.BgClassName
{
background-color: #C23C98;
}
</style>
border-color css
<style>
span { border-color: #C23C98; }
span { border-color: rgb(194,60,152); }
td.TdClassName
{
border-color: #C23C98;
}
.TagClassName
{
border-color: #C23C98;
}
</style>