Shades of Mulberry #C83FA2
Tints of Mulberry #C83FA2
RGB
CMYK
RGB Variations
Color information
#C83FA2 (or 0xC83FA2) is known color: Mulberry. HEX triplet: C8, 3F and A2. RGB value is (200,63,162). Sum of RGB (Red+Green+Blue) = 200+63+162=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83FA2 is #37C05D. Grayscale: #727272. Windows color (decimal): -3653726 or 10633160. OLE color: 10633160.
HSL color Cylindrical-coordinate representation of color #C83FA2: hue angle of 316.64º 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 #C83FA2 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 162 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.22 |
| HSL | 316.64º | 0.55% | 0.52% | - |
| HSV(B) | 316.64º | 0.69% | 0.78% | - |
| XYZ | 32.12 | 18.44 | 36.05 | - |
| YUV | 115.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 162 | 0 | 0.68 | 0.19 | 0.22 | 316.64 | 0.55 | 0.52 |
| Hex | C8 | 3F | A2 | 0 | 44 | 13 | 16 | 13D | 37 | 34 |
| Octal | 310 | 77 | 242 | 0 | 104 | 23 | 26 | 475 | 67 | 64 |
| Binary | 11001000 | 111111 | 10100010 | 0 | 1000100 | 10011 | 10110 | 100111101 | 110111 | 110100 |
Color Harmonies of #C83FA2
Complementary color
Monochromatic Colors of #C83FA2
Black with #C83FA2
Text Example
Text Example
White with #C83FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83FA2; }
p { color: rgb(200,63,162); }
H1.HeaderClassName
{
color: #C83FA2;
}
.AnyTagClassName
{
color: #C83FA2;
}
</style>
background-color css
<style>
a { background-color: #C83FA2; }
a { background-color: rgb(200,63,162); }
div.DivClassName
{
background-color: #C83FA2;
}
.BgClassName
{
background-color: #C83FA2;
}
</style>
border-color css
<style>
span { border-color: #C83FA2; }
span { border-color: rgb(200,63,162); }
td.TdClassName
{
border-color: #C83FA2;
}
.TagClassName
{
border-color: #C83FA2;
}
</style>