Shades of Mulberry #C652A4
Tints of Mulberry #C652A4
RGB
CMYK
RGB Variations
Color information
#C652A4 (or 0xC652A4) is known color: Mulberry. HEX triplet: C6, 52 and A4. RGB value is (198,82,164). Sum of RGB (Red+Green+Blue) = 198+82+164=444 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.59% from 444); Green value is 82 (32.42% from 255 or 18.47% from 444); Blue value is 164 (64.45% from 255 or 36.94% from 444); Max value from RGB is 198 - color contains mainly: red. Hex color #C652A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C652A4 is #39AD5B. Grayscale: #7D7D7D. Windows color (decimal): -3779932 or 10769094. OLE color: 10769094.
HSL color Cylindrical-coordinate representation of color #C652A4: hue angle of 317.59º 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 #C652A4 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 82 | 164 | - |
| CMYK | 0 | 0.59 | 0.17 | 0.22 |
| HSL | 317.59º | 0.5% | 0.55% | - |
| HSV(B) | 317.59º | 0.59% | 0.78% | - |
| XYZ | 33.01 | 20.72 | 37.38 | - |
| YUV | 126.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 82 | 164 | 0 | 0.59 | 0.17 | 0.22 | 317.59 | 0.5 | 0.55 |
| Hex | C6 | 52 | A4 | 0 | 3B | 11 | 16 | 13E | 32 | 37 |
| Octal | 306 | 122 | 244 | 0 | 73 | 21 | 26 | 476 | 62 | 67 |
| Binary | 11000110 | 1010010 | 10100100 | 0 | 111011 | 10001 | 10110 | 100111110 | 110010 | 110111 |
Color Harmonies of #C652A4
Complementary color
Monochromatic Colors of #C652A4
Black with #C652A4
Text Example
Text Example
White with #C652A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C652A4; }
p { color: rgb(198,82,164); }
H1.HeaderClassName
{
color: #C652A4;
}
.AnyTagClassName
{
color: #C652A4;
}
</style>
background-color css
<style>
a { background-color: #C652A4; }
a { background-color: rgb(198,82,164); }
div.DivClassName
{
background-color: #C652A4;
}
.BgClassName
{
background-color: #C652A4;
}
</style>
border-color css
<style>
span { border-color: #C652A4; }
span { border-color: rgb(198,82,164); }
td.TdClassName
{
border-color: #C652A4;
}
.TagClassName
{
border-color: #C652A4;
}
</style>