Shades of Mulberry #C63D9B
Tints of Mulberry #C63D9B
RGB
CMYK
RGB Variations
Color information
#C63D9B (or 0xC63D9B) is known color: Mulberry. HEX triplet: C6, 3D and 9B. RGB value is (198,61,155). Sum of RGB (Red+Green+Blue) = 198+61+155=414 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.83% from 414); Green value is 61 (24.22% from 255 or 14.73% from 414); Blue value is 155 (60.94% from 255 or 37.44% from 414); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63D9B is #39C264. Grayscale: #707070. Windows color (decimal): -3785317 or 10173894. OLE color: 10173894.
HSL color Cylindrical-coordinate representation of color #C63D9B: hue angle of 318.83º 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 #C63D9B is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 155 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.22 |
| HSL | 318.83º | 0.55% | 0.51% | - |
| HSV(B) | 318.83º | 0.69% | 0.78% | - |
| XYZ | 30.87 | 17.71 | 32.8 | - |
| YUV | 112.68 | 151.89 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 155 | 0 | 0.69 | 0.22 | 0.22 | 318.83 | 0.55 | 0.51 |
| Hex | C6 | 3D | 9B | 0 | 45 | 16 | 16 | 13F | 37 | 33 |
| Octal | 306 | 75 | 233 | 0 | 105 | 26 | 26 | 477 | 67 | 63 |
| Binary | 11000110 | 111101 | 10011011 | 0 | 1000101 | 10110 | 10110 | 100111111 | 110111 | 110011 |
Color Harmonies of #C63D9B
Complementary color
Monochromatic Colors of #C63D9B
Black with #C63D9B
Text Example
Text Example
White with #C63D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D9B; }
p { color: rgb(198,61,155); }
H1.HeaderClassName
{
color: #C63D9B;
}
.AnyTagClassName
{
color: #C63D9B;
}
</style>
background-color css
<style>
a { background-color: #C63D9B; }
a { background-color: rgb(198,61,155); }
div.DivClassName
{
background-color: #C63D9B;
}
.BgClassName
{
background-color: #C63D9B;
}
</style>
border-color css
<style>
span { border-color: #C63D9B; }
span { border-color: rgb(198,61,155); }
td.TdClassName
{
border-color: #C63D9B;
}
.TagClassName
{
border-color: #C63D9B;
}
</style>