Shades of Mulberry #C93F7E
Tints of Mulberry #C93F7E
RGB
CMYK
RGB Variations
Color information
#C93F7E (or 0xC93F7E) is known color: Mulberry. HEX triplet: C9, 3F and 7E. RGB value is (201,63,126). Sum of RGB (Red+Green+Blue) = 201+63+126=390 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.54% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F7E is #36C081. Grayscale: #6F6F6F. Windows color (decimal): -3588226 or 8273865. OLE color: 8273865.
HSL color Cylindrical-coordinate representation of color #C93F7E: hue angle of 332.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 #C93F7E is Cyan = 0, Magento = 0.69, Yellow = 0.37 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 126 | - |
| CMYK | 0 | 0.69 | 0.37 | 0.21 |
| HSL | 332.61º | 0.56% | 0.52% | - |
| HSV(B) | 332.61º | 0.69% | 0.79% | - |
| XYZ | 29.63 | 17.48 | 21.55 | - |
| YUV | 111.44 | 136.22 | 191.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 126 | 0 | 0.69 | 0.37 | 0.21 | 332.61 | 0.56 | 0.52 |
| Hex | C9 | 3F | 7E | 0 | 45 | 25 | 15 | 14D | 38 | 34 |
| Octal | 311 | 77 | 176 | 0 | 105 | 45 | 25 | 515 | 70 | 64 |
| Binary | 11001001 | 111111 | 1111110 | 0 | 1000101 | 100101 | 10101 | 101001101 | 111000 | 110100 |
Color Harmonies of #C93F7E
Complementary color
Monochromatic Colors of #C93F7E
Black with #C93F7E
Text Example
Text Example
White with #C93F7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F7E; }
p { color: rgb(201,63,126); }
H1.HeaderClassName
{
color: #C93F7E;
}
.AnyTagClassName
{
color: #C93F7E;
}
</style>
background-color css
<style>
a { background-color: #C93F7E; }
a { background-color: rgb(201,63,126); }
div.DivClassName
{
background-color: #C93F7E;
}
.BgClassName
{
background-color: #C93F7E;
}
</style>
border-color css
<style>
span { border-color: #C93F7E; }
span { border-color: rgb(201,63,126); }
td.TdClassName
{
border-color: #C93F7E;
}
.TagClassName
{
border-color: #C93F7E;
}
</style>