Shades of Medium Red Violet #C23295
Tints of Medium Red Violet #C23295
RGB
CMYK
RGB Variations
Color information
#C23295 (or 0xC23295) is known color: Medium Red Violet. HEX triplet: C2, 32 and 95. RGB value is (194,50,149). Sum of RGB (Red+Green+Blue) = 194+50+149=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 149 (58.59% from 255 or 37.91% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C23295 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23295 is #3DCD6A. Grayscale: #686868. Windows color (decimal): -4050283 or 9777858. OLE color: 9777858.
HSL color Cylindrical-coordinate representation of color #C23295: hue angle of 318.75º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C23295 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 50 | 149 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.24 |
| HSL | 318.75º | 0.59% | 0.48% | - |
| HSV(B) | 318.75º | 0.74% | 0.76% | - |
| XYZ | 28.81 | 15.92 | 29.99 | - |
| YUV | 104.34 | 153.21 | 191.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 50 | 149 | 0 | 0.74 | 0.23 | 0.24 | 318.75 | 0.59 | 0.48 |
| Hex | C2 | 32 | 95 | 0 | 4A | 17 | 18 | 13F | 3B | 30 |
| Octal | 302 | 62 | 225 | 0 | 112 | 27 | 30 | 477 | 73 | 60 |
| Binary | 11000010 | 110010 | 10010101 | 0 | 1001010 | 10111 | 11000 | 100111111 | 111011 | 110000 |
Color Harmonies of #C23295
Complementary color
Monochromatic Colors of #C23295
Black with #C23295
Text Example
Text Example
White with #C23295
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23295; }
p { color: rgb(194,50,149); }
H1.HeaderClassName
{
color: #C23295;
}
.AnyTagClassName
{
color: #C23295;
}
</style>
background-color css
<style>
a { background-color: #C23295; }
a { background-color: rgb(194,50,149); }
div.DivClassName
{
background-color: #C23295;
}
.BgClassName
{
background-color: #C23295;
}
</style>
border-color css
<style>
span { border-color: #C23295; }
span { border-color: rgb(194,50,149); }
td.TdClassName
{
border-color: #C23295;
}
.TagClassName
{
border-color: #C23295;
}
</style>