Shades of Medium Red Violet #C23976
Tints of Medium Red Violet #C23976
RGB
CMYK
RGB Variations
Color information
#C23976 (or 0xC23976) is known color: Medium Red Violet. HEX triplet: C2, 39 and 76. RGB value is (194,57,118). Sum of RGB (Red+Green+Blue) = 194+57+118=369 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.57% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 194 - color contains mainly: red. Hex color #C23976 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23976 is #3DC689. Grayscale: #686868. Windows color (decimal): -4048522 or 7748034. OLE color: 7748034.
HSL color Cylindrical-coordinate representation of color #C23976: hue angle of 333.28º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C23976 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 118 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.24 |
| HSL | 333.28º | 0.55% | 0.49% | - |
| HSV(B) | 333.28º | 0.71% | 0.76% | - |
| XYZ | 26.98 | 15.7 | 18.75 | - |
| YUV | 104.92 | 135.39 | 191.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 118 | 0 | 0.71 | 0.39 | 0.24 | 333.28 | 0.55 | 0.49 |
| Hex | C2 | 39 | 76 | 0 | 47 | 27 | 18 | 14D | 37 | 31 |
| Octal | 302 | 71 | 166 | 0 | 107 | 47 | 30 | 515 | 67 | 61 |
| Binary | 11000010 | 111001 | 1110110 | 0 | 1000111 | 100111 | 11000 | 101001101 | 110111 | 110001 |
Color Harmonies of #C23976
Complementary color
Monochromatic Colors of #C23976
Black with #C23976
Text Example
Text Example
White with #C23976
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23976; }
p { color: rgb(194,57,118); }
H1.HeaderClassName
{
color: #C23976;
}
.AnyTagClassName
{
color: #C23976;
}
</style>
background-color css
<style>
a { background-color: #C23976; }
a { background-color: rgb(194,57,118); }
div.DivClassName
{
background-color: #C23976;
}
.BgClassName
{
background-color: #C23976;
}
</style>
border-color css
<style>
span { border-color: #C23976; }
span { border-color: rgb(194,57,118); }
td.TdClassName
{
border-color: #C23976;
}
.TagClassName
{
border-color: #C23976;
}
</style>