Shades of Mulberry #C93F95
Tints of Mulberry #C93F95
RGB
CMYK
RGB Variations
Color information
#C93F95 (or 0xC93F95) is known color: Mulberry. HEX triplet: C9, 3F and 95. RGB value is (201,63,149). Sum of RGB (Red+Green+Blue) = 201+63+149=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 63 (25% from 255 or 15.25% from 413); Blue value is 149 (58.59% from 255 or 36.08% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93F95 is #36C06A. Grayscale: #717171. Windows color (decimal): -3588203 or 9781193. OLE color: 9781193.
HSL color Cylindrical-coordinate representation of color #C93F95: hue angle of 322.61º 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 #C93F95 is Cyan = 0, Magento = 0.69, Yellow = 0.26 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 149 | - |
| CMYK | 0 | 0.69 | 0.26 | 0.21 |
| HSL | 322.61º | 0.56% | 0.52% | - |
| HSV(B) | 322.61º | 0.69% | 0.79% | - |
| XYZ | 31.29 | 18.14 | 30.29 | - |
| YUV | 114.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 149 | 0 | 0.69 | 0.26 | 0.21 | 322.61 | 0.56 | 0.52 |
| Hex | C9 | 3F | 95 | 0 | 45 | 1A | 15 | 143 | 38 | 34 |
| Octal | 311 | 77 | 225 | 0 | 105 | 32 | 25 | 503 | 70 | 64 |
| Binary | 11001001 | 111111 | 10010101 | 0 | 1000101 | 11010 | 10101 | 101000011 | 111000 | 110100 |
Color Harmonies of #C93F95
Complementary color
Monochromatic Colors of #C93F95
Black with #C93F95
Text Example
Text Example
White with #C93F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F95; }
p { color: rgb(201,63,149); }
H1.HeaderClassName
{
color: #C93F95;
}
.AnyTagClassName
{
color: #C93F95;
}
</style>
background-color css
<style>
a { background-color: #C93F95; }
a { background-color: rgb(201,63,149); }
div.DivClassName
{
background-color: #C93F95;
}
.BgClassName
{
background-color: #C93F95;
}
</style>
border-color css
<style>
span { border-color: #C93F95; }
span { border-color: rgb(201,63,149); }
td.TdClassName
{
border-color: #C93F95;
}
.TagClassName
{
border-color: #C93F95;
}
</style>