Shades of Mulberry #C93F93
Tints of Mulberry #C93F93
RGB
CMYK
RGB Variations
Color information
#C93F93 (or 0xC93F93) is known color: Mulberry. HEX triplet: C9, 3F and 93. RGB value is (201,63,147). Sum of RGB (Red+Green+Blue) = 201+63+147=411 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.91% from 411); Green value is 63 (25% from 255 or 15.33% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C93F93 is #36C06C. Grayscale: #717171. Windows color (decimal): -3588205 or 9650121. OLE color: 9650121.
HSL color Cylindrical-coordinate representation of color #C93F93: hue angle of 323.48º 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 #C93F93 is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 147 | - |
| CMYK | 0 | 0.69 | 0.27 | 0.21 |
| HSL | 323.48º | 0.56% | 0.52% | - |
| HSV(B) | 323.48º | 0.69% | 0.79% | - |
| XYZ | 31.13 | 18.08 | 29.45 | - |
| YUV | 113.84 | 146.72 | 190.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 147 | 0 | 0.69 | 0.27 | 0.21 | 323.48 | 0.56 | 0.52 |
| Hex | C9 | 3F | 93 | 0 | 45 | 1B | 15 | 143 | 38 | 34 |
| Octal | 311 | 77 | 223 | 0 | 105 | 33 | 25 | 503 | 70 | 64 |
| Binary | 11001001 | 111111 | 10010011 | 0 | 1000101 | 11011 | 10101 | 101000011 | 111000 | 110100 |
Color Harmonies of #C93F93
Complementary color
Monochromatic Colors of #C93F93
Black with #C93F93
Text Example
Text Example
White with #C93F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F93; }
p { color: rgb(201,63,147); }
H1.HeaderClassName
{
color: #C93F93;
}
.AnyTagClassName
{
color: #C93F93;
}
</style>
background-color css
<style>
a { background-color: #C93F93; }
a { background-color: rgb(201,63,147); }
div.DivClassName
{
background-color: #C93F93;
}
.BgClassName
{
background-color: #C93F93;
}
</style>
border-color css
<style>
span { border-color: #C93F93; }
span { border-color: rgb(201,63,147); }
td.TdClassName
{
border-color: #C93F93;
}
.TagClassName
{
border-color: #C93F93;
}
</style>