Shades of Mulberry #C23C9B
Tints of Mulberry #C23C9B
RGB
CMYK
RGB Variations
Color information
#C23C9B (or 0xC23C9B) is known color: Mulberry. HEX triplet: C2, 3C and 9B. RGB value is (194,60,155). Sum of RGB (Red+Green+Blue) = 194+60+155=409 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.43% from 409); Green value is 60 (23.83% from 255 or 14.67% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 194 - color contains mainly: red. Hex color #C23C9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23C9B is #3DC364. Grayscale: #6E6E6E. Windows color (decimal): -4047717 or 10173634. OLE color: 10173634.
HSL color Cylindrical-coordinate representation of color #C23C9B: hue angle of 317.46º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C23C9B is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 155 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.24 |
| HSL | 317.46º | 0.53% | 0.5% | - |
| HSV(B) | 317.46º | 0.69% | 0.76% | - |
| XYZ | 29.78 | 17.07 | 32.74 | - |
| YUV | 110.9 | 152.89 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 155 | 0 | 0.69 | 0.20 | 0.24 | 317.46 | 0.53 | 0.5 |
| Hex | C2 | 3C | 9B | 0 | 45 | 14 | 18 | 13D | 35 | 32 |
| Octal | 302 | 74 | 233 | 0 | 105 | 24 | 30 | 475 | 65 | 62 |
| Binary | 11000010 | 111100 | 10011011 | 0 | 1000101 | 10100 | 11000 | 100111101 | 110101 | 110010 |
Color Harmonies of #C23C9B
Complementary color
Monochromatic Colors of #C23C9B
Black with #C23C9B
Text Example
Text Example
White with #C23C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23C9B; }
p { color: rgb(194,60,155); }
H1.HeaderClassName
{
color: #C23C9B;
}
.AnyTagClassName
{
color: #C23C9B;
}
</style>
background-color css
<style>
a { background-color: #C23C9B; }
a { background-color: rgb(194,60,155); }
div.DivClassName
{
background-color: #C23C9B;
}
.BgClassName
{
background-color: #C23C9B;
}
</style>
border-color css
<style>
span { border-color: #C23C9B; }
span { border-color: rgb(194,60,155); }
td.TdClassName
{
border-color: #C23C9B;
}
.TagClassName
{
border-color: #C23C9B;
}
</style>