Shades of Mulberry #C351A7
Tints of Mulberry #C351A7
RGB
CMYK
RGB Variations
Color information
#C351A7 (or 0xC351A7) is known color: Mulberry. HEX triplet: C3, 51 and A7. RGB value is (195,81,167). Sum of RGB (Red+Green+Blue) = 195+81+167=443 (58% of max value = 765). Red value is 195 (76.56% from 255 or 44.02% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 167 (65.62% from 255 or 37.70% from 443); Max value from RGB is 195 - color contains mainly: red. Hex color #C351A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C351A7 is #3CAE58. Grayscale: #7C7C7C. Windows color (decimal): -3976793 or 10965443. OLE color: 10965443.
HSL color Cylindrical-coordinate representation of color #C351A7: hue angle of 314.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C351A7 is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 81 | 167 | - |
| CMYK | 0 | 0.58 | 0.14 | 0.24 |
| HSL | 314.74º | 0.49% | 0.54% | - |
| HSV(B) | 314.74º | 0.58% | 0.76% | - |
| XYZ | 32.42 | 20.28 | 38.76 | - |
| YUV | 124.89 | 151.77 | 178.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 81 | 167 | 0 | 0.58 | 0.14 | 0.24 | 314.74 | 0.49 | 0.54 |
| Hex | C3 | 51 | A7 | 0 | 3A | E | 18 | 13B | 31 | 36 |
| Octal | 303 | 121 | 247 | 0 | 72 | 16 | 30 | 473 | 61 | 66 |
| Binary | 11000011 | 1010001 | 10100111 | 0 | 111010 | 1110 | 11000 | 100111011 | 110001 | 110110 |
Color Harmonies of #C351A7
Complementary color
Monochromatic Colors of #C351A7
Black with #C351A7
Text Example
Text Example
White with #C351A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C351A7; }
p { color: rgb(195,81,167); }
H1.HeaderClassName
{
color: #C351A7;
}
.AnyTagClassName
{
color: #C351A7;
}
</style>
background-color css
<style>
a { background-color: #C351A7; }
a { background-color: rgb(195,81,167); }
div.DivClassName
{
background-color: #C351A7;
}
.BgClassName
{
background-color: #C351A7;
}
</style>
border-color css
<style>
span { border-color: #C351A7; }
span { border-color: rgb(195,81,167); }
td.TdClassName
{
border-color: #C351A7;
}
.TagClassName
{
border-color: #C351A7;
}
</style>