Shades of Mulberry #C63F99
Tints of Mulberry #C63F99
RGB
CMYK
RGB Variations
Color information
#C63F99 (or 0xC63F99) is known color: Mulberry. HEX triplet: C6, 3F and 99. RGB value is (198,63,153). Sum of RGB (Red+Green+Blue) = 198+63+153=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 63 (25% from 255 or 15.22% from 414); Blue value is 153 (60.16% from 255 or 36.96% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F99 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63F99 is #39C066. Grayscale: #717171. Windows color (decimal): -3784807 or 10043334. OLE color: 10043334.
HSL color Cylindrical-coordinate representation of color #C63F99: hue angle of 320º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63F99 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 153 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.22 |
| HSL | 320º | 0.54% | 0.51% | - |
| HSV(B) | 320º | 0.68% | 0.78% | - |
| XYZ | 30.82 | 17.86 | 31.96 | - |
| YUV | 113.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 153 | 0 | 0.68 | 0.23 | 0.22 | 320 | 0.54 | 0.51 |
| Hex | C6 | 3F | 99 | 0 | 44 | 17 | 16 | 140 | 36 | 33 |
| Octal | 306 | 77 | 231 | 0 | 104 | 27 | 26 | 500 | 66 | 63 |
| Binary | 11000110 | 111111 | 10011001 | 0 | 1000100 | 10111 | 10110 | 101000000 | 110110 | 110011 |
Color Harmonies of #C63F99
Complementary color
Monochromatic Colors of #C63F99
Black with #C63F99
Text Example
Text Example
White with #C63F99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63F99; }
p { color: rgb(198,63,153); }
H1.HeaderClassName
{
color: #C63F99;
}
.AnyTagClassName
{
color: #C63F99;
}
</style>
background-color css
<style>
a { background-color: #C63F99; }
a { background-color: rgb(198,63,153); }
div.DivClassName
{
background-color: #C63F99;
}
.BgClassName
{
background-color: #C63F99;
}
</style>
border-color css
<style>
span { border-color: #C63F99; }
span { border-color: rgb(198,63,153); }
td.TdClassName
{
border-color: #C63F99;
}
.TagClassName
{
border-color: #C63F99;
}
</style>