Shades of Mulberry #C93EA1
Tints of Mulberry #C93EA1
RGB
CMYK
RGB Variations
Color information
#C93EA1 (or 0xC93EA1) is known color: Mulberry. HEX triplet: C9, 3E and A1. RGB value is (201,62,161). Sum of RGB (Red+Green+Blue) = 201+62+161=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 62 (24.61% from 255 or 14.62% from 424); Blue value is 161 (63.28% from 255 or 37.97% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93EA1 is #36C15E. Grayscale: #727272. Windows color (decimal): -3588447 or 10567369. OLE color: 10567369.
HSL color Cylindrical-coordinate representation of color #C93EA1: hue angle of 317.27º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93EA1 is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 161 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.21 |
| HSL | 317.27º | 0.56% | 0.52% | - |
| HSV(B) | 317.27º | 0.69% | 0.79% | - |
| XYZ | 32.24 | 18.44 | 35.58 | - |
| YUV | 114.85 | 154.05 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 161 | 0 | 0.69 | 0.20 | 0.21 | 317.27 | 0.56 | 0.52 |
| Hex | C9 | 3E | A1 | 0 | 45 | 14 | 15 | 13D | 38 | 34 |
| Octal | 311 | 76 | 241 | 0 | 105 | 24 | 25 | 475 | 70 | 64 |
| Binary | 11001001 | 111110 | 10100001 | 0 | 1000101 | 10100 | 10101 | 100111101 | 111000 | 110100 |
Color Harmonies of #C93EA1
Complementary color
Monochromatic Colors of #C93EA1
Black with #C93EA1
Text Example
Text Example
White with #C93EA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93EA1; }
p { color: rgb(201,62,161); }
H1.HeaderClassName
{
color: #C93EA1;
}
.AnyTagClassName
{
color: #C93EA1;
}
</style>
background-color css
<style>
a { background-color: #C93EA1; }
a { background-color: rgb(201,62,161); }
div.DivClassName
{
background-color: #C93EA1;
}
.BgClassName
{
background-color: #C93EA1;
}
</style>
border-color css
<style>
span { border-color: #C93EA1; }
span { border-color: rgb(201,62,161); }
td.TdClassName
{
border-color: #C93EA1;
}
.TagClassName
{
border-color: #C93EA1;
}
</style>