Shades of Mulberry #C3447D
Tints of Mulberry #C3447D
RGB
CMYK
RGB Variations
Color information
#C3447D (or 0xC3447D) is known color: Mulberry. HEX triplet: C3, 44 and 7D. RGB value is (195,68,125). Sum of RGB (Red+Green+Blue) = 195+68+125=388 (51% of max value = 765). Red value is 195 (76.56% from 255 or 50.26% from 388); Green value is 68 (26.95% from 255 or 17.53% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 195 - color contains mainly: red. Hex color #C3447D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C3447D is #3CBB82. Grayscale: #707070. Windows color (decimal): -3980163 or 8209603. OLE color: 8209603.
HSL color Cylindrical-coordinate representation of color #C3447D: hue angle of 333.07º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C3447D is Cyan = 0, Magento = 0.65, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 68 | 125 | - |
| CMYK | 0 | 0.65 | 0.36 | 0.24 |
| HSL | 333.07º | 0.51% | 0.52% | - |
| HSV(B) | 333.07º | 0.65% | 0.76% | - |
| XYZ | 28.27 | 17.22 | 21.24 | - |
| YUV | 112.47 | 135.08 | 186.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 68 | 125 | 0 | 0.65 | 0.36 | 0.24 | 333.07 | 0.51 | 0.52 |
| Hex | C3 | 44 | 7D | 0 | 41 | 24 | 18 | 14D | 33 | 34 |
| Octal | 303 | 104 | 175 | 0 | 101 | 44 | 30 | 515 | 63 | 64 |
| Binary | 11000011 | 1000100 | 1111101 | 0 | 1000001 | 100100 | 11000 | 101001101 | 110011 | 110100 |
Color Harmonies of #C3447D
Complementary color
Monochromatic Colors of #C3447D
Black with #C3447D
Text Example
Text Example
White with #C3447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3447D; }
p { color: rgb(195,68,125); }
H1.HeaderClassName
{
color: #C3447D;
}
.AnyTagClassName
{
color: #C3447D;
}
</style>
background-color css
<style>
a { background-color: #C3447D; }
a { background-color: rgb(195,68,125); }
div.DivClassName
{
background-color: #C3447D;
}
.BgClassName
{
background-color: #C3447D;
}
</style>
border-color css
<style>
span { border-color: #C3447D; }
span { border-color: rgb(195,68,125); }
td.TdClassName
{
border-color: #C3447D;
}
.TagClassName
{
border-color: #C3447D;
}
</style>