Shades of Medium Red Violet #C23695
Tints of Medium Red Violet #C23695
RGB
CMYK
RGB Variations
Color information
#C23695 (or 0xC23695) is known color: Medium Red Violet. HEX triplet: C2, 36 and 95. RGB value is (194,54,149). Sum of RGB (Red+Green+Blue) = 194+54+149=397 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.87% from 397); Green value is 54 (21.48% from 255 or 13.60% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 194 - color contains mainly: red. Hex color #C23695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23695 is #3DC96A. Grayscale: #6A6A6A. Windows color (decimal): -4049259 or 9778882. OLE color: 9778882.
HSL color Cylindrical-coordinate representation of color #C23695: hue angle of 319.29º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C23695 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 54 | 149 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.24 |
| HSL | 319.29º | 0.56% | 0.49% | - |
| HSV(B) | 319.29º | 0.72% | 0.76% | - |
| XYZ | 28.99 | 16.28 | 30.05 | - |
| YUV | 106.69 | 151.88 | 190.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 54 | 149 | 0 | 0.72 | 0.23 | 0.24 | 319.29 | 0.56 | 0.49 |
| Hex | C2 | 36 | 95 | 0 | 48 | 17 | 18 | 13F | 38 | 31 |
| Octal | 302 | 66 | 225 | 0 | 110 | 27 | 30 | 477 | 70 | 61 |
| Binary | 11000010 | 110110 | 10010101 | 0 | 1001000 | 10111 | 11000 | 100111111 | 111000 | 110001 |
Color Harmonies of #C23695
Complementary color
Monochromatic Colors of #C23695
Black with #C23695
Text Example
Text Example
White with #C23695
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23695; }
p { color: rgb(194,54,149); }
H1.HeaderClassName
{
color: #C23695;
}
.AnyTagClassName
{
color: #C23695;
}
</style>
background-color css
<style>
a { background-color: #C23695; }
a { background-color: rgb(194,54,149); }
div.DivClassName
{
background-color: #C23695;
}
.BgClassName
{
background-color: #C23695;
}
</style>
border-color css
<style>
span { border-color: #C23695; }
span { border-color: rgb(194,54,149); }
td.TdClassName
{
border-color: #C23695;
}
.TagClassName
{
border-color: #C23695;
}
</style>