Shades of Mulberry #C63BA0
Tints of Mulberry #C63BA0
RGB
CMYK
RGB Variations
Color information
#C63BA0 (or 0xC63BA0) is known color: Mulberry. HEX triplet: C6, 3B and A0. RGB value is (198,59,160). Sum of RGB (Red+Green+Blue) = 198+59+160=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 59 (23.44% from 255 or 14.15% from 417); Blue value is 160 (62.89% from 255 or 38.37% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C63BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63BA0 is #39C45F. Grayscale: #6F6F6F. Windows color (decimal): -3785824 or 10501062. OLE color: 10501062.
HSL color Cylindrical-coordinate representation of color #C63BA0: hue angle of 316.4º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63BA0 is Cyan = 0, Magento = 0.70, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 160 | - |
| CMYK | 0 | 0.70 | 0.19 | 0.22 |
| HSL | 316.4º | 0.55% | 0.5% | - |
| HSV(B) | 316.4º | 0.7% | 0.78% | - |
| XYZ | 31.2 | 17.67 | 35.02 | - |
| YUV | 112.08 | 155.05 | 189.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 160 | 0 | 0.70 | 0.19 | 0.22 | 316.4 | 0.55 | 0.5 |
| Hex | C6 | 3B | A0 | 0 | 46 | 13 | 16 | 13C | 37 | 32 |
| Octal | 306 | 73 | 240 | 0 | 106 | 23 | 26 | 474 | 67 | 62 |
| Binary | 11000110 | 111011 | 10100000 | 0 | 1000110 | 10011 | 10110 | 100111100 | 110111 | 110010 |
Color Harmonies of #C63BA0
Complementary color
Monochromatic Colors of #C63BA0
Black with #C63BA0
Text Example
Text Example
White with #C63BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BA0; }
p { color: rgb(198,59,160); }
H1.HeaderClassName
{
color: #C63BA0;
}
.AnyTagClassName
{
color: #C63BA0;
}
</style>
background-color css
<style>
a { background-color: #C63BA0; }
a { background-color: rgb(198,59,160); }
div.DivClassName
{
background-color: #C63BA0;
}
.BgClassName
{
background-color: #C63BA0;
}
</style>
border-color css
<style>
span { border-color: #C63BA0; }
span { border-color: rgb(198,59,160); }
td.TdClassName
{
border-color: #C63BA0;
}
.TagClassName
{
border-color: #C63BA0;
}
</style>