Shades of Mulberry #C34B9D
Tints of Mulberry #C34B9D
RGB
CMYK
RGB Variations
Color information
#C34B9D (or 0xC34B9D) is known color: Mulberry. HEX triplet: C3, 4B and 9D. RGB value is (195,75,157). Sum of RGB (Red+Green+Blue) = 195+75+157=427 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.67% from 427); Green value is 75 (29.69% from 255 or 17.56% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34B9D is #3CB462. Grayscale: #787878. Windows color (decimal): -3978339 or 10308547. OLE color: 10308547.
HSL color Cylindrical-coordinate representation of color #C34B9D: hue angle of 319º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C34B9D is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 157 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.24 |
| HSL | 319º | 0.5% | 0.53% | - |
| HSV(B) | 319º | 0.62% | 0.76% | - |
| XYZ | 31.11 | 19.07 | 33.94 | - |
| YUV | 120.23 | 148.76 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 157 | 0 | 0.62 | 0.19 | 0.24 | 319 | 0.5 | 0.53 |
| Hex | C3 | 4B | 9D | 0 | 3E | 13 | 18 | 13F | 32 | 35 |
| Octal | 303 | 113 | 235 | 0 | 76 | 23 | 30 | 477 | 62 | 65 |
| Binary | 11000011 | 1001011 | 10011101 | 0 | 111110 | 10011 | 11000 | 100111111 | 110010 | 110101 |
Color Harmonies of #C34B9D
Complementary color
Monochromatic Colors of #C34B9D
Black with #C34B9D
Text Example
Text Example
White with #C34B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34B9D; }
p { color: rgb(195,75,157); }
H1.HeaderClassName
{
color: #C34B9D;
}
.AnyTagClassName
{
color: #C34B9D;
}
</style>
background-color css
<style>
a { background-color: #C34B9D; }
a { background-color: rgb(195,75,157); }
div.DivClassName
{
background-color: #C34B9D;
}
.BgClassName
{
background-color: #C34B9D;
}
</style>
border-color css
<style>
span { border-color: #C34B9D; }
span { border-color: rgb(195,75,157); }
td.TdClassName
{
border-color: #C34B9D;
}
.TagClassName
{
border-color: #C34B9D;
}
</style>