Shades of Mulberry #C23CA0
Tints of Mulberry #C23CA0
RGB
CMYK
RGB Variations
Color information
#C23CA0 (or 0xC23CA0) is known color: Mulberry. HEX triplet: C2, 3C and A0. RGB value is (194,60,160). Sum of RGB (Red+Green+Blue) = 194+60+160=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 60 (23.83% from 255 or 14.49% from 414); Blue value is 160 (62.89% from 255 or 38.65% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C23CA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C23CA0 is #3DC35F. Grayscale: #6F6F6F. Windows color (decimal): -4047712 or 10501314. OLE color: 10501314.
HSL color Cylindrical-coordinate representation of color #C23CA0: hue angle of 315.22º 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 #C23CA0 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 60 | 160 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.24 |
| HSL | 315.22º | 0.53% | 0.5% | - |
| HSV(B) | 315.22º | 0.69% | 0.76% | - |
| XYZ | 30.21 | 17.24 | 34.99 | - |
| YUV | 111.47 | 155.39 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 60 | 160 | 0 | 0.69 | 0.18 | 0.24 | 315.22 | 0.53 | 0.5 |
| Hex | C2 | 3C | A0 | 0 | 45 | 12 | 18 | 13B | 35 | 32 |
| Octal | 302 | 74 | 240 | 0 | 105 | 22 | 30 | 473 | 65 | 62 |
| Binary | 11000010 | 111100 | 10100000 | 0 | 1000101 | 10010 | 11000 | 100111011 | 110101 | 110010 |
Color Harmonies of #C23CA0
Complementary color
Monochromatic Colors of #C23CA0
Black with #C23CA0
Text Example
Text Example
White with #C23CA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23CA0; }
p { color: rgb(194,60,160); }
H1.HeaderClassName
{
color: #C23CA0;
}
.AnyTagClassName
{
color: #C23CA0;
}
</style>
background-color css
<style>
a { background-color: #C23CA0; }
a { background-color: rgb(194,60,160); }
div.DivClassName
{
background-color: #C23CA0;
}
.BgClassName
{
background-color: #C23CA0;
}
</style>
border-color css
<style>
span { border-color: #C23CA0; }
span { border-color: rgb(194,60,160); }
td.TdClassName
{
border-color: #C23CA0;
}
.TagClassName
{
border-color: #C23CA0;
}
</style>