Shades of Mulberry #C34583
Tints of Mulberry #C34583
RGB
CMYK
RGB Variations
Color information
#C34583 (or 0xC34583) is known color: Mulberry. HEX triplet: C3, 45 and 83. RGB value is (195,69,131). Sum of RGB (Red+Green+Blue) = 195+69+131=395 (52% of max value = 765). Red value is 195 (76.56% from 255 or 49.37% from 395); Green value is 69 (27.34% from 255 or 17.47% from 395); Blue value is 131 (51.56% from 255 or 33.16% from 395); Max value from RGB is 195 - color contains mainly: red. Hex color #C34583 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34583 is #3CBA7C. Grayscale: #717171. Windows color (decimal): -3979901 or 8603075. OLE color: 8603075.
HSL color Cylindrical-coordinate representation of color #C34583: hue angle of 330.48º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C34583 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 131 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.24 |
| HSL | 330.48º | 0.51% | 0.52% | - |
| HSV(B) | 330.48º | 0.65% | 0.76% | - |
| XYZ | 28.73 | 17.5 | 23.34 | - |
| YUV | 113.74 | 137.74 | 185.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 131 | 0 | 0.65 | 0.33 | 0.24 | 330.48 | 0.51 | 0.52 |
| Hex | C3 | 45 | 83 | 0 | 41 | 21 | 18 | 14A | 33 | 34 |
| Octal | 303 | 105 | 203 | 0 | 101 | 41 | 30 | 512 | 63 | 64 |
| Binary | 11000011 | 1000101 | 10000011 | 0 | 1000001 | 100001 | 11000 | 101001010 | 110011 | 110100 |
Color Harmonies of #C34583
Complementary color
Monochromatic Colors of #C34583
Black with #C34583
Text Example
Text Example
White with #C34583
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34583; }
p { color: rgb(195,69,131); }
H1.HeaderClassName
{
color: #C34583;
}
.AnyTagClassName
{
color: #C34583;
}
</style>
background-color css
<style>
a { background-color: #C34583; }
a { background-color: rgb(195,69,131); }
div.DivClassName
{
background-color: #C34583;
}
.BgClassName
{
background-color: #C34583;
}
</style>
border-color css
<style>
span { border-color: #C34583; }
span { border-color: rgb(195,69,131); }
td.TdClassName
{
border-color: #C34583;
}
.TagClassName
{
border-color: #C34583;
}
</style>