Shades of Mulberry #C653A1
Tints of Mulberry #C653A1
RGB
CMYK
RGB Variations
Color information
#C653A1 (or 0xC653A1) is known color: Mulberry. HEX triplet: C6, 53 and A1. RGB value is (198,83,161). Sum of RGB (Red+Green+Blue) = 198+83+161=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 161 (63.28% from 255 or 36.43% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C653A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C653A1 is #39AC5E. Grayscale: #7E7E7E. Windows color (decimal): -3779679 or 10572742. OLE color: 10572742.
HSL color Cylindrical-coordinate representation of color #C653A1: hue angle of 319.3º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C653A1 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 83 | 161 | - |
| CMYK | 0 | 0.58 | 0.19 | 0.22 |
| HSL | 319.3º | 0.5% | 0.55% | - |
| HSV(B) | 319.3º | 0.58% | 0.78% | - |
| XYZ | 32.81 | 20.77 | 36 | - |
| YUV | 126.28 | 147.6 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 83 | 161 | 0 | 0.58 | 0.19 | 0.22 | 319.3 | 0.5 | 0.55 |
| Hex | C6 | 53 | A1 | 0 | 3A | 13 | 16 | 13F | 32 | 37 |
| Octal | 306 | 123 | 241 | 0 | 72 | 23 | 26 | 477 | 62 | 67 |
| Binary | 11000110 | 1010011 | 10100001 | 0 | 111010 | 10011 | 10110 | 100111111 | 110010 | 110111 |
Color Harmonies of #C653A1
Complementary color
Monochromatic Colors of #C653A1
Black with #C653A1
Text Example
Text Example
White with #C653A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C653A1; }
p { color: rgb(198,83,161); }
H1.HeaderClassName
{
color: #C653A1;
}
.AnyTagClassName
{
color: #C653A1;
}
</style>
background-color css
<style>
a { background-color: #C653A1; }
a { background-color: rgb(198,83,161); }
div.DivClassName
{
background-color: #C653A1;
}
.BgClassName
{
background-color: #C653A1;
}
</style>
border-color css
<style>
span { border-color: #C653A1; }
span { border-color: rgb(198,83,161); }
td.TdClassName
{
border-color: #C653A1;
}
.TagClassName
{
border-color: #C653A1;
}
</style>