Shades of Mulberry #C83CA3
Tints of Mulberry #C83CA3
RGB
CMYK
RGB Variations
Color information
#C83CA3 (or 0xC83CA3) is known color: Mulberry. HEX triplet: C8, 3C and A3. RGB value is (200,60,163). Sum of RGB (Red+Green+Blue) = 200+60+163=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 60 (23.83% from 255 or 14.18% from 423); Blue value is 163 (64.06% from 255 or 38.53% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C83CA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83CA3 is #37C35C. Grayscale: #717171. Windows color (decimal): -3654493 or 10697928. OLE color: 10697928.
HSL color Cylindrical-coordinate representation of color #C83CA3: hue angle of 315.86º 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 #C83CA3 is Cyan = 0, Magento = 0.7, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 163 | - |
| CMYK | 0 | 0.7 | 0.18 | 0.22 |
| HSL | 315.86º | 0.56% | 0.51% | - |
| HSV(B) | 315.86º | 0.7% | 0.78% | - |
| XYZ | 32.05 | 18.16 | 36.47 | - |
| YUV | 113.6 | 155.88 | 189.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 163 | 0 | 0.7 | 0.18 | 0.22 | 315.86 | 0.56 | 0.51 |
| Hex | C8 | 3C | A3 | 0 | 46 | 12 | 16 | 13C | 38 | 33 |
| Octal | 310 | 74 | 243 | 0 | 106 | 22 | 26 | 474 | 70 | 63 |
| Binary | 11001000 | 111100 | 10100011 | 0 | 1000110 | 10010 | 10110 | 100111100 | 111000 | 110011 |
Color Harmonies of #C83CA3
Complementary color
Monochromatic Colors of #C83CA3
Black with #C83CA3
Text Example
Text Example
White with #C83CA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CA3; }
p { color: rgb(200,60,163); }
H1.HeaderClassName
{
color: #C83CA3;
}
.AnyTagClassName
{
color: #C83CA3;
}
</style>
background-color css
<style>
a { background-color: #C83CA3; }
a { background-color: rgb(200,60,163); }
div.DivClassName
{
background-color: #C83CA3;
}
.BgClassName
{
background-color: #C83CA3;
}
</style>
border-color css
<style>
span { border-color: #C83CA3; }
span { border-color: rgb(200,60,163); }
td.TdClassName
{
border-color: #C83CA3;
}
.TagClassName
{
border-color: #C83CA3;
}
</style>