Shades of Medium Red Violet #C23588
Tints of Medium Red Violet #C23588
RGB
CMYK
RGB Variations
Color information
#C23588 (or 0xC23588) is known color: Medium Red Violet. HEX triplet: C2, 35 and 88. RGB value is (194,53,136). Sum of RGB (Red+Green+Blue) = 194+53+136=383 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.65% from 383); Green value is 53 (21.09% from 255 or 13.84% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 194 - color contains mainly: red. Hex color #C23588 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23588 is #3DCA77. Grayscale: #686868. Windows color (decimal): -4049528 or 8926658. OLE color: 8926658.
HSL color Cylindrical-coordinate representation of color #C23588: hue angle of 324.68º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C23588 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 136 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.24 |
| HSL | 324.68º | 0.57% | 0.48% | - |
| HSV(B) | 324.68º | 0.73% | 0.76% | - |
| XYZ | 27.97 | 15.79 | 24.87 | - |
| YUV | 104.62 | 145.71 | 191.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 136 | 0 | 0.73 | 0.30 | 0.24 | 324.68 | 0.57 | 0.48 |
| Hex | C2 | 35 | 88 | 0 | 49 | 1E | 18 | 145 | 39 | 30 |
| Octal | 302 | 65 | 210 | 0 | 111 | 36 | 30 | 505 | 71 | 60 |
| Binary | 11000010 | 110101 | 10001000 | 0 | 1001001 | 11110 | 11000 | 101000101 | 111001 | 110000 |
Color Harmonies of #C23588
Complementary color
Monochromatic Colors of #C23588
Black with #C23588
Text Example
Text Example
White with #C23588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23588; }
p { color: rgb(194,53,136); }
H1.HeaderClassName
{
color: #C23588;
}
.AnyTagClassName
{
color: #C23588;
}
</style>
background-color css
<style>
a { background-color: #C23588; }
a { background-color: rgb(194,53,136); }
div.DivClassName
{
background-color: #C23588;
}
.BgClassName
{
background-color: #C23588;
}
</style>
border-color css
<style>
span { border-color: #C23588; }
span { border-color: rgb(194,53,136); }
td.TdClassName
{
border-color: #C23588;
}
.TagClassName
{
border-color: #C23588;
}
</style>