Shades of Mulberry #C93CA5
Tints of Mulberry #C93CA5
RGB
CMYK
RGB Variations
Color information
#C93CA5 (or 0xC93CA5) is known color: Mulberry. HEX triplet: C9, 3C and A5. RGB value is (201,60,165). Sum of RGB (Red+Green+Blue) = 201+60+165=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 60 (23.83% from 255 or 14.08% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C93CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93CA5 is #36C35A. Grayscale: #717171. Windows color (decimal): -3588955 or 10829001. OLE color: 10829001.
HSL color Cylindrical-coordinate representation of color #C93CA5: hue angle of 315.32º 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 #C93CA5 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 60 | 165 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.21 |
| HSL | 315.32º | 0.57% | 0.51% | - |
| HSV(B) | 315.32º | 0.7% | 0.79% | - |
| XYZ | 32.49 | 18.37 | 37.43 | - |
| YUV | 114.13 | 156.71 | 189.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 60 | 165 | 0 | 0.70 | 0.18 | 0.21 | 315.32 | 0.57 | 0.51 |
| Hex | C9 | 3C | A5 | 0 | 46 | 12 | 15 | 13B | 39 | 33 |
| Octal | 311 | 74 | 245 | 0 | 106 | 22 | 25 | 473 | 71 | 63 |
| Binary | 11001001 | 111100 | 10100101 | 0 | 1000110 | 10010 | 10101 | 100111011 | 111001 | 110011 |
Color Harmonies of #C93CA5
Complementary color
Monochromatic Colors of #C93CA5
Black with #C93CA5
Text Example
Text Example
White with #C93CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93CA5; }
p { color: rgb(201,60,165); }
H1.HeaderClassName
{
color: #C93CA5;
}
.AnyTagClassName
{
color: #C93CA5;
}
</style>
background-color css
<style>
a { background-color: #C93CA5; }
a { background-color: rgb(201,60,165); }
div.DivClassName
{
background-color: #C93CA5;
}
.BgClassName
{
background-color: #C93CA5;
}
</style>
border-color css
<style>
span { border-color: #C93CA5; }
span { border-color: rgb(201,60,165); }
td.TdClassName
{
border-color: #C93CA5;
}
.TagClassName
{
border-color: #C93CA5;
}
</style>