Shades of Mulberry #C3477D
Tints of Mulberry #C3477D
RGB
CMYK
RGB Variations
Color information
#C3477D (or 0xC3477D) is known color: Mulberry. HEX triplet: C3, 47 and 7D. RGB value is (195,71,125). Sum of RGB (Red+Green+Blue) = 195+71+125=391 (51% of max value = 765). Red value is 195 (76.56% from 255 or 49.87% from 391); Green value is 71 (28.12% from 255 or 18.16% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 195 - color contains mainly: red. Hex color #C3477D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3477D is #3CB882. Grayscale: #727272. Windows color (decimal): -3979395 or 8210371. OLE color: 8210371.
HSL color Cylindrical-coordinate representation of color #C3477D: hue angle of 333.87º 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 #C3477D is Cyan = 0, Magento = 0.64, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 71 | 125 | - |
| CMYK | 0 | 0.64 | 0.36 | 0.24 |
| HSL | 333.87º | 0.51% | 0.52% | - |
| HSV(B) | 333.87º | 0.64% | 0.76% | - |
| XYZ | 28.46 | 17.59 | 21.3 | - |
| YUV | 114.23 | 134.08 | 185.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 71 | 125 | 0 | 0.64 | 0.36 | 0.24 | 333.87 | 0.51 | 0.52 |
| Hex | C3 | 47 | 7D | 0 | 40 | 24 | 18 | 14E | 33 | 34 |
| Octal | 303 | 107 | 175 | 0 | 100 | 44 | 30 | 516 | 63 | 64 |
| Binary | 11000011 | 1000111 | 1111101 | 0 | 1000000 | 100100 | 11000 | 101001110 | 110011 | 110100 |
Color Harmonies of #C3477D
Complementary color
Monochromatic Colors of #C3477D
Black with #C3477D
Text Example
Text Example
White with #C3477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3477D; }
p { color: rgb(195,71,125); }
H1.HeaderClassName
{
color: #C3477D;
}
.AnyTagClassName
{
color: #C3477D;
}
</style>
background-color css
<style>
a { background-color: #C3477D; }
a { background-color: rgb(195,71,125); }
div.DivClassName
{
background-color: #C3477D;
}
.BgClassName
{
background-color: #C3477D;
}
</style>
border-color css
<style>
span { border-color: #C3477D; }
span { border-color: rgb(195,71,125); }
td.TdClassName
{
border-color: #C3477D;
}
.TagClassName
{
border-color: #C3477D;
}
</style>