Shades of Medium Red Violet #C23A8B
Tints of Medium Red Violet #C23A8B
RGB
CMYK
RGB Variations
Color information
#C23A8B (or 0xC23A8B) is known color: Medium Red Violet. HEX triplet: C2, 3A and 8B. RGB value is (194,58,139). Sum of RGB (Red+Green+Blue) = 194+58+139=391 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.62% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 194 - color contains mainly: red. Hex color #C23A8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23A8B is #3DC574. Grayscale: #6B6B6B. Windows color (decimal): -4048245 or 9124546. OLE color: 9124546.
HSL color Cylindrical-coordinate representation of color #C23A8B: hue angle of 324.26º 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 #C23A8B is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 58 | 139 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.24 |
| HSL | 324.26º | 0.54% | 0.49% | - |
| HSV(B) | 324.26º | 0.7% | 0.76% | - |
| XYZ | 28.42 | 16.36 | 26.09 | - |
| YUV | 107.9 | 145.56 | 189.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 58 | 139 | 0 | 0.70 | 0.28 | 0.24 | 324.26 | 0.54 | 0.49 |
| Hex | C2 | 3A | 8B | 0 | 46 | 1C | 18 | 144 | 36 | 31 |
| Octal | 302 | 72 | 213 | 0 | 106 | 34 | 30 | 504 | 66 | 61 |
| Binary | 11000010 | 111010 | 10001011 | 0 | 1000110 | 11100 | 11000 | 101000100 | 110110 | 110001 |
Color Harmonies of #C23A8B
Complementary color
Monochromatic Colors of #C23A8B
Black with #C23A8B
Text Example
Text Example
White with #C23A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23A8B; }
p { color: rgb(194,58,139); }
H1.HeaderClassName
{
color: #C23A8B;
}
.AnyTagClassName
{
color: #C23A8B;
}
</style>
background-color css
<style>
a { background-color: #C23A8B; }
a { background-color: rgb(194,58,139); }
div.DivClassName
{
background-color: #C23A8B;
}
.BgClassName
{
background-color: #C23A8B;
}
</style>
border-color css
<style>
span { border-color: #C23A8B; }
span { border-color: rgb(194,58,139); }
td.TdClassName
{
border-color: #C23A8B;
}
.TagClassName
{
border-color: #C23A8B;
}
</style>