Shades of Mulberry #C63D9E
Tints of Mulberry #C63D9E
RGB
CMYK
RGB Variations
Color information
#C63D9E (or 0xC63D9E) is known color: Mulberry. HEX triplet: C6, 3D and 9E. RGB value is (198,61,158). Sum of RGB (Red+Green+Blue) = 198+61+158=417 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.48% from 417); Green value is 61 (24.22% from 255 or 14.63% from 417); Blue value is 158 (62.11% from 255 or 37.89% from 417); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D9E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63D9E is #39C261. Grayscale: #707070. Windows color (decimal): -3785314 or 10370502. OLE color: 10370502.
HSL color Cylindrical-coordinate representation of color #C63D9E: hue angle of 317.52º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63D9E is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 158 | - |
| CMYK | 0 | 0.69 | 0.20 | 0.22 |
| HSL | 317.52º | 0.55% | 0.51% | - |
| HSV(B) | 317.52º | 0.69% | 0.78% | - |
| XYZ | 31.13 | 17.81 | 34.15 | - |
| YUV | 113.02 | 153.39 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 158 | 0 | 0.69 | 0.20 | 0.22 | 317.52 | 0.55 | 0.51 |
| Hex | C6 | 3D | 9E | 0 | 45 | 14 | 16 | 13E | 37 | 33 |
| Octal | 306 | 75 | 236 | 0 | 105 | 24 | 26 | 476 | 67 | 63 |
| Binary | 11000110 | 111101 | 10011110 | 0 | 1000101 | 10100 | 10110 | 100111110 | 110111 | 110011 |
Color Harmonies of #C63D9E
Complementary color
Monochromatic Colors of #C63D9E
Black with #C63D9E
Text Example
Text Example
White with #C63D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D9E; }
p { color: rgb(198,61,158); }
H1.HeaderClassName
{
color: #C63D9E;
}
.AnyTagClassName
{
color: #C63D9E;
}
</style>
background-color css
<style>
a { background-color: #C63D9E; }
a { background-color: rgb(198,61,158); }
div.DivClassName
{
background-color: #C63D9E;
}
.BgClassName
{
background-color: #C63D9E;
}
</style>
border-color css
<style>
span { border-color: #C63D9E; }
span { border-color: rgb(198,61,158); }
td.TdClassName
{
border-color: #C63D9E;
}
.TagClassName
{
border-color: #C63D9E;
}
</style>