Shades of Mulberry #C93DA5
Tints of Mulberry #C93DA5
RGB
CMYK
RGB Variations
Color information
#C93DA5 (or 0xC93DA5) is known color: Mulberry. HEX triplet: C9, 3D and A5. RGB value is (201,61,165). Sum of RGB (Red+Green+Blue) = 201+61+165=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 165 (64.84% from 255 or 38.64% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C93DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93DA5 is #36C25A. Grayscale: #727272. Windows color (decimal): -3588699 or 10829257. OLE color: 10829257.
HSL color Cylindrical-coordinate representation of color #C93DA5: hue angle of 315.43º degrees, saturation: 0.56, 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 #C93DA5 is Cyan = 0, Magento = 0.70, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 165 | - |
| CMYK | 0 | 0.70 | 0.18 | 0.21 |
| HSL | 315.43º | 0.56% | 0.51% | - |
| HSV(B) | 315.43º | 0.7% | 0.79% | - |
| XYZ | 32.55 | 18.47 | 37.45 | - |
| YUV | 114.72 | 156.38 | 189.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 165 | 0 | 0.70 | 0.18 | 0.21 | 315.43 | 0.56 | 0.51 |
| Hex | C9 | 3D | A5 | 0 | 46 | 12 | 15 | 13B | 38 | 33 |
| Octal | 311 | 75 | 245 | 0 | 106 | 22 | 25 | 473 | 70 | 63 |
| Binary | 11001001 | 111101 | 10100101 | 0 | 1000110 | 10010 | 10101 | 100111011 | 111000 | 110011 |
Color Harmonies of #C93DA5
Complementary color
Monochromatic Colors of #C93DA5
Black with #C93DA5
Text Example
Text Example
White with #C93DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93DA5; }
p { color: rgb(201,61,165); }
H1.HeaderClassName
{
color: #C93DA5;
}
.AnyTagClassName
{
color: #C93DA5;
}
</style>
background-color css
<style>
a { background-color: #C93DA5; }
a { background-color: rgb(201,61,165); }
div.DivClassName
{
background-color: #C93DA5;
}
.BgClassName
{
background-color: #C93DA5;
}
</style>
border-color css
<style>
span { border-color: #C93DA5; }
span { border-color: rgb(201,61,165); }
td.TdClassName
{
border-color: #C93DA5;
}
.TagClassName
{
border-color: #C93DA5;
}
</style>