Shades of Mulberry #C34B9C
Tints of Mulberry #C34B9C
RGB
CMYK
RGB Variations
Color information
#C34B9C (or 0xC34B9C) is known color: Mulberry. HEX triplet: C3, 4B and 9C. RGB value is (195,75,156). Sum of RGB (Red+Green+Blue) = 195+75+156=426 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.77% from 426); Green value is 75 (29.69% from 255 or 17.61% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 195 - color contains mainly: red. Hex color #C34B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34B9C is #3CB463. Grayscale: #777777. Windows color (decimal): -3978340 or 10243011. OLE color: 10243011.
HSL color Cylindrical-coordinate representation of color #C34B9C: hue angle of 319.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 #C34B9C is Cyan = 0, Magento = 0.62, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 75 | 156 | - |
| CMYK | 0 | 0.62 | 0.20 | 0.24 |
| HSL | 319.5º | 0.5% | 0.53% | - |
| HSV(B) | 319.5º | 0.62% | 0.76% | - |
| XYZ | 31.02 | 19.03 | 33.49 | - |
| YUV | 120.11 | 148.26 | 181.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 75 | 156 | 0 | 0.62 | 0.20 | 0.24 | 319.5 | 0.5 | 0.53 |
| Hex | C3 | 4B | 9C | 0 | 3E | 14 | 18 | 140 | 32 | 35 |
| Octal | 303 | 113 | 234 | 0 | 76 | 24 | 30 | 500 | 62 | 65 |
| Binary | 11000011 | 1001011 | 10011100 | 0 | 111110 | 10100 | 11000 | 101000000 | 110010 | 110101 |
Color Harmonies of #C34B9C
Complementary color
Monochromatic Colors of #C34B9C
Black with #C34B9C
Text Example
Text Example
White with #C34B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34B9C; }
p { color: rgb(195,75,156); }
H1.HeaderClassName
{
color: #C34B9C;
}
.AnyTagClassName
{
color: #C34B9C;
}
</style>
background-color css
<style>
a { background-color: #C34B9C; }
a { background-color: rgb(195,75,156); }
div.DivClassName
{
background-color: #C34B9C;
}
.BgClassName
{
background-color: #C34B9C;
}
</style>
border-color css
<style>
span { border-color: #C34B9C; }
span { border-color: rgb(195,75,156); }
td.TdClassName
{
border-color: #C34B9C;
}
.TagClassName
{
border-color: #C34B9C;
}
</style>