Shades of Mulberry #C542A8
Tints of Mulberry #C542A8
RGB
CMYK
RGB Variations
Color information
#C542A8 (or 0xC542A8) is known color: Mulberry. HEX triplet: C5, 42 and A8. RGB value is (197,66,168). Sum of RGB (Red+Green+Blue) = 197+66+168=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 66 (26.17% from 255 or 15.31% from 431); Blue value is 168 (66.02% from 255 or 38.98% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C542A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C542A8 is #3ABD57. Grayscale: #747474. Windows color (decimal): -3849560 or 11027141. OLE color: 11027141.
HSL color Cylindrical-coordinate representation of color #C542A8: hue angle of 313.28º 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 #C542A8 is Cyan = 0, Magento = 0.66, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
RGB | 197 | 66 | 168 | - |
CMYK | 0 | 0.66 | 0.15 | 0.23 |
HSL | 313.28º | 0.53% | 0.52% | - |
HSV(B) | 313.28º | 0.66% | 0.77% | - |
XYZ | 32.04 | 18.59 | 38.95 | - |
YUV | 116.8 | 156.9 | 185.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 197 | 66 | 168 | 0 | 0.66 | 0.15 | 0.23 | 313.28 | 0.53 | 0.52 |
Hex | C5 | 42 | A8 | 0 | 42 | F | 17 | 139 | 35 | 34 |
Octal | 305 | 102 | 250 | 0 | 102 | 17 | 27 | 471 | 65 | 64 |
Binary | 11000101 | 1000010 | 10101000 | 0 | 1000010 | 1111 | 10111 | 100111001 | 110101 | 110100 |
Color Harmonies of #C542A8
Complementary color
Monochromatic Colors of #C542A8
Black with #C542A8
Text Example
Text Example
White with #C542A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C542A8; }
p { color: rgb(197,66,168); }
H1.HeaderClassName
{
color: #C542A8;
}
.AnyTagClassName
{
color: #C542A8;
}
</style>
background-color css
<style>
a { background-color: #C542A8; }
a { background-color: rgb(197,66,168); }
div.DivClassName
{
background-color: #C542A8;
}
.BgClassName
{
background-color: #C542A8;
}
</style>
border-color css
<style>
span { border-color: #C542A8; }
span { border-color: rgb(197,66,168); }
td.TdClassName
{
border-color: #C542A8;
}
.TagClassName
{
border-color: #C542A8;
}
</style>