Shades of Mulberry #C93A93
Tints of Mulberry #C93A93
RGB
CMYK
RGB Variations
Color information
#C93A93 (or 0xC93A93) is known color: Mulberry. HEX triplet: C9, 3A and 93. RGB value is (201,58,147). Sum of RGB (Red+Green+Blue) = 201+58+147=406 (53% of max value = 765). Red value is 201 (78.91% from 255 or 49.51% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 201 - color contains mainly: red. Hex color #C93A93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93A93 is #36C56C. Grayscale: #6E6E6E. Windows color (decimal): -3589485 or 9648841. OLE color: 9648841.
HSL color Cylindrical-coordinate representation of color #C93A93: hue angle of 322.66º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C93A93 is Cyan = 0, Magento = 0.71, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 58 | 147 | - |
| CMYK | 0 | 0.71 | 0.27 | 0.21 |
| HSL | 322.66º | 0.57% | 0.51% | - |
| HSV(B) | 322.66º | 0.71% | 0.79% | - |
| XYZ | 30.87 | 17.55 | 29.36 | - |
| YUV | 110.9 | 148.38 | 192.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 58 | 147 | 0 | 0.71 | 0.27 | 0.21 | 322.66 | 0.57 | 0.51 |
| Hex | C9 | 3A | 93 | 0 | 47 | 1B | 15 | 143 | 39 | 33 |
| Octal | 311 | 72 | 223 | 0 | 107 | 33 | 25 | 503 | 71 | 63 |
| Binary | 11001001 | 111010 | 10010011 | 0 | 1000111 | 11011 | 10101 | 101000011 | 111001 | 110011 |
Color Harmonies of #C93A93
Complementary color
Monochromatic Colors of #C93A93
Black with #C93A93
Text Example
Text Example
White with #C93A93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93A93; }
p { color: rgb(201,58,147); }
H1.HeaderClassName
{
color: #C93A93;
}
.AnyTagClassName
{
color: #C93A93;
}
</style>
background-color css
<style>
a { background-color: #C93A93; }
a { background-color: rgb(201,58,147); }
div.DivClassName
{
background-color: #C93A93;
}
.BgClassName
{
background-color: #C93A93;
}
</style>
border-color css
<style>
span { border-color: #C93A93; }
span { border-color: rgb(201,58,147); }
td.TdClassName
{
border-color: #C93A93;
}
.TagClassName
{
border-color: #C93A93;
}
</style>