Shades of Medium Red Violet #C23072
Tints of Medium Red Violet #C23072
RGB
CMYK
RGB Variations
Color information
#C23072 (or 0xC23072) is known color: Medium Red Violet. HEX triplet: C2, 30 and 72. RGB value is (194,48,114). Sum of RGB (Red+Green+Blue) = 194+48+114=356 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.49% from 356); Green value is 48 (19.14% from 255 or 13.48% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 194 - color contains mainly: red. Hex color #C23072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23072 is #3DCF8D. Grayscale: #636363. Windows color (decimal): -4050830 or 7483586. OLE color: 7483586.
HSL color Cylindrical-coordinate representation of color #C23072: hue angle of 332.88º 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 #C23072 is Cyan = 0, Magento = 0.75, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 114 | - |
| CMYK | 0 | 0.75 | 0.41 | 0.24 |
| HSL | 332.88º | 0.6% | 0.47% | - |
| HSV(B) | 332.88º | 0.75% | 0.76% | - |
| XYZ | 26.34 | 14.8 | 17.39 | - |
| YUV | 99.18 | 136.37 | 195.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 114 | 0 | 0.75 | 0.41 | 0.24 | 332.88 | 0.6 | 0.47 |
| Hex | C2 | 30 | 72 | 0 | 4B | 29 | 18 | 14D | 3C | 2F |
| Octal | 302 | 60 | 162 | 0 | 113 | 51 | 30 | 515 | 74 | 57 |
| Binary | 11000010 | 110000 | 1110010 | 0 | 1001011 | 101001 | 11000 | 101001101 | 111100 | 101111 |
Color Harmonies of #C23072
Complementary color
Monochromatic Colors of #C23072
Black with #C23072
Text Example
Text Example
White with #C23072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23072; }
p { color: rgb(194,48,114); }
H1.HeaderClassName
{
color: #C23072;
}
.AnyTagClassName
{
color: #C23072;
}
</style>
background-color css
<style>
a { background-color: #C23072; }
a { background-color: rgb(194,48,114); }
div.DivClassName
{
background-color: #C23072;
}
.BgClassName
{
background-color: #C23072;
}
</style>
border-color css
<style>
span { border-color: #C23072; }
span { border-color: rgb(194,48,114); }
td.TdClassName
{
border-color: #C23072;
}
.TagClassName
{
border-color: #C23072;
}
</style>