Shades of Medium Red Violet #C23774
Tints of Medium Red Violet #C23774
RGB
CMYK
RGB Variations
Color information
#C23774 (or 0xC23774) is known color: Medium Red Violet. HEX triplet: C2, 37 and 74. RGB value is (194,55,116). Sum of RGB (Red+Green+Blue) = 194+55+116=365 (48% of max value = 765). Red value is 194 (76.17% from 255 or 53.15% from 365); Green value is 55 (21.88% from 255 or 15.07% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 194 - color contains mainly: red. Hex color #C23774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23774 is #3DC88B. Grayscale: #676767. Windows color (decimal): -4049036 or 7616450. OLE color: 7616450.
HSL color Cylindrical-coordinate representation of color #C23774: hue angle of 333.67º 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 #C23774 is Cyan = 0, Magento = 0.72, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 55 | 116 | - |
| CMYK | 0 | 0.72 | 0.40 | 0.24 |
| HSL | 333.67º | 0.56% | 0.49% | - |
| HSV(B) | 333.67º | 0.72% | 0.76% | - |
| XYZ | 26.77 | 15.46 | 18.1 | - |
| YUV | 103.52 | 135.05 | 192.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 55 | 116 | 0 | 0.72 | 0.40 | 0.24 | 333.67 | 0.56 | 0.49 |
| Hex | C2 | 37 | 74 | 0 | 48 | 28 | 18 | 14E | 38 | 31 |
| Octal | 302 | 67 | 164 | 0 | 110 | 50 | 30 | 516 | 70 | 61 |
| Binary | 11000010 | 110111 | 1110100 | 0 | 1001000 | 101000 | 11000 | 101001110 | 111000 | 110001 |
Color Harmonies of #C23774
Complementary color
Monochromatic Colors of #C23774
Black with #C23774
Text Example
Text Example
White with #C23774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23774; }
p { color: rgb(194,55,116); }
H1.HeaderClassName
{
color: #C23774;
}
.AnyTagClassName
{
color: #C23774;
}
</style>
background-color css
<style>
a { background-color: #C23774; }
a { background-color: rgb(194,55,116); }
div.DivClassName
{
background-color: #C23774;
}
.BgClassName
{
background-color: #C23774;
}
</style>
border-color css
<style>
span { border-color: #C23774; }
span { border-color: rgb(194,55,116); }
td.TdClassName
{
border-color: #C23774;
}
.TagClassName
{
border-color: #C23774;
}
</style>