Shades of Mulberry #C952A0
Tints of Mulberry #C952A0
RGB
CMYK
RGB Variations
Color information
#C952A0 (or 0xC952A0) is known color: Mulberry. HEX triplet: C9, 52 and A0. RGB value is (201,82,160). Sum of RGB (Red+Green+Blue) = 201+82+160=443 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.37% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 160 (62.89% from 255 or 36.12% from 443); Max value from RGB is 201 - color contains mainly: red. Hex color #C952A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C952A0 is #36AD5F. Grayscale: #7E7E7E. Windows color (decimal): -3583328 or 10506953. OLE color: 10506953.
HSL color Cylindrical-coordinate representation of color #C952A0: hue angle of 320.67º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C952A0 is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 160 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.21 |
| HSL | 320.67º | 0.52% | 0.55% | - |
| HSV(B) | 320.67º | 0.59% | 0.79% | - |
| XYZ | 33.45 | 20.99 | 35.55 | - |
| YUV | 126.47 | 146.92 | 181.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 160 | 0 | 0.59 | 0.20 | 0.21 | 320.67 | 0.52 | 0.55 |
| Hex | C9 | 52 | A0 | 0 | 3B | 14 | 15 | 141 | 34 | 37 |
| Octal | 311 | 122 | 240 | 0 | 73 | 24 | 25 | 501 | 64 | 67 |
| Binary | 11001001 | 1010010 | 10100000 | 0 | 111011 | 10100 | 10101 | 101000001 | 110100 | 110111 |
Color Harmonies of #C952A0
Complementary color
Monochromatic Colors of #C952A0
Black with #C952A0
Text Example
Text Example
White with #C952A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952A0; }
p { color: rgb(201,82,160); }
H1.HeaderClassName
{
color: #C952A0;
}
.AnyTagClassName
{
color: #C952A0;
}
</style>
background-color css
<style>
a { background-color: #C952A0; }
a { background-color: rgb(201,82,160); }
div.DivClassName
{
background-color: #C952A0;
}
.BgClassName
{
background-color: #C952A0;
}
</style>
border-color css
<style>
span { border-color: #C952A0; }
span { border-color: rgb(201,82,160); }
td.TdClassName
{
border-color: #C952A0;
}
.TagClassName
{
border-color: #C952A0;
}
</style>