Shades of Mulberry #C93F7C
Tints of Mulberry #C93F7C
RGB
CMYK
RGB Variations
Color information
#C93F7C (or 0xC93F7C) is known color: Mulberry. HEX triplet: C9, 3F and 7C. RGB value is (201,63,124). Sum of RGB (Red+Green+Blue) = 201+63+124=388 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.80% from 388); Green value is 63 (25% from 255 or 16.24% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F7C is #36C083. Grayscale: #6F6F6F. Windows color (decimal): -3588228 or 8142793. OLE color: 8142793.
HSL color Cylindrical-coordinate representation of color #C93F7C: hue angle of 333.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 #C93F7C is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 124 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.21 |
| HSL | 333.48º | 0.56% | 0.52% | - |
| HSV(B) | 333.48º | 0.69% | 0.79% | - |
| XYZ | 29.5 | 17.43 | 20.88 | - |
| YUV | 111.22 | 135.22 | 192.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 124 | 0 | 0.69 | 0.38 | 0.21 | 333.48 | 0.56 | 0.52 |
| Hex | C9 | 3F | 7C | 0 | 45 | 26 | 15 | 14D | 38 | 34 |
| Octal | 311 | 77 | 174 | 0 | 105 | 46 | 25 | 515 | 70 | 64 |
| Binary | 11001001 | 111111 | 1111100 | 0 | 1000101 | 100110 | 10101 | 101001101 | 111000 | 110100 |
Color Harmonies of #C93F7C
Complementary color
Monochromatic Colors of #C93F7C
Black with #C93F7C
Text Example
Text Example
White with #C93F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F7C; }
p { color: rgb(201,63,124); }
H1.HeaderClassName
{
color: #C93F7C;
}
.AnyTagClassName
{
color: #C93F7C;
}
</style>
background-color css
<style>
a { background-color: #C93F7C; }
a { background-color: rgb(201,63,124); }
div.DivClassName
{
background-color: #C93F7C;
}
.BgClassName
{
background-color: #C93F7C;
}
</style>
border-color css
<style>
span { border-color: #C93F7C; }
span { border-color: rgb(201,63,124); }
td.TdClassName
{
border-color: #C93F7C;
}
.TagClassName
{
border-color: #C93F7C;
}
</style>