Shades of Mulberry #C543A7
Tints of Mulberry #C543A7
RGB
CMYK
RGB Variations
Color information
#C543A7 (or 0xC543A7) is known color: Mulberry. HEX triplet: C5, 43 and A7. RGB value is (197,67,167). Sum of RGB (Red+Green+Blue) = 197+67+167=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 67 (26.56% from 255 or 15.55% from 431); Blue value is 167 (65.62% from 255 or 38.75% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C543A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C543A7 is #3ABC58. Grayscale: #757575. Windows color (decimal): -3849305 or 10961861. OLE color: 10961861.
HSL color Cylindrical-coordinate representation of color #C543A7: hue angle of 313.85º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C543A7 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 67 | 167 | - |
| CMYK | 0 | 0.66 | 0.15 | 0.23 |
| HSL | 313.85º | 0.53% | 0.52% | - |
| HSV(B) | 313.85º | 0.66% | 0.77% | - |
| XYZ | 32.01 | 18.67 | 38.48 | - |
| YUV | 117.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 67 | 167 | 0 | 0.66 | 0.15 | 0.23 | 313.85 | 0.53 | 0.52 |
| Hex | C5 | 43 | A7 | 0 | 42 | F | 17 | 13A | 35 | 34 |
| Octal | 305 | 103 | 247 | 0 | 102 | 17 | 27 | 472 | 65 | 64 |
| Binary | 11000101 | 1000011 | 10100111 | 0 | 1000010 | 1111 | 10111 | 100111010 | 110101 | 110100 |
Color Harmonies of #C543A7
Complementary color
Monochromatic Colors of #C543A7
Black with #C543A7
Text Example
Text Example
White with #C543A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C543A7; }
p { color: rgb(197,67,167); }
H1.HeaderClassName
{
color: #C543A7;
}
.AnyTagClassName
{
color: #C543A7;
}
</style>
background-color css
<style>
a { background-color: #C543A7; }
a { background-color: rgb(197,67,167); }
div.DivClassName
{
background-color: #C543A7;
}
.BgClassName
{
background-color: #C543A7;
}
</style>
border-color css
<style>
span { border-color: #C543A7; }
span { border-color: rgb(197,67,167); }
td.TdClassName
{
border-color: #C543A7;
}
.TagClassName
{
border-color: #C543A7;
}
</style>