Shades of Medium Red Violet #C23A8D
Tints of Medium Red Violet #C23A8D
RGB
CMYK
RGB Variations
Color information
#C23A8D (or 0xC23A8D) is known color: Medium Red Violet. HEX triplet: C2, 3A and 8D. RGB value is (194,58,141). Sum of RGB (Red+Green+Blue) = 194+58+141=393 (52% of max value = 765). Red value is 194 (76.17% from 255 or 49.36% from 393); Green value is 58 (23.05% from 255 or 14.76% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23A8D is #3DC572. Grayscale: #6B6B6B. Windows color (decimal): -4048243 or 9255618. OLE color: 9255618.
HSL color Cylindrical-coordinate representation of color #C23A8D: hue angle of 323.38º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23A8D is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 141 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.24 |
| HSL | 323.38º | 0.54% | 0.49% | - |
| HSV(B) | 323.38º | 0.7% | 0.76% | - |
| XYZ | 28.57 | 16.42 | 26.86 | - |
| YUV | 108.13 | 146.56 | 189.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 141 | 0 | 0.70 | 0.27 | 0.24 | 323.38 | 0.54 | 0.49 |
| Hex | C2 | 3A | 8D | 0 | 46 | 1B | 18 | 143 | 36 | 31 |
| Octal | 302 | 72 | 215 | 0 | 106 | 33 | 30 | 503 | 66 | 61 |
| Binary | 11000010 | 111010 | 10001101 | 0 | 1000110 | 11011 | 11000 | 101000011 | 110110 | 110001 |
Color Harmonies of #C23A8D
Complementary color
Monochromatic Colors of #C23A8D
Black with #C23A8D
Text Example
Text Example
White with #C23A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A8D; }
p { color: rgb(194,58,141); }
H1.HeaderClassName
{
color: #C23A8D;
}
.AnyTagClassName
{
color: #C23A8D;
}
</style>
background-color css
<style>
a { background-color: #C23A8D; }
a { background-color: rgb(194,58,141); }
div.DivClassName
{
background-color: #C23A8D;
}
.BgClassName
{
background-color: #C23A8D;
}
</style>
border-color css
<style>
span { border-color: #C23A8D; }
span { border-color: rgb(194,58,141); }
td.TdClassName
{
border-color: #C23A8D;
}
.TagClassName
{
border-color: #C23A8D;
}
</style>