Shades of Mulberry #C83DA1
Tints of Mulberry #C83DA1
RGB
CMYK
RGB Variations
Color information
#C83DA1 (or 0xC83DA1) is known color: Mulberry. HEX triplet: C8, 3D and A1. RGB value is (200,61,161). Sum of RGB (Red+Green+Blue) = 200+61+161=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 161 (63.28% from 255 or 38.15% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C83DA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83DA1 is #37C25E. Grayscale: #717171. Windows color (decimal): -3654239 or 10567112. OLE color: 10567112.
HSL color Cylindrical-coordinate representation of color #C83DA1: hue angle of 316.83º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83DA1 is Cyan = 0, Magento = 0.69, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 161 | - |
| CMYK | 0 | 0.69 | 0.19 | 0.22 |
| HSL | 316.83º | 0.56% | 0.51% | - |
| HSV(B) | 316.83º | 0.7% | 0.78% | - |
| XYZ | 31.92 | 18.19 | 35.55 | - |
| YUV | 113.96 | 154.55 | 189.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 161 | 0 | 0.69 | 0.19 | 0.22 | 316.83 | 0.56 | 0.51 |
| Hex | C8 | 3D | A1 | 0 | 45 | 13 | 16 | 13D | 38 | 33 |
| Octal | 310 | 75 | 241 | 0 | 105 | 23 | 26 | 475 | 70 | 63 |
| Binary | 11001000 | 111101 | 10100001 | 0 | 1000101 | 10011 | 10110 | 100111101 | 111000 | 110011 |
Color Harmonies of #C83DA1
Complementary color
Monochromatic Colors of #C83DA1
Black with #C83DA1
Text Example
Text Example
White with #C83DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DA1; }
p { color: rgb(200,61,161); }
H1.HeaderClassName
{
color: #C83DA1;
}
.AnyTagClassName
{
color: #C83DA1;
}
</style>
background-color css
<style>
a { background-color: #C83DA1; }
a { background-color: rgb(200,61,161); }
div.DivClassName
{
background-color: #C83DA1;
}
.BgClassName
{
background-color: #C83DA1;
}
</style>
border-color css
<style>
span { border-color: #C83DA1; }
span { border-color: rgb(200,61,161); }
td.TdClassName
{
border-color: #C83DA1;
}
.TagClassName
{
border-color: #C83DA1;
}
</style>