Shades of Mulberry #C35FA6
Tints of Mulberry #C35FA6
RGB
CMYK
RGB Variations
Color information
#C35FA6 (or 0xC35FA6) is known color: Mulberry. HEX triplet: C3, 5F and A6. RGB value is (195,95,166). Sum of RGB (Red+Green+Blue) = 195+95+166=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 95 (37.5% from 255 or 20.83% from 456); Blue value is 166 (65.23% from 255 or 36.40% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C35FA6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C35FA6 is #3CA059. Grayscale: #848484. Windows color (decimal): -3973210 or 10903491. OLE color: 10903491.
HSL color Cylindrical-coordinate representation of color #C35FA6: hue angle of 317.4º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C35FA6 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 95 | 166 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.24 |
| HSL | 317.4º | 0.45% | 0.57% | - |
| HSV(B) | 317.4º | 0.51% | 0.76% | - |
| XYZ | 33.48 | 22.54 | 38.66 | - |
| YUV | 132.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 95 | 166 | 0 | 0.51 | 0.15 | 0.24 | 317.4 | 0.45 | 0.57 |
| Hex | C3 | 5F | A6 | 0 | 33 | F | 18 | 13D | 2D | 39 |
| Octal | 303 | 137 | 246 | 0 | 63 | 17 | 30 | 475 | 55 | 71 |
| Binary | 11000011 | 1011111 | 10100110 | 0 | 110011 | 1111 | 11000 | 100111101 | 101101 | 111001 |
Color Harmonies of #C35FA6
Complementary color
Monochromatic Colors of #C35FA6
Black with #C35FA6
Text Example
Text Example
White with #C35FA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C35FA6; }
p { color: rgb(195,95,166); }
H1.HeaderClassName
{
color: #C35FA6;
}
.AnyTagClassName
{
color: #C35FA6;
}
</style>
background-color css
<style>
a { background-color: #C35FA6; }
a { background-color: rgb(195,95,166); }
div.DivClassName
{
background-color: #C35FA6;
}
.BgClassName
{
background-color: #C35FA6;
}
</style>
border-color css
<style>
span { border-color: #C35FA6; }
span { border-color: rgb(195,95,166); }
td.TdClassName
{
border-color: #C35FA6;
}
.TagClassName
{
border-color: #C35FA6;
}
</style>