Shades of Mulberry #C93D7A
Tints of Mulberry #C93D7A
RGB
CMYK
RGB Variations
Color information
#C93D7A (or 0xC93D7A) is known color: Mulberry. HEX triplet: C9, 3D and 7A. RGB value is (201,61,122). Sum of RGB (Red+Green+Blue) = 201+61+122=384 (50% of max value = 765). Red value is 201 (78.91% from 255 or 52.34% from 384); Green value is 61 (24.22% from 255 or 15.89% from 384); Blue value is 122 (48.05% from 255 or 31.77% from 384); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D7A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93D7A is #36C285. Grayscale: #6D6D6D. Windows color (decimal): -3588742 or 8011209. OLE color: 8011209.
HSL color Cylindrical-coordinate representation of color #C93D7A: hue angle of 333.86º 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 #C93D7A is Cyan = 0, Magento = 0.70, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 122 | - |
| CMYK | 0 | 0.70 | 0.39 | 0.21 |
| HSL | 333.86º | 0.56% | 0.51% | - |
| HSV(B) | 333.86º | 0.7% | 0.79% | - |
| XYZ | 29.27 | 17.16 | 20.18 | - |
| YUV | 109.81 | 134.88 | 193.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 122 | 0 | 0.70 | 0.39 | 0.21 | 333.86 | 0.56 | 0.51 |
| Hex | C9 | 3D | 7A | 0 | 46 | 27 | 15 | 14E | 38 | 33 |
| Octal | 311 | 75 | 172 | 0 | 106 | 47 | 25 | 516 | 70 | 63 |
| Binary | 11001001 | 111101 | 1111010 | 0 | 1000110 | 100111 | 10101 | 101001110 | 111000 | 110011 |
Color Harmonies of #C93D7A
Complementary color
Monochromatic Colors of #C93D7A
Black with #C93D7A
Text Example
Text Example
White with #C93D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D7A; }
p { color: rgb(201,61,122); }
H1.HeaderClassName
{
color: #C93D7A;
}
.AnyTagClassName
{
color: #C93D7A;
}
</style>
background-color css
<style>
a { background-color: #C93D7A; }
a { background-color: rgb(201,61,122); }
div.DivClassName
{
background-color: #C93D7A;
}
.BgClassName
{
background-color: #C93D7A;
}
</style>
border-color css
<style>
span { border-color: #C93D7A; }
span { border-color: rgb(201,61,122); }
td.TdClassName
{
border-color: #C93D7A;
}
.TagClassName
{
border-color: #C93D7A;
}
</style>