Shades of Mulberry #C63D9A
Tints of Mulberry #C63D9A
RGB
CMYK
RGB Variations
Color information
#C63D9A (or 0xC63D9A) is known color: Mulberry. HEX triplet: C6, 3D and 9A. RGB value is (198,61,154). Sum of RGB (Red+Green+Blue) = 198+61+154=413 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.94% from 413); Green value is 61 (24.22% from 255 or 14.77% from 413); Blue value is 154 (60.55% from 255 or 37.29% from 413); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63D9A is #39C265. Grayscale: #707070. Windows color (decimal): -3785318 or 10108358. OLE color: 10108358.
HSL color Cylindrical-coordinate representation of color #C63D9A: hue angle of 319.27º 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 #C63D9A is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 154 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.22 |
| HSL | 319.27º | 0.55% | 0.51% | - |
| HSV(B) | 319.27º | 0.69% | 0.78% | - |
| XYZ | 30.79 | 17.68 | 32.36 | - |
| YUV | 112.57 | 151.39 | 188.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 154 | 0 | 0.69 | 0.22 | 0.22 | 319.27 | 0.55 | 0.51 |
| Hex | C6 | 3D | 9A | 0 | 45 | 16 | 16 | 13F | 37 | 33 |
| Octal | 306 | 75 | 232 | 0 | 105 | 26 | 26 | 477 | 67 | 63 |
| Binary | 11000110 | 111101 | 10011010 | 0 | 1000101 | 10110 | 10110 | 100111111 | 110111 | 110011 |
Color Harmonies of #C63D9A
Complementary color
Monochromatic Colors of #C63D9A
Black with #C63D9A
Text Example
Text Example
White with #C63D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D9A; }
p { color: rgb(198,61,154); }
H1.HeaderClassName
{
color: #C63D9A;
}
.AnyTagClassName
{
color: #C63D9A;
}
</style>
background-color css
<style>
a { background-color: #C63D9A; }
a { background-color: rgb(198,61,154); }
div.DivClassName
{
background-color: #C63D9A;
}
.BgClassName
{
background-color: #C63D9A;
}
</style>
border-color css
<style>
span { border-color: #C63D9A; }
span { border-color: rgb(198,61,154); }
td.TdClassName
{
border-color: #C63D9A;
}
.TagClassName
{
border-color: #C63D9A;
}
</style>