Shades of Medium Red Violet #C23086
Tints of Medium Red Violet #C23086
RGB
CMYK
RGB Variations
Color information
#C23086 (or 0xC23086) is known color: Medium Red Violet. HEX triplet: C2, 30 and 86. RGB value is (194,48,134). Sum of RGB (Red+Green+Blue) = 194+48+134=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 48 (19.14% from 255 or 12.77% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C23086 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23086 is #3DCF79. Grayscale: #656565. Windows color (decimal): -4050810 or 8794306. OLE color: 8794306.
HSL color Cylindrical-coordinate representation of color #C23086: hue angle of 324.66º 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 #C23086 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 134 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.24 |
| HSL | 324.66º | 0.6% | 0.47% | - |
| HSV(B) | 324.66º | 0.75% | 0.76% | - |
| XYZ | 27.61 | 15.3 | 24.05 | - |
| YUV | 101.46 | 146.37 | 194.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 134 | 0 | 0.75 | 0.31 | 0.24 | 324.66 | 0.6 | 0.47 |
| Hex | C2 | 30 | 86 | 0 | 4B | 1F | 18 | 145 | 3C | 2F |
| Octal | 302 | 60 | 206 | 0 | 113 | 37 | 30 | 505 | 74 | 57 |
| Binary | 11000010 | 110000 | 10000110 | 0 | 1001011 | 11111 | 11000 | 101000101 | 111100 | 101111 |
Color Harmonies of #C23086
Complementary color
Monochromatic Colors of #C23086
Black with #C23086
Text Example
Text Example
White with #C23086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23086; }
p { color: rgb(194,48,134); }
H1.HeaderClassName
{
color: #C23086;
}
.AnyTagClassName
{
color: #C23086;
}
</style>
background-color css
<style>
a { background-color: #C23086; }
a { background-color: rgb(194,48,134); }
div.DivClassName
{
background-color: #C23086;
}
.BgClassName
{
background-color: #C23086;
}
</style>
border-color css
<style>
span { border-color: #C23086; }
span { border-color: rgb(194,48,134); }
td.TdClassName
{
border-color: #C23086;
}
.TagClassName
{
border-color: #C23086;
}
</style>