Shades of Mulberry #C23E9C
Tints of Mulberry #C23E9C
RGB
CMYK
RGB Variations
Color information
#C23E9C (or 0xC23E9C) is known color: Mulberry. HEX triplet: C2, 3E and 9C. RGB value is (194,62,156). Sum of RGB (Red+Green+Blue) = 194+62+156=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 62 (24.61% from 255 or 15.05% from 412); Blue value is 156 (61.33% from 255 or 37.86% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C23E9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23E9C is #3DC163. Grayscale: #6F6F6F. Windows color (decimal): -4047204 or 10239682. OLE color: 10239682.
HSL color Cylindrical-coordinate representation of color #C23E9C: hue angle of 317.27º 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 #C23E9C is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 62 | 156 | - |
| CMYK | 0 | 0.68 | 0.20 | 0.24 |
| HSL | 317.27º | 0.52% | 0.5% | - |
| HSV(B) | 317.27º | 0.68% | 0.76% | - |
| XYZ | 29.97 | 17.31 | 33.21 | - |
| YUV | 112.18 | 152.73 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 156 | 0 | 0.68 | 0.20 | 0.24 | 317.27 | 0.52 | 0.5 |
| Hex | C2 | 3E | 9C | 0 | 44 | 14 | 18 | 13D | 34 | 32 |
| Octal | 302 | 76 | 234 | 0 | 104 | 24 | 30 | 475 | 64 | 62 |
| Binary | 11000010 | 111110 | 10011100 | 0 | 1000100 | 10100 | 11000 | 100111101 | 110100 | 110010 |
Color Harmonies of #C23E9C
Complementary color
Monochromatic Colors of #C23E9C
Black with #C23E9C
Text Example
Text Example
White with #C23E9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23E9C; }
p { color: rgb(194,62,156); }
H1.HeaderClassName
{
color: #C23E9C;
}
.AnyTagClassName
{
color: #C23E9C;
}
</style>
background-color css
<style>
a { background-color: #C23E9C; }
a { background-color: rgb(194,62,156); }
div.DivClassName
{
background-color: #C23E9C;
}
.BgClassName
{
background-color: #C23E9C;
}
</style>
border-color css
<style>
span { border-color: #C23E9C; }
span { border-color: rgb(194,62,156); }
td.TdClassName
{
border-color: #C23E9C;
}
.TagClassName
{
border-color: #C23E9C;
}
</style>