Shades of Medium Red Violet #C23892
Tints of Medium Red Violet #C23892
RGB
CMYK
RGB Variations
Color information
#C23892 (or 0xC23892) is known color: Medium Red Violet. HEX triplet: C2, 38 and 92. RGB value is (194,56,146). Sum of RGB (Red+Green+Blue) = 194+56+146=396 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.99% from 396); Green value is 56 (22.27% from 255 or 14.14% from 396); Blue value is 146 (57.42% from 255 or 36.87% from 396); Max value from RGB is 194 - color contains mainly: red. Hex color #C23892 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23892 is #3DC76D. Grayscale: #6B6B6B. Windows color (decimal): -4048750 or 9582786. OLE color: 9582786.
HSL color Cylindrical-coordinate representation of color #C23892: hue angle of 320.87º 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 #C23892 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 146 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.24 |
| HSL | 320.87º | 0.55% | 0.49% | - |
| HSV(B) | 320.87º | 0.71% | 0.76% | - |
| XYZ | 28.85 | 16.37 | 28.83 | - |
| YUV | 107.52 | 149.72 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 146 | 0 | 0.71 | 0.25 | 0.24 | 320.87 | 0.55 | 0.49 |
| Hex | C2 | 38 | 92 | 0 | 47 | 19 | 18 | 141 | 37 | 31 |
| Octal | 302 | 70 | 222 | 0 | 107 | 31 | 30 | 501 | 67 | 61 |
| Binary | 11000010 | 111000 | 10010010 | 0 | 1000111 | 11001 | 11000 | 101000001 | 110111 | 110001 |
Color Harmonies of #C23892
Complementary color
Monochromatic Colors of #C23892
Black with #C23892
Text Example
Text Example
White with #C23892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23892; }
p { color: rgb(194,56,146); }
H1.HeaderClassName
{
color: #C23892;
}
.AnyTagClassName
{
color: #C23892;
}
</style>
background-color css
<style>
a { background-color: #C23892; }
a { background-color: rgb(194,56,146); }
div.DivClassName
{
background-color: #C23892;
}
.BgClassName
{
background-color: #C23892;
}
</style>
border-color css
<style>
span { border-color: #C23892; }
span { border-color: rgb(194,56,146); }
td.TdClassName
{
border-color: #C23892;
}
.TagClassName
{
border-color: #C23892;
}
</style>