Shades of Mulberry #C34399
Tints of Mulberry #C34399
RGB
CMYK
RGB Variations
Color information
#C34399 (or 0xC34399) is known color: Mulberry. HEX triplet: C3, 43 and 99. RGB value is (195,67,153). Sum of RGB (Red+Green+Blue) = 195+67+153=415 (54% of max value = 765). Red value is 195 (76.56% from 255 or 46.99% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 195 - color contains mainly: red. Hex color #C34399 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34399 is #3CBC66. Grayscale: #727272. Windows color (decimal): -3980391 or 10044355. OLE color: 10044355.
HSL color Cylindrical-coordinate representation of color #C34399: hue angle of 319.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C34399 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 67 | 153 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.24 |
| HSL | 319.69º | 0.52% | 0.51% | - |
| HSV(B) | 319.69º | 0.66% | 0.76% | - |
| XYZ | 30.26 | 17.92 | 32 | - |
| YUV | 115.08 | 149.41 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 67 | 153 | 0 | 0.66 | 0.22 | 0.24 | 319.69 | 0.52 | 0.51 |
| Hex | C3 | 43 | 99 | 0 | 42 | 16 | 18 | 140 | 34 | 33 |
| Octal | 303 | 103 | 231 | 0 | 102 | 26 | 30 | 500 | 64 | 63 |
| Binary | 11000011 | 1000011 | 10011001 | 0 | 1000010 | 10110 | 11000 | 101000000 | 110100 | 110011 |
Color Harmonies of #C34399
Complementary color
Monochromatic Colors of #C34399
Black with #C34399
Text Example
Text Example
White with #C34399
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34399; }
p { color: rgb(195,67,153); }
H1.HeaderClassName
{
color: #C34399;
}
.AnyTagClassName
{
color: #C34399;
}
</style>
background-color css
<style>
a { background-color: #C34399; }
a { background-color: rgb(195,67,153); }
div.DivClassName
{
background-color: #C34399;
}
.BgClassName
{
background-color: #C34399;
}
</style>
border-color css
<style>
span { border-color: #C34399; }
span { border-color: rgb(195,67,153); }
td.TdClassName
{
border-color: #C34399;
}
.TagClassName
{
border-color: #C34399;
}
</style>