Shades of Mulberry #C3477E
Tints of Mulberry #C3477E
RGB
CMYK
RGB Variations
Color information
#C3477E (or 0xC3477E) is known color: Mulberry. HEX triplet: C3, 47 and 7E. RGB value is (195,71,126). Sum of RGB (Red+Green+Blue) = 195+71+126=392 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.74% from 392); Green value is 71 (28.12% from 255 or 18.11% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 195 - color contains mainly: red. Hex color #C3477E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3477E is #3CB881. Grayscale: #727272. Windows color (decimal): -3979394 or 8275907. OLE color: 8275907.
HSL color Cylindrical-coordinate representation of color #C3477E: hue angle of 333.39º 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 #C3477E is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 126 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.24 |
| HSL | 333.39º | 0.51% | 0.52% | - |
| HSV(B) | 333.39º | 0.64% | 0.76% | - |
| XYZ | 28.52 | 17.61 | 21.64 | - |
| YUV | 114.35 | 134.58 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 126 | 0 | 0.64 | 0.35 | 0.24 | 333.39 | 0.51 | 0.52 |
| Hex | C3 | 47 | 7E | 0 | 40 | 23 | 18 | 14D | 33 | 34 |
| Octal | 303 | 107 | 176 | 0 | 100 | 43 | 30 | 515 | 63 | 64 |
| Binary | 11000011 | 1000111 | 1111110 | 0 | 1000000 | 100011 | 11000 | 101001101 | 110011 | 110100 |
Color Harmonies of #C3477E
Complementary color
Monochromatic Colors of #C3477E
Black with #C3477E
Text Example
Text Example
White with #C3477E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3477E; }
p { color: rgb(195,71,126); }
H1.HeaderClassName
{
color: #C3477E;
}
.AnyTagClassName
{
color: #C3477E;
}
</style>
background-color css
<style>
a { background-color: #C3477E; }
a { background-color: rgb(195,71,126); }
div.DivClassName
{
background-color: #C3477E;
}
.BgClassName
{
background-color: #C3477E;
}
</style>
border-color css
<style>
span { border-color: #C3477E; }
span { border-color: rgb(195,71,126); }
td.TdClassName
{
border-color: #C3477E;
}
.TagClassName
{
border-color: #C3477E;
}
</style>