Shades of Medium Red Violet #C23779
Tints of Medium Red Violet #C23779
RGB
CMYK
RGB Variations
Color information
#C23779 (or 0xC23779) is known color: Medium Red Violet. HEX triplet: C2, 37 and 79. RGB value is (194,55,121). Sum of RGB (Red+Green+Blue) = 194+55+121=370 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.43% from 370); Green value is 55 (21.88% from 255 or 14.86% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 194 - color contains mainly: red. Hex color #C23779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23779 is #3DC886. Grayscale: #676767. Windows color (decimal): -4049031 or 7944130. OLE color: 7944130.
HSL color Cylindrical-coordinate representation of color #C23779: hue angle of 331.51º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23779 is Cyan = 0, Magento = 0.72, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 121 | - |
| CMYK | 0 | 0.72 | 0.38 | 0.24 |
| HSL | 331.51º | 0.56% | 0.49% | - |
| HSV(B) | 331.51º | 0.72% | 0.76% | - |
| XYZ | 27.07 | 15.58 | 19.67 | - |
| YUV | 104.09 | 137.55 | 192.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 121 | 0 | 0.72 | 0.38 | 0.24 | 331.51 | 0.56 | 0.49 |
| Hex | C2 | 37 | 79 | 0 | 48 | 26 | 18 | 14C | 38 | 31 |
| Octal | 302 | 67 | 171 | 0 | 110 | 46 | 30 | 514 | 70 | 61 |
| Binary | 11000010 | 110111 | 1111001 | 0 | 1001000 | 100110 | 11000 | 101001100 | 111000 | 110001 |
Color Harmonies of #C23779
Complementary color
Monochromatic Colors of #C23779
Black with #C23779
Text Example
Text Example
White with #C23779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23779; }
p { color: rgb(194,55,121); }
H1.HeaderClassName
{
color: #C23779;
}
.AnyTagClassName
{
color: #C23779;
}
</style>
background-color css
<style>
a { background-color: #C23779; }
a { background-color: rgb(194,55,121); }
div.DivClassName
{
background-color: #C23779;
}
.BgClassName
{
background-color: #C23779;
}
</style>
border-color css
<style>
span { border-color: #C23779; }
span { border-color: rgb(194,55,121); }
td.TdClassName
{
border-color: #C23779;
}
.TagClassName
{
border-color: #C23779;
}
</style>