Shades of Medium Red Violet #C23977
Tints of Medium Red Violet #C23977
RGB
CMYK
RGB Variations
Color information
#C23977 (or 0xC23977) is known color: Medium Red Violet. HEX triplet: C2, 39 and 77. RGB value is (194,57,119). Sum of RGB (Red+Green+Blue) = 194+57+119=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C23977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23977 is #3DC688. Grayscale: #686868. Windows color (decimal): -4048521 or 7813570. OLE color: 7813570.
HSL color Cylindrical-coordinate representation of color #C23977: hue angle of 332.85º 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 #C23977 is Cyan = 0, Magento = 0.71, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 57 | 119 | - |
| CMYK | 0 | 0.71 | 0.39 | 0.24 |
| HSL | 332.85º | 0.55% | 0.49% | - |
| HSV(B) | 332.85º | 0.71% | 0.76% | - |
| XYZ | 27.04 | 15.73 | 19.06 | - |
| YUV | 105.03 | 135.89 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 57 | 119 | 0 | 0.71 | 0.39 | 0.24 | 332.85 | 0.55 | 0.49 |
| Hex | C2 | 39 | 77 | 0 | 47 | 27 | 18 | 14D | 37 | 31 |
| Octal | 302 | 71 | 167 | 0 | 107 | 47 | 30 | 515 | 67 | 61 |
| Binary | 11000010 | 111001 | 1110111 | 0 | 1000111 | 100111 | 11000 | 101001101 | 110111 | 110001 |
Color Harmonies of #C23977
Complementary color
Monochromatic Colors of #C23977
Black with #C23977
Text Example
Text Example
White with #C23977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23977; }
p { color: rgb(194,57,119); }
H1.HeaderClassName
{
color: #C23977;
}
.AnyTagClassName
{
color: #C23977;
}
</style>
background-color css
<style>
a { background-color: #C23977; }
a { background-color: rgb(194,57,119); }
div.DivClassName
{
background-color: #C23977;
}
.BgClassName
{
background-color: #C23977;
}
</style>
border-color css
<style>
span { border-color: #C23977; }
span { border-color: rgb(194,57,119); }
td.TdClassName
{
border-color: #C23977;
}
.TagClassName
{
border-color: #C23977;
}
</style>