Shades of Mulberry #C83C9E
Tints of Mulberry #C83C9E
RGB
CMYK
RGB Variations
Color information
#C83C9E (or 0xC83C9E) is known color: Mulberry. HEX triplet: C8, 3C and 9E. RGB value is (200,60,158). Sum of RGB (Red+Green+Blue) = 200+60+158=418 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.85% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 158 (62.11% from 255 or 37.80% from 418); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83C9E is #37C361. Grayscale: #707070. Windows color (decimal): -3654498 or 10370248. OLE color: 10370248.
HSL color Cylindrical-coordinate representation of color #C83C9E: hue angle of 318º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83C9E is Cyan = 0, Magento = 0.7, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 158 | - |
| CMYK | 0 | 0.7 | 0.21 | 0.22 |
| HSL | 318º | 0.56% | 0.51% | - |
| HSV(B) | 318º | 0.7% | 0.78% | - |
| XYZ | 31.61 | 17.98 | 34.15 | - |
| YUV | 113.03 | 153.38 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 158 | 0 | 0.7 | 0.21 | 0.22 | 318 | 0.56 | 0.51 |
| Hex | C8 | 3C | 9E | 0 | 46 | 15 | 16 | 13E | 38 | 33 |
| Octal | 310 | 74 | 236 | 0 | 106 | 25 | 26 | 476 | 70 | 63 |
| Binary | 11001000 | 111100 | 10011110 | 0 | 1000110 | 10101 | 10110 | 100111110 | 111000 | 110011 |
Color Harmonies of #C83C9E
Complementary color
Monochromatic Colors of #C83C9E
Black with #C83C9E
Text Example
Text Example
White with #C83C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C9E; }
p { color: rgb(200,60,158); }
H1.HeaderClassName
{
color: #C83C9E;
}
.AnyTagClassName
{
color: #C83C9E;
}
</style>
background-color css
<style>
a { background-color: #C83C9E; }
a { background-color: rgb(200,60,158); }
div.DivClassName
{
background-color: #C83C9E;
}
.BgClassName
{
background-color: #C83C9E;
}
</style>
border-color css
<style>
span { border-color: #C83C9E; }
span { border-color: rgb(200,60,158); }
td.TdClassName
{
border-color: #C83C9E;
}
.TagClassName
{
border-color: #C83C9E;
}
</style>