Shades of Mulberry #C83D90
Tints of Mulberry #C83D90
RGB
CMYK
RGB Variations
Color information
#C83D90 (or 0xC83D90) is known color: Mulberry. HEX triplet: C8, 3D and 90. RGB value is (200,61,144). Sum of RGB (Red+Green+Blue) = 200+61+144=405 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.38% from 405); Green value is 61 (24.22% from 255 or 15.06% from 405); Blue value is 144 (56.64% from 255 or 35.56% from 405); Max value from RGB is 200 - color contains mainly: red. Hex color #C83D90 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83D90 is #37C26F. Grayscale: #6F6F6F. Windows color (decimal): -3654256 or 9453000. OLE color: 9453000.
HSL color Cylindrical-coordinate representation of color #C83D90: hue angle of 324.17º 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 #C83D90 is Cyan = 0, Magento = 0.69, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 61 | 144 | - |
| CMYK | 0 | 0.69 | 0.28 | 0.22 |
| HSL | 324.17º | 0.56% | 0.51% | - |
| HSV(B) | 324.17º | 0.7% | 0.78% | - |
| XYZ | 30.52 | 17.63 | 28.18 | - |
| YUV | 112.02 | 146.05 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 61 | 144 | 0 | 0.69 | 0.28 | 0.22 | 324.17 | 0.56 | 0.51 |
| Hex | C8 | 3D | 90 | 0 | 45 | 1C | 16 | 144 | 38 | 33 |
| Octal | 310 | 75 | 220 | 0 | 105 | 34 | 26 | 504 | 70 | 63 |
| Binary | 11001000 | 111101 | 10010000 | 0 | 1000101 | 11100 | 10110 | 101000100 | 111000 | 110011 |
Color Harmonies of #C83D90
Complementary color
Monochromatic Colors of #C83D90
Black with #C83D90
Text Example
Text Example
White with #C83D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83D90; }
p { color: rgb(200,61,144); }
H1.HeaderClassName
{
color: #C83D90;
}
.AnyTagClassName
{
color: #C83D90;
}
</style>
background-color css
<style>
a { background-color: #C83D90; }
a { background-color: rgb(200,61,144); }
div.DivClassName
{
background-color: #C83D90;
}
.BgClassName
{
background-color: #C83D90;
}
</style>
border-color css
<style>
span { border-color: #C83D90; }
span { border-color: rgb(200,61,144); }
td.TdClassName
{
border-color: #C83D90;
}
.TagClassName
{
border-color: #C83D90;
}
</style>