Shades of Mulberry #C3477F
Tints of Mulberry #C3477F
RGB
CMYK
RGB Variations
Color information
#C3477F (or 0xC3477F) is known color: Mulberry. HEX triplet: C3, 47 and 7F. RGB value is (195,71,127). Sum of RGB (Red+Green+Blue) = 195+71+127=393 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.62% from 393); Green value is 71 (28.12% from 255 or 18.07% from 393); Blue value is 127 (50% from 255 or 32.32% from 393); Max value from RGB is 195 - color contains mainly: red. Hex color #C3477F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3477F is #3CB880. Grayscale: #727272. Windows color (decimal): -3979393 or 8341443. OLE color: 8341443.
HSL color Cylindrical-coordinate representation of color #C3477F: hue angle of 332.9º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C3477F is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 127 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.24 |
| HSL | 332.9º | 0.51% | 0.52% | - |
| HSV(B) | 332.9º | 0.64% | 0.76% | - |
| XYZ | 28.59 | 17.64 | 21.98 | - |
| YUV | 114.46 | 135.08 | 185.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 127 | 0 | 0.64 | 0.35 | 0.24 | 332.9 | 0.51 | 0.52 |
| Hex | C3 | 47 | 7F | 0 | 40 | 23 | 18 | 14D | 33 | 34 |
| Octal | 303 | 107 | 177 | 0 | 100 | 43 | 30 | 515 | 63 | 64 |
| Binary | 11000011 | 1000111 | 1111111 | 0 | 1000000 | 100011 | 11000 | 101001101 | 110011 | 110100 |
Color Harmonies of #C3477F
Complementary color
Monochromatic Colors of #C3477F
Black with #C3477F
Text Example
Text Example
White with #C3477F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3477F; }
p { color: rgb(195,71,127); }
H1.HeaderClassName
{
color: #C3477F;
}
.AnyTagClassName
{
color: #C3477F;
}
</style>
background-color css
<style>
a { background-color: #C3477F; }
a { background-color: rgb(195,71,127); }
div.DivClassName
{
background-color: #C3477F;
}
.BgClassName
{
background-color: #C3477F;
}
</style>
border-color css
<style>
span { border-color: #C3477F; }
span { border-color: rgb(195,71,127); }
td.TdClassName
{
border-color: #C3477F;
}
.TagClassName
{
border-color: #C3477F;
}
</style>