Shades of Medium Red Violet #C23B8B
Tints of Medium Red Violet #C23B8B
RGB
CMYK
RGB Variations
Color information
#C23B8B (or 0xC23B8B) is known color: Medium Red Violet. HEX triplet: C2, 3B and 8B. RGB value is (194,59,139). Sum of RGB (Red+Green+Blue) = 194+59+139=392 (51% of max value = 765). Red value is 194 (76.17% from 255 or 49.49% from 392); Green value is 59 (23.44% from 255 or 15.05% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 194 - color contains mainly: red. Hex color #C23B8B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23B8B is #3DC474. Grayscale: #6C6C6C. Windows color (decimal): -4047989 or 9124802. OLE color: 9124802.
HSL color Cylindrical-coordinate representation of color #C23B8B: hue angle of 324.44º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C23B8B is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 59 | 139 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.24 |
| HSL | 324.44º | 0.53% | 0.5% | - |
| HSV(B) | 324.44º | 0.7% | 0.76% | - |
| XYZ | 28.47 | 16.46 | 26.1 | - |
| YUV | 108.49 | 145.23 | 189 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 59 | 139 | 0 | 0.70 | 0.28 | 0.24 | 324.44 | 0.53 | 0.5 |
| Hex | C2 | 3B | 8B | 0 | 46 | 1C | 18 | 144 | 35 | 32 |
| Octal | 302 | 73 | 213 | 0 | 106 | 34 | 30 | 504 | 65 | 62 |
| Binary | 11000010 | 111011 | 10001011 | 0 | 1000110 | 11100 | 11000 | 101000100 | 110101 | 110010 |
Color Harmonies of #C23B8B
Complementary color
Monochromatic Colors of #C23B8B
Black with #C23B8B
Text Example
Text Example
White with #C23B8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23B8B; }
p { color: rgb(194,59,139); }
H1.HeaderClassName
{
color: #C23B8B;
}
.AnyTagClassName
{
color: #C23B8B;
}
</style>
background-color css
<style>
a { background-color: #C23B8B; }
a { background-color: rgb(194,59,139); }
div.DivClassName
{
background-color: #C23B8B;
}
.BgClassName
{
background-color: #C23B8B;
}
</style>
border-color css
<style>
span { border-color: #C23B8B; }
span { border-color: rgb(194,59,139); }
td.TdClassName
{
border-color: #C23B8B;
}
.TagClassName
{
border-color: #C23B8B;
}
</style>