Shades of Mulberry #C63C9E
Tints of Mulberry #C63C9E
RGB
CMYK
RGB Variations
Color information
#C63C9E (or 0xC63C9E) is known color: Mulberry. HEX triplet: C6, 3C and 9E. RGB value is (198,60,158). Sum of RGB (Red+Green+Blue) = 198+60+158=416 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.60% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 158 (62.11% from 255 or 37.98% from 416); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63C9E is #39C361. Grayscale: #707070. Windows color (decimal): -3785570 or 10370246. OLE color: 10370246.
HSL color Cylindrical-coordinate representation of color #C63C9E: hue angle of 317.39º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63C9E is Cyan = 0, Magento = 0.70, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 158 | - |
| CMYK | 0 | 0.70 | 0.20 | 0.22 |
| HSL | 317.39º | 0.55% | 0.51% | - |
| HSV(B) | 317.39º | 0.7% | 0.78% | - |
| XYZ | 31.08 | 17.71 | 34.13 | - |
| YUV | 112.43 | 153.72 | 189.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 158 | 0 | 0.70 | 0.20 | 0.22 | 317.39 | 0.55 | 0.51 |
| Hex | C6 | 3C | 9E | 0 | 46 | 14 | 16 | 13D | 37 | 33 |
| Octal | 306 | 74 | 236 | 0 | 106 | 24 | 26 | 475 | 67 | 63 |
| Binary | 11000110 | 111100 | 10011110 | 0 | 1000110 | 10100 | 10110 | 100111101 | 110111 | 110011 |
Color Harmonies of #C63C9E
Complementary color
Monochromatic Colors of #C63C9E
Black with #C63C9E
Text Example
Text Example
White with #C63C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63C9E; }
p { color: rgb(198,60,158); }
H1.HeaderClassName
{
color: #C63C9E;
}
.AnyTagClassName
{
color: #C63C9E;
}
</style>
background-color css
<style>
a { background-color: #C63C9E; }
a { background-color: rgb(198,60,158); }
div.DivClassName
{
background-color: #C63C9E;
}
.BgClassName
{
background-color: #C63C9E;
}
</style>
border-color css
<style>
span { border-color: #C63C9E; }
span { border-color: rgb(198,60,158); }
td.TdClassName
{
border-color: #C63C9E;
}
.TagClassName
{
border-color: #C63C9E;
}
</style>