Shades of Mulberry #C652A1
Tints of Mulberry #C652A1
RGB
CMYK
RGB Variations
Color information
#C652A1 (or 0xC652A1) is known color: Mulberry. HEX triplet: C6, 52 and A1. RGB value is (198,82,161). Sum of RGB (Red+Green+Blue) = 198+82+161=441 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.90% from 441); Green value is 82 (32.42% from 255 or 18.59% from 441); Blue value is 161 (63.28% from 255 or 36.51% from 441); Max value from RGB is 198 - color contains mainly: red. Hex color #C652A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C652A1 is #39AD5E. Grayscale: #7D7D7D. Windows color (decimal): -3779935 or 10572486. OLE color: 10572486.
HSL color Cylindrical-coordinate representation of color #C652A1: hue angle of 319.14º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C652A1 is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 161 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.22 |
| HSL | 319.14º | 0.5% | 0.55% | - |
| HSV(B) | 319.14º | 0.59% | 0.78% | - |
| XYZ | 32.74 | 20.61 | 35.97 | - |
| YUV | 125.69 | 147.93 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 161 | 0 | 0.59 | 0.19 | 0.22 | 319.14 | 0.5 | 0.55 |
| Hex | C6 | 52 | A1 | 0 | 3B | 13 | 16 | 13F | 32 | 37 |
| Octal | 306 | 122 | 241 | 0 | 73 | 23 | 26 | 477 | 62 | 67 |
| Binary | 11000110 | 1010010 | 10100001 | 0 | 111011 | 10011 | 10110 | 100111111 | 110010 | 110111 |
Color Harmonies of #C652A1
Complementary color
Monochromatic Colors of #C652A1
Black with #C652A1
Text Example
Text Example
White with #C652A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C652A1; }
p { color: rgb(198,82,161); }
H1.HeaderClassName
{
color: #C652A1;
}
.AnyTagClassName
{
color: #C652A1;
}
</style>
background-color css
<style>
a { background-color: #C652A1; }
a { background-color: rgb(198,82,161); }
div.DivClassName
{
background-color: #C652A1;
}
.BgClassName
{
background-color: #C652A1;
}
</style>
border-color css
<style>
span { border-color: #C652A1; }
span { border-color: rgb(198,82,161); }
td.TdClassName
{
border-color: #C652A1;
}
.TagClassName
{
border-color: #C652A1;
}
</style>