Shades of Mulberry #C63B9C
Tints of Mulberry #C63B9C
RGB
CMYK
RGB Variations
Color information
#C63B9C (or 0xC63B9C) is known color: Mulberry. HEX triplet: C6, 3B and 9C. RGB value is (198,59,156). Sum of RGB (Red+Green+Blue) = 198+59+156=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 59 (23.44% from 255 or 14.29% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C63B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63B9C is #39C463. Grayscale: #6F6F6F. Windows color (decimal): -3785828 or 10238918. OLE color: 10238918.
HSL color Cylindrical-coordinate representation of color #C63B9C: hue angle of 318.13º 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 #C63B9C is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 59 | 156 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.22 |
| HSL | 318.13º | 0.55% | 0.5% | - |
| HSV(B) | 318.13º | 0.7% | 0.78% | - |
| XYZ | 30.85 | 17.53 | 33.21 | - |
| YUV | 111.62 | 153.05 | 189.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 59 | 156 | 0 | 0.70 | 0.21 | 0.22 | 318.13 | 0.55 | 0.5 |
| Hex | C6 | 3B | 9C | 0 | 46 | 15 | 16 | 13E | 37 | 32 |
| Octal | 306 | 73 | 234 | 0 | 106 | 25 | 26 | 476 | 67 | 62 |
| Binary | 11000110 | 111011 | 10011100 | 0 | 1000110 | 10101 | 10110 | 100111110 | 110111 | 110010 |
Color Harmonies of #C63B9C
Complementary color
Monochromatic Colors of #C63B9C
Black with #C63B9C
Text Example
Text Example
White with #C63B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63B9C; }
p { color: rgb(198,59,156); }
H1.HeaderClassName
{
color: #C63B9C;
}
.AnyTagClassName
{
color: #C63B9C;
}
</style>
background-color css
<style>
a { background-color: #C63B9C; }
a { background-color: rgb(198,59,156); }
div.DivClassName
{
background-color: #C63B9C;
}
.BgClassName
{
background-color: #C63B9C;
}
</style>
border-color css
<style>
span { border-color: #C63B9C; }
span { border-color: rgb(198,59,156); }
td.TdClassName
{
border-color: #C63B9C;
}
.TagClassName
{
border-color: #C63B9C;
}
</style>