Shades of Mulberry #C93EA4
Tints of Mulberry #C93EA4
RGB
CMYK
RGB Variations
Color information
#C93EA4 (or 0xC93EA4) is known color: Mulberry. HEX triplet: C9, 3E and A4. RGB value is (201,62,164). Sum of RGB (Red+Green+Blue) = 201+62+164=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 164 (64.45% from 255 or 38.41% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C93EA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93EA4 is #36C15B. Grayscale: #727272. Windows color (decimal): -3588444 or 10763977. OLE color: 10763977.
HSL color Cylindrical-coordinate representation of color #C93EA4: hue angle of 315.97º 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 #C93EA4 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 62 | 164 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.21 |
| HSL | 315.97º | 0.56% | 0.52% | - |
| HSV(B) | 315.97º | 0.69% | 0.79% | - |
| XYZ | 32.51 | 18.54 | 36.99 | - |
| YUV | 115.19 | 155.55 | 189.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 62 | 164 | 0 | 0.69 | 0.18 | 0.21 | 315.97 | 0.56 | 0.52 |
| Hex | C9 | 3E | A4 | 0 | 45 | 12 | 15 | 13C | 38 | 34 |
| Octal | 311 | 76 | 244 | 0 | 105 | 22 | 25 | 474 | 70 | 64 |
| Binary | 11001001 | 111110 | 10100100 | 0 | 1000101 | 10010 | 10101 | 100111100 | 111000 | 110100 |
Color Harmonies of #C93EA4
Complementary color
Monochromatic Colors of #C93EA4
Black with #C93EA4
Text Example
Text Example
White with #C93EA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93EA4; }
p { color: rgb(201,62,164); }
H1.HeaderClassName
{
color: #C93EA4;
}
.AnyTagClassName
{
color: #C93EA4;
}
</style>
background-color css
<style>
a { background-color: #C93EA4; }
a { background-color: rgb(201,62,164); }
div.DivClassName
{
background-color: #C93EA4;
}
.BgClassName
{
background-color: #C93EA4;
}
</style>
border-color css
<style>
span { border-color: #C93EA4; }
span { border-color: rgb(201,62,164); }
td.TdClassName
{
border-color: #C93EA4;
}
.TagClassName
{
border-color: #C93EA4;
}
</style>