Shades of Mulberry #C83CA5
Tints of Mulberry #C83CA5
RGB
CMYK
RGB Variations
Color information
#C83CA5 (or 0xC83CA5) is known color: Mulberry. HEX triplet: C8, 3C and A5. RGB value is (200,60,165). Sum of RGB (Red+Green+Blue) = 200+60+165=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 60 (23.83% from 255 or 14.12% from 425); Blue value is 165 (64.84% from 255 or 38.82% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C83CA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83CA5 is #37C35A. Grayscale: #717171. Windows color (decimal): -3654491 or 10829000. OLE color: 10829000.
HSL color Cylindrical-coordinate representation of color #C83CA5: hue angle of 315º 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 #C83CA5 is Cyan = 0, Magento = 0.7, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 165 | - |
| CMYK | 0 | 0.7 | 0.18 | 0.22 |
| HSL | 315º | 0.56% | 0.51% | - |
| HSV(B) | 315º | 0.7% | 0.78% | - |
| XYZ | 32.23 | 18.23 | 37.42 | - |
| YUV | 113.83 | 156.88 | 189.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 165 | 0 | 0.7 | 0.18 | 0.22 | 315 | 0.56 | 0.51 |
| Hex | C8 | 3C | A5 | 0 | 46 | 12 | 16 | 13B | 38 | 33 |
| Octal | 310 | 74 | 245 | 0 | 106 | 22 | 26 | 473 | 70 | 63 |
| Binary | 11001000 | 111100 | 10100101 | 0 | 1000110 | 10010 | 10110 | 100111011 | 111000 | 110011 |
Color Harmonies of #C83CA5
Complementary color
Monochromatic Colors of #C83CA5
Black with #C83CA5
Text Example
Text Example
White with #C83CA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CA5; }
p { color: rgb(200,60,165); }
H1.HeaderClassName
{
color: #C83CA5;
}
.AnyTagClassName
{
color: #C83CA5;
}
</style>
background-color css
<style>
a { background-color: #C83CA5; }
a { background-color: rgb(200,60,165); }
div.DivClassName
{
background-color: #C83CA5;
}
.BgClassName
{
background-color: #C83CA5;
}
</style>
border-color css
<style>
span { border-color: #C83CA5; }
span { border-color: rgb(200,60,165); }
td.TdClassName
{
border-color: #C83CA5;
}
.TagClassName
{
border-color: #C83CA5;
}
</style>