Shades of Mulberry #C3598A
Tints of Mulberry #C3598A
RGB
CMYK
RGB Variations
Color information
#C3598A (or 0xC3598A) is known color: Mulberry. HEX triplet: C3, 59 and 8A. RGB value is (195,89,138). Sum of RGB (Red+Green+Blue) = 195+89+138=422 (55% of max value = 765). Red value is 195 (76.56% from 255 or 46.21% from 422); Green value is 89 (35.16% from 255 or 21.09% from 422); Blue value is 138 (54.30% from 255 or 32.70% from 422); Max value from RGB is 195 - color contains mainly: red. Hex color #C3598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C3598A is #3CA675. Grayscale: #7E7E7E. Windows color (decimal): -3974774 or 9066947. OLE color: 9066947.
HSL color Cylindrical-coordinate representation of color #C3598A: hue angle of 332.26º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C3598A is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 89 | 138 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.24 |
| HSL | 332.26º | 0.47% | 0.56% | - |
| HSV(B) | 332.26º | 0.54% | 0.76% | - |
| XYZ | 30.67 | 20.58 | 26.4 | - |
| YUV | 126.28 | 134.62 | 177.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 89 | 138 | 0 | 0.54 | 0.29 | 0.24 | 332.26 | 0.47 | 0.56 |
| Hex | C3 | 59 | 8A | 0 | 36 | 1D | 18 | 14C | 2F | 38 |
| Octal | 303 | 131 | 212 | 0 | 66 | 35 | 30 | 514 | 57 | 70 |
| Binary | 11000011 | 1011001 | 10001010 | 0 | 110110 | 11101 | 11000 | 101001100 | 101111 | 111000 |
Color Harmonies of #C3598A
Complementary color
Monochromatic Colors of #C3598A
Black with #C3598A
Text Example
Text Example
White with #C3598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C3598A; }
p { color: rgb(195,89,138); }
H1.HeaderClassName
{
color: #C3598A;
}
.AnyTagClassName
{
color: #C3598A;
}
</style>
background-color css
<style>
a { background-color: #C3598A; }
a { background-color: rgb(195,89,138); }
div.DivClassName
{
background-color: #C3598A;
}
.BgClassName
{
background-color: #C3598A;
}
</style>
border-color css
<style>
span { border-color: #C3598A; }
span { border-color: rgb(195,89,138); }
td.TdClassName
{
border-color: #C3598A;
}
.TagClassName
{
border-color: #C3598A;
}
</style>