Shades of Mulberry #C93F7B
Tints of Mulberry #C93F7B
RGB
CMYK
RGB Variations
Color information
#C93F7B (or 0xC93F7B) is known color: Mulberry. HEX triplet: C9, 3F and 7B. RGB value is (201,63,123). Sum of RGB (Red+Green+Blue) = 201+63+123=387 (51% of max value = 765). Red value is 201 (78.91% from 255 or 51.94% from 387); Green value is 63 (25% from 255 or 16.28% from 387); Blue value is 123 (48.44% from 255 or 31.78% from 387); Max value from RGB is 201 - color contains mainly: red. Hex color #C93F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C93F7B is #36C084. Grayscale: #6F6F6F. Windows color (decimal): -3588229 or 8077257. OLE color: 8077257.
HSL color Cylindrical-coordinate representation of color #C93F7B: hue angle of 333.91º 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 #C93F7B is Cyan = 0, Magento = 0.69, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 63 | 123 | - |
| CMYK | 0 | 0.69 | 0.39 | 0.21 |
| HSL | 333.91º | 0.56% | 0.52% | - |
| HSV(B) | 333.91º | 0.69% | 0.79% | - |
| XYZ | 29.44 | 17.4 | 20.55 | - |
| YUV | 111.1 | 134.72 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 63 | 123 | 0 | 0.69 | 0.39 | 0.21 | 333.91 | 0.56 | 0.52 |
| Hex | C9 | 3F | 7B | 0 | 45 | 27 | 15 | 14E | 38 | 34 |
| Octal | 311 | 77 | 173 | 0 | 105 | 47 | 25 | 516 | 70 | 64 |
| Binary | 11001001 | 111111 | 1111011 | 0 | 1000101 | 100111 | 10101 | 101001110 | 111000 | 110100 |
Color Harmonies of #C93F7B
Complementary color
Monochromatic Colors of #C93F7B
Black with #C93F7B
Text Example
Text Example
White with #C93F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C93F7B; }
p { color: rgb(201,63,123); }
H1.HeaderClassName
{
color: #C93F7B;
}
.AnyTagClassName
{
color: #C93F7B;
}
</style>
background-color css
<style>
a { background-color: #C93F7B; }
a { background-color: rgb(201,63,123); }
div.DivClassName
{
background-color: #C93F7B;
}
.BgClassName
{
background-color: #C93F7B;
}
</style>
border-color css
<style>
span { border-color: #C93F7B; }
span { border-color: rgb(201,63,123); }
td.TdClassName
{
border-color: #C93F7B;
}
.TagClassName
{
border-color: #C93F7B;
}
</style>