Shades of Mulberry #C34592
Tints of Mulberry #C34592
RGB
CMYK
RGB Variations
Color information
#C34592 (or 0xC34592) is known color: Mulberry. HEX triplet: C3, 45 and 92. RGB value is (195,69,146). Sum of RGB (Red+Green+Blue) = 195+69+146=410 (54% of max value = 765). Red value is 195 (76.56% from 255 or 47.56% from 410); Green value is 69 (27.34% from 255 or 16.83% from 410); Blue value is 146 (57.42% from 255 or 35.61% from 410); Max value from RGB is 195 - color contains mainly: red. Hex color #C34592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C34592 is #3CBA6D. Grayscale: #737373. Windows color (decimal): -3979886 or 9586115. OLE color: 9586115.
HSL color Cylindrical-coordinate representation of color #C34592: hue angle of 323.33º 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 #C34592 is Cyan = 0, Magento = 0.65, Yellow = 0.25 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 69 | 146 | - |
| CMYK | 0 | 0.65 | 0.25 | 0.24 |
| HSL | 323.33º | 0.51% | 0.52% | - |
| HSV(B) | 323.33º | 0.65% | 0.76% | - |
| XYZ | 29.82 | 17.93 | 29.08 | - |
| YUV | 115.45 | 145.24 | 184.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 69 | 146 | 0 | 0.65 | 0.25 | 0.24 | 323.33 | 0.51 | 0.52 |
| Hex | C3 | 45 | 92 | 0 | 41 | 19 | 18 | 143 | 33 | 34 |
| Octal | 303 | 105 | 222 | 0 | 101 | 31 | 30 | 503 | 63 | 64 |
| Binary | 11000011 | 1000101 | 10010010 | 0 | 1000001 | 11001 | 11000 | 101000011 | 110011 | 110100 |
Color Harmonies of #C34592
Complementary color
Monochromatic Colors of #C34592
Black with #C34592
Text Example
Text Example
White with #C34592
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C34592; }
p { color: rgb(195,69,146); }
H1.HeaderClassName
{
color: #C34592;
}
.AnyTagClassName
{
color: #C34592;
}
</style>
background-color css
<style>
a { background-color: #C34592; }
a { background-color: rgb(195,69,146); }
div.DivClassName
{
background-color: #C34592;
}
.BgClassName
{
background-color: #C34592;
}
</style>
border-color css
<style>
span { border-color: #C34592; }
span { border-color: rgb(195,69,146); }
td.TdClassName
{
border-color: #C34592;
}
.TagClassName
{
border-color: #C34592;
}
</style>