Shades of Mulberry #C952A8
Tints of Mulberry #C952A8
RGB
CMYK
RGB Variations
Color information
#C952A8 (or 0xC952A8) is known color: Mulberry. HEX triplet: C9, 52 and A8. RGB value is (201,82,168). Sum of RGB (Red+Green+Blue) = 201+82+168=451 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.57% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 168 (66.02% from 255 or 37.25% from 451); Max value from RGB is 201 - color contains mainly: red. Hex color #C952A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C952A8 is #36AD57. Grayscale: #7F7F7F. Windows color (decimal): -3583320 or 11031241. OLE color: 11031241.
HSL color Cylindrical-coordinate representation of color #C952A8: hue angle of 316.64º 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 #C952A8 is Cyan = 0, Magento = 0.59, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 82 | 168 | - |
| CMYK | 0 | 0.59 | 0.16 | 0.21 |
| HSL | 316.64º | 0.52% | 0.55% | - |
| HSV(B) | 316.64º | 0.59% | 0.79% | - |
| XYZ | 34.17 | 21.28 | 39.35 | - |
| YUV | 127.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 82 | 168 | 0 | 0.59 | 0.16 | 0.21 | 316.64 | 0.52 | 0.55 |
| Hex | C9 | 52 | A8 | 0 | 3B | 10 | 15 | 13D | 34 | 37 |
| Octal | 311 | 122 | 250 | 0 | 73 | 20 | 25 | 475 | 64 | 67 |
| Binary | 11001001 | 1010010 | 10101000 | 0 | 111011 | 10000 | 10101 | 100111101 | 110100 | 110111 |
Color Harmonies of #C952A8
Complementary color
Monochromatic Colors of #C952A8
Black with #C952A8
Text Example
Text Example
White with #C952A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C952A8; }
p { color: rgb(201,82,168); }
H1.HeaderClassName
{
color: #C952A8;
}
.AnyTagClassName
{
color: #C952A8;
}
</style>
background-color css
<style>
a { background-color: #C952A8; }
a { background-color: rgb(201,82,168); }
div.DivClassName
{
background-color: #C952A8;
}
.BgClassName
{
background-color: #C952A8;
}
</style>
border-color css
<style>
span { border-color: #C952A8; }
span { border-color: rgb(201,82,168); }
td.TdClassName
{
border-color: #C952A8;
}
.TagClassName
{
border-color: #C952A8;
}
</style>