Shades of Mulberry #C34B9E
Tints of Mulberry #C34B9E
RGB
CMYK
RGB Variations
Color information
#C34B9E (or 0xC34B9E) is known color: Mulberry. HEX triplet: C3, 4B and 9E. RGB value is (195,75,158). Sum of RGB (Red+Green+Blue) = 195+75+158=428 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.56% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 158 (62.11% from 255 or 36.92% from 428); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34B9E is #3CB461. Grayscale: #787878. Windows color (decimal): -3978338 or 10374083. OLE color: 10374083.
HSL color Cylindrical-coordinate representation of color #C34B9E: hue angle of 318.5º 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 #C34B9E is Cyan = 0, Magento = 0.62, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 158 | - |
| CMYK | 0 | 0.62 | 0.19 | 0.24 |
| HSL | 318.5º | 0.5% | 0.53% | - |
| HSV(B) | 318.5º | 0.62% | 0.76% | - |
| XYZ | 31.19 | 19.1 | 34.39 | - |
| YUV | 120.34 | 149.26 | 181.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 158 | 0 | 0.62 | 0.19 | 0.24 | 318.5 | 0.5 | 0.53 |
| Hex | C3 | 4B | 9E | 0 | 3E | 13 | 18 | 13E | 32 | 35 |
| Octal | 303 | 113 | 236 | 0 | 76 | 23 | 30 | 476 | 62 | 65 |
| Binary | 11000011 | 1001011 | 10011110 | 0 | 111110 | 10011 | 11000 | 100111110 | 110010 | 110101 |
Color Harmonies of #C34B9E
Complementary color
Monochromatic Colors of #C34B9E
Black with #C34B9E
Text Example
Text Example
White with #C34B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34B9E; }
p { color: rgb(195,75,158); }
H1.HeaderClassName
{
color: #C34B9E;
}
.AnyTagClassName
{
color: #C34B9E;
}
</style>
background-color css
<style>
a { background-color: #C34B9E; }
a { background-color: rgb(195,75,158); }
div.DivClassName
{
background-color: #C34B9E;
}
.BgClassName
{
background-color: #C34B9E;
}
</style>
border-color css
<style>
span { border-color: #C34B9E; }
span { border-color: rgb(195,75,158); }
td.TdClassName
{
border-color: #C34B9E;
}
.TagClassName
{
border-color: #C34B9E;
}
</style>