Shades of Mulberry #C23E9B
Tints of Mulberry #C23E9B
RGB
CMYK
RGB Variations
Color information
#C23E9B (or 0xC23E9B) is known color: Mulberry. HEX triplet: C2, 3E and 9B. RGB value is (194,62,155). Sum of RGB (Red+Green+Blue) = 194+62+155=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 62 (24.61% from 255 or 15.09% from 411); Blue value is 155 (60.94% from 255 or 37.71% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23E9B is #3DC164. Grayscale: #6F6F6F. Windows color (decimal): -4047205 or 10174146. OLE color: 10174146.
HSL color Cylindrical-coordinate representation of color #C23E9B: hue angle of 317.73º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C23E9B is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 62 | 155 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.24 |
| HSL | 317.73º | 0.52% | 0.5% | - |
| HSV(B) | 317.73º | 0.68% | 0.76% | - |
| XYZ | 29.89 | 17.28 | 32.77 | - |
| YUV | 112.07 | 152.23 | 186.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 155 | 0 | 0.68 | 0.20 | 0.24 | 317.73 | 0.52 | 0.5 |
| Hex | C2 | 3E | 9B | 0 | 44 | 14 | 18 | 13E | 34 | 32 |
| Octal | 302 | 76 | 233 | 0 | 104 | 24 | 30 | 476 | 64 | 62 |
| Binary | 11000010 | 111110 | 10011011 | 0 | 1000100 | 10100 | 11000 | 100111110 | 110100 | 110010 |
Color Harmonies of #C23E9B
Complementary color
Monochromatic Colors of #C23E9B
Black with #C23E9B
Text Example
Text Example
White with #C23E9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23E9B; }
p { color: rgb(194,62,155); }
H1.HeaderClassName
{
color: #C23E9B;
}
.AnyTagClassName
{
color: #C23E9B;
}
</style>
background-color css
<style>
a { background-color: #C23E9B; }
a { background-color: rgb(194,62,155); }
div.DivClassName
{
background-color: #C23E9B;
}
.BgClassName
{
background-color: #C23E9B;
}
</style>
border-color css
<style>
span { border-color: #C23E9B; }
span { border-color: rgb(194,62,155); }
td.TdClassName
{
border-color: #C23E9B;
}
.TagClassName
{
border-color: #C23E9B;
}
</style>