Shades of Mulberry #C93BA2
Tints of Mulberry #C93BA2
RGB
CMYK
RGB Variations
Color information
#C93BA2 (or 0xC93BA2) is known color: Mulberry. HEX triplet: C9, 3B and A2. RGB value is (201,59,162). Sum of RGB (Red+Green+Blue) = 201+59+162=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 59 (23.44% from 255 or 13.98% from 422); Blue value is 162 (63.67% from 255 or 38.39% from 422); Max value from RGB is 201 - color contains mainly: red. Hex color #C93BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93BA2 is #36C45D. Grayscale: #707070. Windows color (decimal): -3589214 or 10632137. OLE color: 10632137.
HSL color Cylindrical-coordinate representation of color #C93BA2: hue angle of 316.48º 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 #C93BA2 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 59 | 162 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.21 |
| HSL | 316.48º | 0.57% | 0.51% | - |
| HSV(B) | 316.48º | 0.71% | 0.79% | - |
| XYZ | 32.17 | 18.15 | 35.99 | - |
| YUV | 113.2 | 155.54 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 59 | 162 | 0 | 0.71 | 0.19 | 0.21 | 316.48 | 0.57 | 0.51 |
| Hex | C9 | 3B | A2 | 0 | 47 | 13 | 15 | 13C | 39 | 33 |
| Octal | 311 | 73 | 242 | 0 | 107 | 23 | 25 | 474 | 71 | 63 |
| Binary | 11001001 | 111011 | 10100010 | 0 | 1000111 | 10011 | 10101 | 100111100 | 111001 | 110011 |
Color Harmonies of #C93BA2
Complementary color
Monochromatic Colors of #C93BA2
Black with #C93BA2
Text Example
Text Example
White with #C93BA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93BA2; }
p { color: rgb(201,59,162); }
H1.HeaderClassName
{
color: #C93BA2;
}
.AnyTagClassName
{
color: #C93BA2;
}
</style>
background-color css
<style>
a { background-color: #C93BA2; }
a { background-color: rgb(201,59,162); }
div.DivClassName
{
background-color: #C93BA2;
}
.BgClassName
{
background-color: #C93BA2;
}
</style>
border-color css
<style>
span { border-color: #C93BA2; }
span { border-color: rgb(201,59,162); }
td.TdClassName
{
border-color: #C93BA2;
}
.TagClassName
{
border-color: #C93BA2;
}
</style>