Shades of Mulberry #C63F81
Tints of Mulberry #C63F81
RGB
CMYK
RGB Variations
Color information
#C63F81 (or 0xC63F81) is known color: Mulberry. HEX triplet: C6, 3F and 81. RGB value is (198,63,129). Sum of RGB (Red+Green+Blue) = 198+63+129=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 63 (25% from 255 or 16.15% from 390); Blue value is 129 (50.78% from 255 or 33.08% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63F81 is #39C07E. Grayscale: #6E6E6E. Windows color (decimal): -3784831 or 8470470. OLE color: 8470470.
HSL color Cylindrical-coordinate representation of color #C63F81: hue angle of 330.67º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C63F81 is Cyan = 0, Magento = 0.68, Yellow = 0.35 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 129 | - |
| CMYK | 0 | 0.68 | 0.35 | 0.22 |
| HSL | 330.67º | 0.54% | 0.51% | - |
| HSV(B) | 330.67º | 0.68% | 0.78% | - |
| XYZ | 29.03 | 17.15 | 22.55 | - |
| YUV | 110.89 | 138.23 | 190.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 129 | 0 | 0.68 | 0.35 | 0.22 | 330.67 | 0.54 | 0.51 |
| Hex | C6 | 3F | 81 | 0 | 44 | 23 | 16 | 14B | 36 | 33 |
| Octal | 306 | 77 | 201 | 0 | 104 | 43 | 26 | 513 | 66 | 63 |
| Binary | 11000110 | 111111 | 10000001 | 0 | 1000100 | 100011 | 10110 | 101001011 | 110110 | 110011 |
Color Harmonies of #C63F81
Complementary color
Monochromatic Colors of #C63F81
Black with #C63F81
Text Example
Text Example
White with #C63F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63F81; }
p { color: rgb(198,63,129); }
H1.HeaderClassName
{
color: #C63F81;
}
.AnyTagClassName
{
color: #C63F81;
}
</style>
background-color css
<style>
a { background-color: #C63F81; }
a { background-color: rgb(198,63,129); }
div.DivClassName
{
background-color: #C63F81;
}
.BgClassName
{
background-color: #C63F81;
}
</style>
border-color css
<style>
span { border-color: #C63F81; }
span { border-color: rgb(198,63,129); }
td.TdClassName
{
border-color: #C63F81;
}
.TagClassName
{
border-color: #C63F81;
}
</style>