Shades of Medium Red Violet #C23A84
Tints of Medium Red Violet #C23A84
RGB
CMYK
RGB Variations
Color information
#C23A84 (or 0xC23A84) is known color: Medium Red Violet. HEX triplet: C2, 3A and 84. RGB value is (194,58,132). Sum of RGB (Red+Green+Blue) = 194+58+132=384 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.52% from 384); Green value is 58 (23.05% from 255 or 15.10% from 384); Blue value is 132 (51.95% from 255 or 34.38% from 384); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23A84 is #3DC57B. Grayscale: #6A6A6A. Windows color (decimal): -4048252 or 8665794. OLE color: 8665794.
HSL color Cylindrical-coordinate representation of color #C23A84: hue angle of 327.35º 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 #C23A84 is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 132 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.24 |
| HSL | 327.35º | 0.54% | 0.49% | - |
| HSV(B) | 327.35º | 0.7% | 0.76% | - |
| XYZ | 27.93 | 16.16 | 23.48 | - |
| YUV | 107.1 | 142.06 | 189.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 132 | 0 | 0.70 | 0.32 | 0.24 | 327.35 | 0.54 | 0.49 |
| Hex | C2 | 3A | 84 | 0 | 46 | 20 | 18 | 147 | 36 | 31 |
| Octal | 302 | 72 | 204 | 0 | 106 | 40 | 30 | 507 | 66 | 61 |
| Binary | 11000010 | 111010 | 10000100 | 0 | 1000110 | 100000 | 11000 | 101000111 | 110110 | 110001 |
Color Harmonies of #C23A84
Complementary color
Monochromatic Colors of #C23A84
Black with #C23A84
Text Example
Text Example
White with #C23A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A84; }
p { color: rgb(194,58,132); }
H1.HeaderClassName
{
color: #C23A84;
}
.AnyTagClassName
{
color: #C23A84;
}
</style>
background-color css
<style>
a { background-color: #C23A84; }
a { background-color: rgb(194,58,132); }
div.DivClassName
{
background-color: #C23A84;
}
.BgClassName
{
background-color: #C23A84;
}
</style>
border-color css
<style>
span { border-color: #C23A84; }
span { border-color: rgb(194,58,132); }
td.TdClassName
{
border-color: #C23A84;
}
.TagClassName
{
border-color: #C23A84;
}
</style>