Shades of Mulberry #C63E8C
Tints of Mulberry #C63E8C
RGB
CMYK
RGB Variations
Color information
#C63E8C (or 0xC63E8C) is known color: Mulberry. HEX triplet: C6, 3E and 8C. RGB value is (198,62,140). Sum of RGB (Red+Green+Blue) = 198+62+140=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 62 (24.61% from 255 or 15.5% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 198 - color contains mainly: red. Hex color #C63E8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63E8C is #39C173. Grayscale: #6F6F6F. Windows color (decimal): -3785076 or 9191110. OLE color: 9191110.
HSL color Cylindrical-coordinate representation of color #C63E8C: hue angle of 325.59º degrees, saturation: 0.54, 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 #C63E8C is Cyan = 0, Magento = 0.69, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 62 | 140 | - |
| CMYK | 0 | 0.69 | 0.29 | 0.22 |
| HSL | 325.59º | 0.54% | 0.51% | - |
| HSV(B) | 325.59º | 0.69% | 0.78% | - |
| XYZ | 29.74 | 17.34 | 26.59 | - |
| YUV | 111.56 | 144.06 | 189.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 62 | 140 | 0 | 0.69 | 0.29 | 0.22 | 325.59 | 0.54 | 0.51 |
| Hex | C6 | 3E | 8C | 0 | 45 | 1D | 16 | 146 | 36 | 33 |
| Octal | 306 | 76 | 214 | 0 | 105 | 35 | 26 | 506 | 66 | 63 |
| Binary | 11000110 | 111110 | 10001100 | 0 | 1000101 | 11101 | 10110 | 101000110 | 110110 | 110011 |
Color Harmonies of #C63E8C
Complementary color
Monochromatic Colors of #C63E8C
Black with #C63E8C
Text Example
Text Example
White with #C63E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63E8C; }
p { color: rgb(198,62,140); }
H1.HeaderClassName
{
color: #C63E8C;
}
.AnyTagClassName
{
color: #C63E8C;
}
</style>
background-color css
<style>
a { background-color: #C63E8C; }
a { background-color: rgb(198,62,140); }
div.DivClassName
{
background-color: #C63E8C;
}
.BgClassName
{
background-color: #C63E8C;
}
</style>
border-color css
<style>
span { border-color: #C63E8C; }
span { border-color: rgb(198,62,140); }
td.TdClassName
{
border-color: #C63E8C;
}
.TagClassName
{
border-color: #C63E8C;
}
</style>