Shades of Medium Red Violet #C23875
Tints of Medium Red Violet #C23875
RGB
CMYK
RGB Variations
Color information
#C23875 (or 0xC23875) is known color: Medium Red Violet. HEX triplet: C2, 38 and 75. RGB value is (194,56,117). Sum of RGB (Red+Green+Blue) = 194+56+117=367 (48% of max value = 765). Red value is 194 (76.17% from 255 or 52.86% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 194 - color contains mainly: red. Hex color #C23875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C23875 is #3DC78A. Grayscale: #686868. Windows color (decimal): -4048779 or 7682242. OLE color: 7682242.
HSL color Cylindrical-coordinate representation of color #C23875: hue angle of 333.48º 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 #C23875 is Cyan = 0, Magento = 0.71, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 56 | 117 | - |
| CMYK | 0 | 0.71 | 0.40 | 0.24 |
| HSL | 333.48º | 0.55% | 0.49% | - |
| HSV(B) | 333.48º | 0.71% | 0.76% | - |
| XYZ | 26.87 | 15.58 | 18.42 | - |
| YUV | 104.22 | 135.22 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 56 | 117 | 0 | 0.71 | 0.40 | 0.24 | 333.48 | 0.55 | 0.49 |
| Hex | C2 | 38 | 75 | 0 | 47 | 28 | 18 | 14D | 37 | 31 |
| Octal | 302 | 70 | 165 | 0 | 107 | 50 | 30 | 515 | 67 | 61 |
| Binary | 11000010 | 111000 | 1110101 | 0 | 1000111 | 101000 | 11000 | 101001101 | 110111 | 110001 |
Color Harmonies of #C23875
Complementary color
Monochromatic Colors of #C23875
Black with #C23875
Text Example
Text Example
White with #C23875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23875; }
p { color: rgb(194,56,117); }
H1.HeaderClassName
{
color: #C23875;
}
.AnyTagClassName
{
color: #C23875;
}
</style>
background-color css
<style>
a { background-color: #C23875; }
a { background-color: rgb(194,56,117); }
div.DivClassName
{
background-color: #C23875;
}
.BgClassName
{
background-color: #C23875;
}
</style>
border-color css
<style>
span { border-color: #C23875; }
span { border-color: rgb(194,56,117); }
td.TdClassName
{
border-color: #C23875;
}
.TagClassName
{
border-color: #C23875;
}
</style>