Shades of Mulberry #C83DA6
Tints of Mulberry #C83DA6
RGB
CMYK
RGB Variations
Color information
#C83DA6 (or 0xC83DA6) is known color: Mulberry. HEX triplet: C8, 3D and A6. RGB value is (200,61,166). Sum of RGB (Red+Green+Blue) = 200+61+166=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 61 (24.22% from 255 or 14.29% from 427); Blue value is 166 (65.23% from 255 or 38.88% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C83DA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83DA6 is #37C259. Grayscale: #727272. Windows color (decimal): -3654234 or 10894792. OLE color: 10894792.
HSL color Cylindrical-coordinate representation of color #C83DA6: hue angle of 314.68º 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 #C83DA6 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 166 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.22 |
| HSL | 314.68º | 0.56% | 0.51% | - |
| HSV(B) | 314.68º | 0.7% | 0.78% | - |
| XYZ | 32.37 | 18.37 | 37.92 | - |
| YUV | 114.53 | 157.05 | 188.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 166 | 0 | 0.69 | 0.17 | 0.22 | 314.68 | 0.56 | 0.51 |
| Hex | C8 | 3D | A6 | 0 | 45 | 11 | 16 | 13B | 38 | 33 |
| Octal | 310 | 75 | 246 | 0 | 105 | 21 | 26 | 473 | 70 | 63 |
| Binary | 11001000 | 111101 | 10100110 | 0 | 1000101 | 10001 | 10110 | 100111011 | 111000 | 110011 |
Color Harmonies of #C83DA6
Complementary color
Monochromatic Colors of #C83DA6
Black with #C83DA6
Text Example
Text Example
White with #C83DA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83DA6; }
p { color: rgb(200,61,166); }
H1.HeaderClassName
{
color: #C83DA6;
}
.AnyTagClassName
{
color: #C83DA6;
}
</style>
background-color css
<style>
a { background-color: #C83DA6; }
a { background-color: rgb(200,61,166); }
div.DivClassName
{
background-color: #C83DA6;
}
.BgClassName
{
background-color: #C83DA6;
}
</style>
border-color css
<style>
span { border-color: #C83DA6; }
span { border-color: rgb(200,61,166); }
td.TdClassName
{
border-color: #C83DA6;
}
.TagClassName
{
border-color: #C83DA6;
}
</style>