Shades of Mulberry #C83AA2
Tints of Mulberry #C83AA2
RGB
CMYK
RGB Variations
Color information
#C83AA2 (or 0xC83AA2) is known color: Mulberry. HEX triplet: C8, 3A and A2. RGB value is (200,58,162). Sum of RGB (Red+Green+Blue) = 200+58+162=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 58 (23.05% from 255 or 13.81% from 420); Blue value is 162 (63.67% from 255 or 38.57% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C83AA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83AA2 is #37C55D. Grayscale: #707070. Windows color (decimal): -3655006 or 10631880. OLE color: 10631880.
HSL color Cylindrical-coordinate representation of color #C83AA2: hue angle of 316.06º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83AA2 is Cyan = 0, Magento = 0.71, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 58 | 162 | - |
| CMYK | 0 | 0.71 | 0.19 | 0.22 |
| HSL | 316.06º | 0.56% | 0.51% | - |
| HSV(B) | 316.06º | 0.71% | 0.78% | - |
| XYZ | 31.85 | 17.91 | 35.96 | - |
| YUV | 112.31 | 156.04 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 58 | 162 | 0 | 0.71 | 0.19 | 0.22 | 316.06 | 0.56 | 0.51 |
| Hex | C8 | 3A | A2 | 0 | 47 | 13 | 16 | 13C | 38 | 33 |
| Octal | 310 | 72 | 242 | 0 | 107 | 23 | 26 | 474 | 70 | 63 |
| Binary | 11001000 | 111010 | 10100010 | 0 | 1000111 | 10011 | 10110 | 100111100 | 111000 | 110011 |
Color Harmonies of #C83AA2
Complementary color
Monochromatic Colors of #C83AA2
Black with #C83AA2
Text Example
Text Example
White with #C83AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83AA2; }
p { color: rgb(200,58,162); }
H1.HeaderClassName
{
color: #C83AA2;
}
.AnyTagClassName
{
color: #C83AA2;
}
</style>
background-color css
<style>
a { background-color: #C83AA2; }
a { background-color: rgb(200,58,162); }
div.DivClassName
{
background-color: #C83AA2;
}
.BgClassName
{
background-color: #C83AA2;
}
</style>
border-color css
<style>
span { border-color: #C83AA2; }
span { border-color: rgb(200,58,162); }
td.TdClassName
{
border-color: #C83AA2;
}
.TagClassName
{
border-color: #C83AA2;
}
</style>