Shades of Mulberry #C93D82
Tints of Mulberry #C93D82
RGB
CMYK
RGB Variations
Color information
#C93D82 (or 0xC93D82) is known color: Mulberry. HEX triplet: C9, 3D and 82. RGB value is (201,61,130). Sum of RGB (Red+Green+Blue) = 201+61+130=392 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.28% from 392); Green value is 61 (24.22% from 255 or 15.56% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 201 - color contains mainly: red. Hex color #C93D82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93D82 is #36C27D. Grayscale: #6E6E6E. Windows color (decimal): -3588734 or 8535497. OLE color: 8535497.
HSL color Cylindrical-coordinate representation of color #C93D82: hue angle of 330.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 #C93D82 is Cyan = 0, Magento = 0.70, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 61 | 130 | - |
| CMYK | 0 | 0.70 | 0.35 | 0.21 |
| HSL | 330.43º | 0.56% | 0.51% | - |
| HSV(B) | 330.43º | 0.7% | 0.79% | - |
| XYZ | 29.79 | 17.37 | 22.9 | - |
| YUV | 110.73 | 138.88 | 192.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 61 | 130 | 0 | 0.70 | 0.35 | 0.21 | 330.43 | 0.56 | 0.51 |
| Hex | C9 | 3D | 82 | 0 | 46 | 23 | 15 | 14A | 38 | 33 |
| Octal | 311 | 75 | 202 | 0 | 106 | 43 | 25 | 512 | 70 | 63 |
| Binary | 11001001 | 111101 | 10000010 | 0 | 1000110 | 100011 | 10101 | 101001010 | 111000 | 110011 |
Color Harmonies of #C93D82
Complementary color
Monochromatic Colors of #C93D82
Black with #C93D82
Text Example
Text Example
White with #C93D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93D82; }
p { color: rgb(201,61,130); }
H1.HeaderClassName
{
color: #C93D82;
}
.AnyTagClassName
{
color: #C93D82;
}
</style>
background-color css
<style>
a { background-color: #C93D82; }
a { background-color: rgb(201,61,130); }
div.DivClassName
{
background-color: #C93D82;
}
.BgClassName
{
background-color: #C93D82;
}
</style>
border-color css
<style>
span { border-color: #C93D82; }
span { border-color: rgb(201,61,130); }
td.TdClassName
{
border-color: #C93D82;
}
.TagClassName
{
border-color: #C93D82;
}
</style>