Shades of Mulberry #C93F7F
Tints of Mulberry #C93F7F
RGB
CMYK
RGB Variations
Color information
#C93F7F (or 0xC93F7F) is known color: Mulberry. HEX triplet: C9, 3F and 7F. RGB value is (201,63,127). Sum of RGB (Red+Green+Blue) = 201+63+127=391 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.41% from 391); Green value is 63 (25% from 255 or 16.11% from 391); Blue value is 127 (50% from 255 or 32.48% from 391); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F7F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F7F is #36C080. Grayscale: #6F6F6F. Windows color (decimal): -3588225 or 8339401. OLE color: 8339401.
HSL color Cylindrical-coordinate representation of color #C93F7F: hue angle of 332.17º 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 #C93F7F is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 127 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.21 |
| HSL | 332.17º | 0.56% | 0.52% | - |
| HSV(B) | 332.17º | 0.69% | 0.79% | - |
| XYZ | 29.7 | 17.5 | 21.89 | - |
| YUV | 111.56 | 136.72 | 191.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 127 | 0 | 0.69 | 0.37 | 0.21 | 332.17 | 0.56 | 0.52 |
| Hex | C9 | 3F | 7F | 0 | 45 | 25 | 15 | 14C | 38 | 34 |
| Octal | 311 | 77 | 177 | 0 | 105 | 45 | 25 | 514 | 70 | 64 |
| Binary | 11001001 | 111111 | 1111111 | 0 | 1000101 | 100101 | 10101 | 101001100 | 111000 | 110100 |
Color Harmonies of #C93F7F
Complementary color
Monochromatic Colors of #C93F7F
Black with #C93F7F
Text Example
Text Example
White with #C93F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F7F; }
p { color: rgb(201,63,127); }
H1.HeaderClassName
{
color: #C93F7F;
}
.AnyTagClassName
{
color: #C93F7F;
}
</style>
background-color css
<style>
a { background-color: #C93F7F; }
a { background-color: rgb(201,63,127); }
div.DivClassName
{
background-color: #C93F7F;
}
.BgClassName
{
background-color: #C93F7F;
}
</style>
border-color css
<style>
span { border-color: #C93F7F; }
span { border-color: rgb(201,63,127); }
td.TdClassName
{
border-color: #C93F7F;
}
.TagClassName
{
border-color: #C93F7F;
}
</style>