Shades of Mulberry #C83FA0
Tints of Mulberry #C83FA0
RGB
CMYK
RGB Variations
Color information
#C83FA0 (or 0xC83FA0) is known color: Mulberry. HEX triplet: C8, 3F and A0. RGB value is (200,63,160). Sum of RGB (Red+Green+Blue) = 200+63+160=423 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.28% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83FA0 is #37C05F. Grayscale: #727272. Windows color (decimal): -3653728 or 10502088. OLE color: 10502088.
HSL color Cylindrical-coordinate representation of color #C83FA0: hue angle of 317.52º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83FA0 is Cyan = 0, Magento = 0.68, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 160 | - |
| CMYK | 0 | 0.68 | 0.2 | 0.22 |
| HSL | 317.52º | 0.55% | 0.52% | - |
| HSV(B) | 317.52º | 0.69% | 0.78% | - |
| XYZ | 31.94 | 18.37 | 35.12 | - |
| YUV | 115.02 | 153.39 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 160 | 0 | 0.68 | 0.2 | 0.22 | 317.52 | 0.55 | 0.52 |
| Hex | C8 | 3F | A0 | 0 | 44 | 14 | 16 | 13E | 37 | 34 |
| Octal | 310 | 77 | 240 | 0 | 104 | 24 | 26 | 476 | 67 | 64 |
| Binary | 11001000 | 111111 | 10100000 | 0 | 1000100 | 10100 | 10110 | 100111110 | 110111 | 110100 |
Color Harmonies of #C83FA0
Complementary color
Monochromatic Colors of #C83FA0
Black with #C83FA0
Text Example
Text Example
White with #C83FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FA0; }
p { color: rgb(200,63,160); }
H1.HeaderClassName
{
color: #C83FA0;
}
.AnyTagClassName
{
color: #C83FA0;
}
</style>
background-color css
<style>
a { background-color: #C83FA0; }
a { background-color: rgb(200,63,160); }
div.DivClassName
{
background-color: #C83FA0;
}
.BgClassName
{
background-color: #C83FA0;
}
</style>
border-color css
<style>
span { border-color: #C83FA0; }
span { border-color: rgb(200,63,160); }
td.TdClassName
{
border-color: #C83FA0;
}
.TagClassName
{
border-color: #C83FA0;
}
</style>