Shades of Mulberry #C63BA8
Tints of Mulberry #C63BA8
RGB
CMYK
RGB Variations
Color information
#C63BA8 (or 0xC63BA8) is known color: Mulberry. HEX triplet: C6, 3B and A8. RGB value is (198,59,168). Sum of RGB (Red+Green+Blue) = 198+59+168=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 59 (23.44% from 255 or 13.88% from 425); Blue value is 168 (66.02% from 255 or 39.53% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C63BA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63BA8 is #39C457. Grayscale: #707070. Windows color (decimal): -3785816 or 11025350. OLE color: 11025350.
HSL color Cylindrical-coordinate representation of color #C63BA8: hue angle of 312.95º 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 #C63BA8 is Cyan = 0, Magento = 0.70, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 168 | - |
| CMYK | 0 | 0.70 | 0.15 | 0.22 |
| HSL | 312.95º | 0.55% | 0.5% | - |
| HSV(B) | 312.95º | 0.7% | 0.78% | - |
| XYZ | 31.92 | 17.96 | 38.83 | - |
| YUV | 112.99 | 159.05 | 188.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 168 | 0 | 0.70 | 0.15 | 0.22 | 312.95 | 0.55 | 0.5 |
| Hex | C6 | 3B | A8 | 0 | 46 | F | 16 | 139 | 37 | 32 |
| Octal | 306 | 73 | 250 | 0 | 106 | 17 | 26 | 471 | 67 | 62 |
| Binary | 11000110 | 111011 | 10101000 | 0 | 1000110 | 1111 | 10110 | 100111001 | 110111 | 110010 |
Color Harmonies of #C63BA8
Complementary color
Monochromatic Colors of #C63BA8
Black with #C63BA8
Text Example
Text Example
White with #C63BA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63BA8; }
p { color: rgb(198,59,168); }
H1.HeaderClassName
{
color: #C63BA8;
}
.AnyTagClassName
{
color: #C63BA8;
}
</style>
background-color css
<style>
a { background-color: #C63BA8; }
a { background-color: rgb(198,59,168); }
div.DivClassName
{
background-color: #C63BA8;
}
.BgClassName
{
background-color: #C63BA8;
}
</style>
border-color css
<style>
span { border-color: #C63BA8; }
span { border-color: rgb(198,59,168); }
td.TdClassName
{
border-color: #C63BA8;
}
.TagClassName
{
border-color: #C63BA8;
}
</style>