Shades of Medium Red Violet #C23583
Tints of Medium Red Violet #C23583
RGB
CMYK
RGB Variations
Color information
#C23583 (or 0xC23583) is known color: Medium Red Violet. HEX triplet: C2, 35 and 83. RGB value is (194,53,131). Sum of RGB (Red+Green+Blue) = 194+53+131=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 53 (21.09% from 255 or 14.02% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C23583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23583 is #3DCA7C. Grayscale: #676767. Windows color (decimal): -4049533 or 8598978. OLE color: 8598978.
HSL color Cylindrical-coordinate representation of color #C23583: hue angle of 326.81º 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 #C23583 is Cyan = 0, Magento = 0.73, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 53 | 131 | - |
| CMYK | 0 | 0.73 | 0.32 | 0.24 |
| HSL | 326.81º | 0.57% | 0.48% | - |
| HSV(B) | 326.81º | 0.73% | 0.76% | - |
| XYZ | 27.62 | 15.65 | 23.04 | - |
| YUV | 104.05 | 143.21 | 192.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 53 | 131 | 0 | 0.73 | 0.32 | 0.24 | 326.81 | 0.57 | 0.48 |
| Hex | C2 | 35 | 83 | 0 | 49 | 20 | 18 | 147 | 39 | 30 |
| Octal | 302 | 65 | 203 | 0 | 111 | 40 | 30 | 507 | 71 | 60 |
| Binary | 11000010 | 110101 | 10000011 | 0 | 1001001 | 100000 | 11000 | 101000111 | 111001 | 110000 |
Color Harmonies of #C23583
Complementary color
Monochromatic Colors of #C23583
Black with #C23583
Text Example
Text Example
White with #C23583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23583; }
p { color: rgb(194,53,131); }
H1.HeaderClassName
{
color: #C23583;
}
.AnyTagClassName
{
color: #C23583;
}
</style>
background-color css
<style>
a { background-color: #C23583; }
a { background-color: rgb(194,53,131); }
div.DivClassName
{
background-color: #C23583;
}
.BgClassName
{
background-color: #C23583;
}
</style>
border-color css
<style>
span { border-color: #C23583; }
span { border-color: rgb(194,53,131); }
td.TdClassName
{
border-color: #C23583;
}
.TagClassName
{
border-color: #C23583;
}
</style>