Shades of Mulberry #C63B96
Tints of Mulberry #C63B96
RGB
CMYK
RGB Variations
Color information
#C63B96 (or 0xC63B96) is known color: Mulberry. HEX triplet: C6, 3B and 96. RGB value is (198,59,150). Sum of RGB (Red+Green+Blue) = 198+59+150=407 (53% of max value = 765). Red value is 198 (77.73% from 255 or 48.65% from 407); Green value is 59 (23.44% from 255 or 14.50% from 407); Blue value is 150 (58.98% from 255 or 36.86% from 407); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63B96 is #39C469. Grayscale: #6E6E6E. Windows color (decimal): -3785834 or 9845702. OLE color: 9845702.
HSL color Cylindrical-coordinate representation of color #C63B96: hue angle of 320.72º 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 #C63B96 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 150 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.22 |
| HSL | 320.72º | 0.55% | 0.5% | - |
| HSV(B) | 320.72º | 0.7% | 0.78% | - |
| XYZ | 30.36 | 17.34 | 30.6 | - |
| YUV | 110.94 | 150.05 | 190.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 150 | 0 | 0.70 | 0.24 | 0.22 | 320.72 | 0.55 | 0.5 |
| Hex | C6 | 3B | 96 | 0 | 46 | 18 | 16 | 141 | 37 | 32 |
| Octal | 306 | 73 | 226 | 0 | 106 | 30 | 26 | 501 | 67 | 62 |
| Binary | 11000110 | 111011 | 10010110 | 0 | 1000110 | 11000 | 10110 | 101000001 | 110111 | 110010 |
Color Harmonies of #C63B96
Complementary color
Monochromatic Colors of #C63B96
Black with #C63B96
Text Example
Text Example
White with #C63B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63B96; }
p { color: rgb(198,59,150); }
H1.HeaderClassName
{
color: #C63B96;
}
.AnyTagClassName
{
color: #C63B96;
}
</style>
background-color css
<style>
a { background-color: #C63B96; }
a { background-color: rgb(198,59,150); }
div.DivClassName
{
background-color: #C63B96;
}
.BgClassName
{
background-color: #C63B96;
}
</style>
border-color css
<style>
span { border-color: #C63B96; }
span { border-color: rgb(198,59,150); }
td.TdClassName
{
border-color: #C63B96;
}
.TagClassName
{
border-color: #C63B96;
}
</style>