Shades of Mulberry #C93F83
Tints of Mulberry #C93F83
RGB
CMYK
RGB Variations
Color information
#C93F83 (or 0xC93F83) is known color: Mulberry. HEX triplet: C9, 3F and 83. RGB value is (201,63,131). Sum of RGB (Red+Green+Blue) = 201+63+131=395 (52% of max value = 765). Red value is 201 (78.91% from 255 or 50.89% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93F83 is #36C07C. Grayscale: #6F6F6F. Windows color (decimal): -3588221 or 8601545. OLE color: 8601545.
HSL color Cylindrical-coordinate representation of color #C93F83: hue angle of 330.43º 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 #C93F83 is Cyan = 0, Magento = 0.69, Yellow = 0.35 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 131 | - |
| CMYK | 0 | 0.69 | 0.35 | 0.21 |
| HSL | 330.43º | 0.56% | 0.52% | - |
| HSV(B) | 330.43º | 0.69% | 0.79% | - |
| XYZ | 29.96 | 17.61 | 23.29 | - |
| YUV | 112.01 | 138.72 | 191.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 131 | 0 | 0.69 | 0.35 | 0.21 | 330.43 | 0.56 | 0.52 |
| Hex | C9 | 3F | 83 | 0 | 45 | 23 | 15 | 14A | 38 | 34 |
| Octal | 311 | 77 | 203 | 0 | 105 | 43 | 25 | 512 | 70 | 64 |
| Binary | 11001001 | 111111 | 10000011 | 0 | 1000101 | 100011 | 10101 | 101001010 | 111000 | 110100 |
Color Harmonies of #C93F83
Complementary color
Monochromatic Colors of #C93F83
Black with #C93F83
Text Example
Text Example
White with #C93F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F83; }
p { color: rgb(201,63,131); }
H1.HeaderClassName
{
color: #C93F83;
}
.AnyTagClassName
{
color: #C93F83;
}
</style>
background-color css
<style>
a { background-color: #C93F83; }
a { background-color: rgb(201,63,131); }
div.DivClassName
{
background-color: #C93F83;
}
.BgClassName
{
background-color: #C93F83;
}
</style>
border-color css
<style>
span { border-color: #C93F83; }
span { border-color: rgb(201,63,131); }
td.TdClassName
{
border-color: #C93F83;
}
.TagClassName
{
border-color: #C93F83;
}
</style>