Shades of Mulberry #C63D9C
Tints of Mulberry #C63D9C
RGB
CMYK
RGB Variations
Color information
#C63D9C (or 0xC63D9C) is known color: Mulberry. HEX triplet: C6, 3D and 9C. RGB value is (198,61,156). Sum of RGB (Red+Green+Blue) = 198+61+156=415 (54% of max value = 765). Red value is 198 (77.73% from 255 or 47.71% from 415); Green value is 61 (24.22% from 255 or 14.70% from 415); Blue value is 156 (61.33% from 255 or 37.59% from 415); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63D9C is #39C263. Grayscale: #707070. Windows color (decimal): -3785316 or 10239430. OLE color: 10239430.
HSL color Cylindrical-coordinate representation of color #C63D9C: hue angle of 318.39º 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 #C63D9C is Cyan = 0, Magento = 0.69, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 156 | - |
| CMYK | 0 | 0.69 | 0.21 | 0.22 |
| HSL | 318.39º | 0.55% | 0.51% | - |
| HSV(B) | 318.39º | 0.69% | 0.78% | - |
| XYZ | 30.96 | 17.74 | 33.25 | - |
| YUV | 112.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 156 | 0 | 0.69 | 0.21 | 0.22 | 318.39 | 0.55 | 0.51 |
| Hex | C6 | 3D | 9C | 0 | 45 | 15 | 16 | 13E | 37 | 33 |
| Octal | 306 | 75 | 234 | 0 | 105 | 25 | 26 | 476 | 67 | 63 |
| Binary | 11000110 | 111101 | 10011100 | 0 | 1000101 | 10101 | 10110 | 100111110 | 110111 | 110011 |
Color Harmonies of #C63D9C
Complementary color
Monochromatic Colors of #C63D9C
Black with #C63D9C
Text Example
Text Example
White with #C63D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D9C; }
p { color: rgb(198,61,156); }
H1.HeaderClassName
{
color: #C63D9C;
}
.AnyTagClassName
{
color: #C63D9C;
}
</style>
background-color css
<style>
a { background-color: #C63D9C; }
a { background-color: rgb(198,61,156); }
div.DivClassName
{
background-color: #C63D9C;
}
.BgClassName
{
background-color: #C63D9C;
}
</style>
border-color css
<style>
span { border-color: #C63D9C; }
span { border-color: rgb(198,61,156); }
td.TdClassName
{
border-color: #C63D9C;
}
.TagClassName
{
border-color: #C63D9C;
}
</style>