Shades of Mulberry #C93C93
Tints of Mulberry #C93C93
RGB
CMYK
RGB Variations
Color information
#C93C93 (or 0xC93C93) is known color: Mulberry. HEX triplet: C9, 3C and 93. RGB value is (201,60,147). Sum of RGB (Red+Green+Blue) = 201+60+147=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 60 (23.83% from 255 or 14.71% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 201 - color contains mainly: red. Hex color #C93C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93C93 is #36C36C. Grayscale: #6F6F6F. Windows color (decimal): -3588973 or 9649353. OLE color: 9649353.
HSL color Cylindrical-coordinate representation of color #C93C93: hue angle of 322.98º degrees, saturation: 0.57, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C93C93 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 60 | 147 | - |
| CMYK | 0 | 0.70 | 0.27 | 0.21 |
| HSL | 322.98º | 0.57% | 0.51% | - |
| HSV(B) | 322.98º | 0.7% | 0.79% | - |
| XYZ | 30.97 | 17.76 | 29.4 | - |
| YUV | 112.08 | 147.71 | 191.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 147 | 0 | 0.70 | 0.27 | 0.21 | 322.98 | 0.57 | 0.51 |
| Hex | C9 | 3C | 93 | 0 | 46 | 1B | 15 | 143 | 39 | 33 |
| Octal | 311 | 74 | 223 | 0 | 106 | 33 | 25 | 503 | 71 | 63 |
| Binary | 11001001 | 111100 | 10010011 | 0 | 1000110 | 11011 | 10101 | 101000011 | 111001 | 110011 |
Color Harmonies of #C93C93
Complementary color
Monochromatic Colors of #C93C93
Black with #C93C93
Text Example
Text Example
White with #C93C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93C93; }
p { color: rgb(201,60,147); }
H1.HeaderClassName
{
color: #C93C93;
}
.AnyTagClassName
{
color: #C93C93;
}
</style>
background-color css
<style>
a { background-color: #C93C93; }
a { background-color: rgb(201,60,147); }
div.DivClassName
{
background-color: #C93C93;
}
.BgClassName
{
background-color: #C93C93;
}
</style>
border-color css
<style>
span { border-color: #C93C93; }
span { border-color: rgb(201,60,147); }
td.TdClassName
{
border-color: #C93C93;
}
.TagClassName
{
border-color: #C93C93;
}
</style>