Shades of Medium Red Violet #C23074
Tints of Medium Red Violet #C23074
RGB
CMYK
RGB Variations
Color information
#C23074 (or 0xC23074) is known color: Medium Red Violet. HEX triplet: C2, 30 and 74. RGB value is (194,48,116). Sum of RGB (Red+Green+Blue) = 194+48+116=358 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.19% from 358); Green value is 48 (19.14% from 255 or 13.41% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 194 - color contains mainly: red. Hex color #C23074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23074 is #3DCF8B. Grayscale: #636363. Windows color (decimal): -4050828 or 7614658. OLE color: 7614658.
HSL color Cylindrical-coordinate representation of color #C23074: hue angle of 332.05º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23074 is Cyan = 0, Magento = 0.75, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 116 | - |
| CMYK | 0 | 0.75 | 0.40 | 0.24 |
| HSL | 332.05º | 0.6% | 0.47% | - |
| HSV(B) | 332.05º | 0.75% | 0.76% | - |
| XYZ | 26.46 | 14.84 | 17.99 | - |
| YUV | 99.41 | 137.37 | 195.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 116 | 0 | 0.75 | 0.40 | 0.24 | 332.05 | 0.6 | 0.47 |
| Hex | C2 | 30 | 74 | 0 | 4B | 28 | 18 | 14C | 3C | 2F |
| Octal | 302 | 60 | 164 | 0 | 113 | 50 | 30 | 514 | 74 | 57 |
| Binary | 11000010 | 110000 | 1110100 | 0 | 1001011 | 101000 | 11000 | 101001100 | 111100 | 101111 |
Color Harmonies of #C23074
Complementary color
Monochromatic Colors of #C23074
Black with #C23074
Text Example
Text Example
White with #C23074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23074; }
p { color: rgb(194,48,116); }
H1.HeaderClassName
{
color: #C23074;
}
.AnyTagClassName
{
color: #C23074;
}
</style>
background-color css
<style>
a { background-color: #C23074; }
a { background-color: rgb(194,48,116); }
div.DivClassName
{
background-color: #C23074;
}
.BgClassName
{
background-color: #C23074;
}
</style>
border-color css
<style>
span { border-color: #C23074; }
span { border-color: rgb(194,48,116); }
td.TdClassName
{
border-color: #C23074;
}
.TagClassName
{
border-color: #C23074;
}
</style>