Shades of Mulberry #C93F81
Tints of Mulberry #C93F81
RGB
CMYK
RGB Variations
Color information
#C93F81 (or 0xC93F81) is known color: Mulberry. HEX triplet: C9, 3F and 81. RGB value is (201,63,129). Sum of RGB (Red+Green+Blue) = 201+63+129=393 (52% of max value = 765). Red value is 201 (78.91% from 255 or 51.15% from 393); Green value is 63 (25% from 255 or 16.03% from 393); Blue value is 129 (50.78% from 255 or 32.82% from 393); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93F81 is #36C07E. Grayscale: #6F6F6F. Windows color (decimal): -3588223 or 8470473. OLE color: 8470473.
HSL color Cylindrical-coordinate representation of color #C93F81: hue angle of 331.3º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C93F81 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 129 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.21 |
| HSL | 331.3º | 0.56% | 0.52% | - |
| HSV(B) | 331.3º | 0.69% | 0.79% | - |
| XYZ | 29.83 | 17.56 | 22.59 | - |
| YUV | 111.79 | 137.72 | 191.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 129 | 0 | 0.69 | 0.36 | 0.21 | 331.3 | 0.56 | 0.52 |
| Hex | C9 | 3F | 81 | 0 | 45 | 24 | 15 | 14B | 38 | 34 |
| Octal | 311 | 77 | 201 | 0 | 105 | 44 | 25 | 513 | 70 | 64 |
| Binary | 11001001 | 111111 | 10000001 | 0 | 1000101 | 100100 | 10101 | 101001011 | 111000 | 110100 |
Color Harmonies of #C93F81
Complementary color
Monochromatic Colors of #C93F81
Black with #C93F81
Text Example
Text Example
White with #C93F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F81; }
p { color: rgb(201,63,129); }
H1.HeaderClassName
{
color: #C93F81;
}
.AnyTagClassName
{
color: #C93F81;
}
</style>
background-color css
<style>
a { background-color: #C93F81; }
a { background-color: rgb(201,63,129); }
div.DivClassName
{
background-color: #C93F81;
}
.BgClassName
{
background-color: #C93F81;
}
</style>
border-color css
<style>
span { border-color: #C93F81; }
span { border-color: rgb(201,63,129); }
td.TdClassName
{
border-color: #C93F81;
}
.TagClassName
{
border-color: #C93F81;
}
</style>