Shades of Medium Red Violet #C23088
Tints of Medium Red Violet #C23088
RGB
CMYK
RGB Variations
Color information
#C23088 (or 0xC23088) is known color: Medium Red Violet. HEX triplet: C2, 30 and 88. RGB value is (194,48,136). Sum of RGB (Red+Green+Blue) = 194+48+136=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 48 (19.14% from 255 or 12.70% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C23088 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23088 is #3DCF77. Grayscale: #656565. Windows color (decimal): -4050808 or 8925378. OLE color: 8925378.
HSL color Cylindrical-coordinate representation of color #C23088: hue angle of 323.84º 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 #C23088 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 48 | 136 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.24 |
| HSL | 323.84º | 0.6% | 0.47% | - |
| HSV(B) | 323.84º | 0.75% | 0.76% | - |
| XYZ | 27.75 | 15.36 | 24.79 | - |
| YUV | 101.69 | 147.37 | 193.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 48 | 136 | 0 | 0.75 | 0.30 | 0.24 | 323.84 | 0.6 | 0.47 |
| Hex | C2 | 30 | 88 | 0 | 4B | 1E | 18 | 144 | 3C | 2F |
| Octal | 302 | 60 | 210 | 0 | 113 | 36 | 30 | 504 | 74 | 57 |
| Binary | 11000010 | 110000 | 10001000 | 0 | 1001011 | 11110 | 11000 | 101000100 | 111100 | 101111 |
Color Harmonies of #C23088
Complementary color
Monochromatic Colors of #C23088
Black with #C23088
Text Example
Text Example
White with #C23088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23088; }
p { color: rgb(194,48,136); }
H1.HeaderClassName
{
color: #C23088;
}
.AnyTagClassName
{
color: #C23088;
}
</style>
background-color css
<style>
a { background-color: #C23088; }
a { background-color: rgb(194,48,136); }
div.DivClassName
{
background-color: #C23088;
}
.BgClassName
{
background-color: #C23088;
}
</style>
border-color css
<style>
span { border-color: #C23088; }
span { border-color: rgb(194,48,136); }
td.TdClassName
{
border-color: #C23088;
}
.TagClassName
{
border-color: #C23088;
}
</style>