Shades of Mulberry #C35498
Tints of Mulberry #C35498
RGB
CMYK
RGB Variations
Color information
#C35498 (or 0xC35498) is known color: Mulberry. HEX triplet: C3, 54 and 98. RGB value is (195,84,152). Sum of RGB (Red+Green+Blue) = 195+84+152=431 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.24% from 431); Green value is 84 (33.20% from 255 or 19.49% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 195 - color contains mainly: red. Hex color #C35498 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35498 is #3CAB67. Grayscale: #7C7C7C. Windows color (decimal): -3976040 or 9983171. OLE color: 9983171.
HSL color Cylindrical-coordinate representation of color #C35498: hue angle of 323.24º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C35498 is Cyan = 0, Magento = 0.57, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 84 | 152 | - |
| CMYK | 0 | 0.57 | 0.22 | 0.24 |
| HSL | 323.24º | 0.48% | 0.55% | - |
| HSV(B) | 323.24º | 0.57% | 0.76% | - |
| XYZ | 31.34 | 20.21 | 31.95 | - |
| YUV | 124.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 84 | 152 | 0 | 0.57 | 0.22 | 0.24 | 323.24 | 0.48 | 0.55 |
| Hex | C3 | 54 | 98 | 0 | 39 | 16 | 18 | 143 | 30 | 37 |
| Octal | 303 | 124 | 230 | 0 | 71 | 26 | 30 | 503 | 60 | 67 |
| Binary | 11000011 | 1010100 | 10011000 | 0 | 111001 | 10110 | 11000 | 101000011 | 110000 | 110111 |
Color Harmonies of #C35498
Complementary color
Monochromatic Colors of #C35498
Black with #C35498
Text Example
Text Example
White with #C35498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35498; }
p { color: rgb(195,84,152); }
H1.HeaderClassName
{
color: #C35498;
}
.AnyTagClassName
{
color: #C35498;
}
</style>
background-color css
<style>
a { background-color: #C35498; }
a { background-color: rgb(195,84,152); }
div.DivClassName
{
background-color: #C35498;
}
.BgClassName
{
background-color: #C35498;
}
</style>
border-color css
<style>
span { border-color: #C35498; }
span { border-color: rgb(195,84,152); }
td.TdClassName
{
border-color: #C35498;
}
.TagClassName
{
border-color: #C35498;
}
</style>