Shades of Mulberry #C23EA5
Tints of Mulberry #C23EA5
RGB
CMYK
RGB Variations
Color information
#C23EA5 (or 0xC23EA5) is known color: Mulberry. HEX triplet: C2, 3E and A5. RGB value is (194,62,165). Sum of RGB (Red+Green+Blue) = 194+62+165=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 62 (24.61% from 255 or 14.73% from 421); Blue value is 165 (64.84% from 255 or 39.19% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C23EA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23EA5 is #3DC15A. Grayscale: #707070. Windows color (decimal): -4047195 or 10829506. OLE color: 10829506.
HSL color Cylindrical-coordinate representation of color #C23EA5: hue angle of 313.18º 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 #C23EA5 is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 62 | 165 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.24 |
| HSL | 313.18º | 0.52% | 0.5% | - |
| HSV(B) | 313.18º | 0.68% | 0.76% | - |
| XYZ | 30.76 | 17.63 | 37.38 | - |
| YUV | 113.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 62 | 165 | 0 | 0.68 | 0.15 | 0.24 | 313.18 | 0.52 | 0.5 |
| Hex | C2 | 3E | A5 | 0 | 44 | F | 18 | 139 | 34 | 32 |
| Octal | 302 | 76 | 245 | 0 | 104 | 17 | 30 | 471 | 64 | 62 |
| Binary | 11000010 | 111110 | 10100101 | 0 | 1000100 | 1111 | 11000 | 100111001 | 110100 | 110010 |
Color Harmonies of #C23EA5
Complementary color
Monochromatic Colors of #C23EA5
Black with #C23EA5
Text Example
Text Example
White with #C23EA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23EA5; }
p { color: rgb(194,62,165); }
H1.HeaderClassName
{
color: #C23EA5;
}
.AnyTagClassName
{
color: #C23EA5;
}
</style>
background-color css
<style>
a { background-color: #C23EA5; }
a { background-color: rgb(194,62,165); }
div.DivClassName
{
background-color: #C23EA5;
}
.BgClassName
{
background-color: #C23EA5;
}
</style>
border-color css
<style>
span { border-color: #C23EA5; }
span { border-color: rgb(194,62,165); }
td.TdClassName
{
border-color: #C23EA5;
}
.TagClassName
{
border-color: #C23EA5;
}
</style>