Shades of Medium Red Violet #C23085
Tints of Medium Red Violet #C23085
RGB
CMYK
RGB Variations
Color information
#C23085 (or 0xC23085) is known color: Medium Red Violet. HEX triplet: C2, 30 and 85. RGB value is (194,48,133). Sum of RGB (Red+Green+Blue) = 194+48+133=375 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.73% from 375); Green value is 48 (19.14% from 255 or 12.8% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 194 - color contains mainly: red. Hex color #C23085 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23085 is #3DCF7A. Grayscale: #656565. Windows color (decimal): -4050811 or 8728770. OLE color: 8728770.
HSL color Cylindrical-coordinate representation of color #C23085: hue angle of 325.07º 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 #C23085 is Cyan = 0, Magento = 0.75, Yellow = 0.31 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 133 | - |
| CMYK | 0 | 0.75 | 0.31 | 0.24 |
| HSL | 325.07º | 0.6% | 0.47% | - |
| HSV(B) | 325.07º | 0.75% | 0.76% | - |
| XYZ | 27.54 | 15.28 | 23.69 | - |
| YUV | 101.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 133 | 0 | 0.75 | 0.31 | 0.24 | 325.07 | 0.6 | 0.47 |
| Hex | C2 | 30 | 85 | 0 | 4B | 1F | 18 | 145 | 3C | 2F |
| Octal | 302 | 60 | 205 | 0 | 113 | 37 | 30 | 505 | 74 | 57 |
| Binary | 11000010 | 110000 | 10000101 | 0 | 1001011 | 11111 | 11000 | 101000101 | 111100 | 101111 |
Color Harmonies of #C23085
Complementary color
Monochromatic Colors of #C23085
Black with #C23085
Text Example
Text Example
White with #C23085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23085; }
p { color: rgb(194,48,133); }
H1.HeaderClassName
{
color: #C23085;
}
.AnyTagClassName
{
color: #C23085;
}
</style>
background-color css
<style>
a { background-color: #C23085; }
a { background-color: rgb(194,48,133); }
div.DivClassName
{
background-color: #C23085;
}
.BgClassName
{
background-color: #C23085;
}
</style>
border-color css
<style>
span { border-color: #C23085; }
span { border-color: rgb(194,48,133); }
td.TdClassName
{
border-color: #C23085;
}
.TagClassName
{
border-color: #C23085;
}
</style>