Shades of Mulberry #C838A1
Tints of Mulberry #C838A1
RGB
CMYK
RGB Variations
Color information
#C838A1 (or 0xC838A1) is known color: Mulberry. HEX triplet: C8, 38 and A1. RGB value is (200,56,161). Sum of RGB (Red+Green+Blue) = 200+56+161=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 56 (22.27% from 255 or 13.43% from 417); Blue value is 161 (63.28% from 255 or 38.61% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C838A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C838A1 is #37C75E. Grayscale: #6E6E6E. Windows color (decimal): -3655519 or 10565832. OLE color: 10565832.
HSL color Cylindrical-coordinate representation of color #C838A1: hue angle of 316.25º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C838A1 is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 56 | 161 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.22 |
| HSL | 316.25º | 0.57% | 0.5% | - |
| HSV(B) | 316.25º | 0.72% | 0.78% | - |
| XYZ | 31.67 | 17.68 | 35.46 | - |
| YUV | 111.03 | 156.21 | 191.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 161 | 0 | 0.72 | 0.19 | 0.22 | 316.25 | 0.57 | 0.5 |
| Hex | C8 | 38 | A1 | 0 | 48 | 13 | 16 | 13C | 39 | 32 |
| Octal | 310 | 70 | 241 | 0 | 110 | 23 | 26 | 474 | 71 | 62 |
| Binary | 11001000 | 111000 | 10100001 | 0 | 1001000 | 10011 | 10110 | 100111100 | 111001 | 110010 |
Color Harmonies of #C838A1
Complementary color
Monochromatic Colors of #C838A1
Black with #C838A1
Text Example
Text Example
White with #C838A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C838A1; }
p { color: rgb(200,56,161); }
H1.HeaderClassName
{
color: #C838A1;
}
.AnyTagClassName
{
color: #C838A1;
}
</style>
background-color css
<style>
a { background-color: #C838A1; }
a { background-color: rgb(200,56,161); }
div.DivClassName
{
background-color: #C838A1;
}
.BgClassName
{
background-color: #C838A1;
}
</style>
border-color css
<style>
span { border-color: #C838A1; }
span { border-color: rgb(200,56,161); }
td.TdClassName
{
border-color: #C838A1;
}
.TagClassName
{
border-color: #C838A1;
}
</style>