Shades of Mulberry #C841A2
Tints of Mulberry #C841A2
RGB
CMYK
RGB Variations
Color information
#C841A2 (or 0xC841A2) is known color: Mulberry. HEX triplet: C8, 41 and A2. RGB value is (200,65,162). Sum of RGB (Red+Green+Blue) = 200+65+162=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C841A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C841A2 is #37BE5D. Grayscale: #747474. Windows color (decimal): -3653214 or 10633672. OLE color: 10633672.
HSL color Cylindrical-coordinate representation of color #C841A2: hue angle of 316.89º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C841A2 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 65 | 162 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.22 |
| HSL | 316.89º | 0.55% | 0.52% | - |
| HSV(B) | 316.89º | 0.68% | 0.78% | - |
| XYZ | 32.23 | 18.67 | 36.09 | - |
| YUV | 116.42 | 153.73 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 162 | 0 | 0.68 | 0.19 | 0.22 | 316.89 | 0.55 | 0.52 |
| Hex | C8 | 41 | A2 | 0 | 44 | 13 | 16 | 13D | 37 | 34 |
| Octal | 310 | 101 | 242 | 0 | 104 | 23 | 26 | 475 | 67 | 64 |
| Binary | 11001000 | 1000001 | 10100010 | 0 | 1000100 | 10011 | 10110 | 100111101 | 110111 | 110100 |
Color Harmonies of #C841A2
Complementary color
Monochromatic Colors of #C841A2
Black with #C841A2
Text Example
Text Example
White with #C841A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C841A2; }
p { color: rgb(200,65,162); }
H1.HeaderClassName
{
color: #C841A2;
}
.AnyTagClassName
{
color: #C841A2;
}
</style>
background-color css
<style>
a { background-color: #C841A2; }
a { background-color: rgb(200,65,162); }
div.DivClassName
{
background-color: #C841A2;
}
.BgClassName
{
background-color: #C841A2;
}
</style>
border-color css
<style>
span { border-color: #C841A2; }
span { border-color: rgb(200,65,162); }
td.TdClassName
{
border-color: #C841A2;
}
.TagClassName
{
border-color: #C841A2;
}
</style>