Shades of Mulberry #C34885
Tints of Mulberry #C34885
RGB
CMYK
RGB Variations
Color information
#C34885 (or 0xC34885) is known color: Mulberry. HEX triplet: C3, 48 and 85. RGB value is (195,72,133). Sum of RGB (Red+Green+Blue) = 195+72+133=400 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.75% from 400); Green value is 72 (28.52% from 255 or 18% from 400); Blue value is 133 (52.34% from 255 or 33.25% from 400); Max value from RGB is 195 - color contains mainly: red. Hex color #C34885 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34885 is #3CB77A. Grayscale: #737373. Windows color (decimal): -3979131 or 8734915. OLE color: 8734915.
HSL color Cylindrical-coordinate representation of color #C34885: hue angle of 330.24º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C34885 is Cyan = 0, Magento = 0.63, Yellow = 0.32 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 72 | 133 | - |
| CMYK | 0 | 0.63 | 0.32 | 0.24 |
| HSL | 330.24º | 0.51% | 0.52% | - |
| HSV(B) | 330.24º | 0.63% | 0.76% | - |
| XYZ | 29.06 | 17.93 | 24.12 | - |
| YUV | 115.73 | 137.75 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 72 | 133 | 0 | 0.63 | 0.32 | 0.24 | 330.24 | 0.51 | 0.52 |
| Hex | C3 | 48 | 85 | 0 | 3F | 20 | 18 | 14A | 33 | 34 |
| Octal | 303 | 110 | 205 | 0 | 77 | 40 | 30 | 512 | 63 | 64 |
| Binary | 11000011 | 1001000 | 10000101 | 0 | 111111 | 100000 | 11000 | 101001010 | 110011 | 110100 |
Color Harmonies of #C34885
Complementary color
Monochromatic Colors of #C34885
Black with #C34885
Text Example
Text Example
White with #C34885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34885; }
p { color: rgb(195,72,133); }
H1.HeaderClassName
{
color: #C34885;
}
.AnyTagClassName
{
color: #C34885;
}
</style>
background-color css
<style>
a { background-color: #C34885; }
a { background-color: rgb(195,72,133); }
div.DivClassName
{
background-color: #C34885;
}
.BgClassName
{
background-color: #C34885;
}
</style>
border-color css
<style>
span { border-color: #C34885; }
span { border-color: rgb(195,72,133); }
td.TdClassName
{
border-color: #C34885;
}
.TagClassName
{
border-color: #C34885;
}
</style>