Shades of Mulberry #C353A6
Tints of Mulberry #C353A6
RGB
CMYK
RGB Variations
Color information
#C353A6 (or 0xC353A6) is known color: Mulberry. HEX triplet: C3, 53 and A6. RGB value is (195,83,166). Sum of RGB (Red+Green+Blue) = 195+83+166=444 (58% of max value = 765). Red value is 195 (76.56% from 255 or 43.92% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 166 (65.23% from 255 or 37.39% from 444); Max value from RGB is 195 - color contains mainly: red. Hex color #C353A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C353A6 is #3CAC59. Grayscale: #7D7D7D. Windows color (decimal): -3976282 or 10900419. OLE color: 10900419.
HSL color Cylindrical-coordinate representation of color #C353A6: hue angle of 315.54º 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 #C353A6 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 83 | 166 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.24 |
| HSL | 315.54º | 0.48% | 0.55% | - |
| HSV(B) | 315.54º | 0.57% | 0.76% | - |
| XYZ | 32.48 | 20.54 | 38.33 | - |
| YUV | 125.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 83 | 166 | 0 | 0.57 | 0.15 | 0.24 | 315.54 | 0.48 | 0.55 |
| Hex | C3 | 53 | A6 | 0 | 39 | F | 18 | 13C | 30 | 37 |
| Octal | 303 | 123 | 246 | 0 | 71 | 17 | 30 | 474 | 60 | 67 |
| Binary | 11000011 | 1010011 | 10100110 | 0 | 111001 | 1111 | 11000 | 100111100 | 110000 | 110111 |
Color Harmonies of #C353A6
Complementary color
Monochromatic Colors of #C353A6
Black with #C353A6
Text Example
Text Example
White with #C353A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C353A6; }
p { color: rgb(195,83,166); }
H1.HeaderClassName
{
color: #C353A6;
}
.AnyTagClassName
{
color: #C353A6;
}
</style>
background-color css
<style>
a { background-color: #C353A6; }
a { background-color: rgb(195,83,166); }
div.DivClassName
{
background-color: #C353A6;
}
.BgClassName
{
background-color: #C353A6;
}
</style>
border-color css
<style>
span { border-color: #C353A6; }
span { border-color: rgb(195,83,166); }
td.TdClassName
{
border-color: #C353A6;
}
.TagClassName
{
border-color: #C353A6;
}
</style>