Shades of Mulberry #C63F83
Tints of Mulberry #C63F83
RGB
CMYK
RGB Variations
Color information
#C63F83 (or 0xC63F83) is known color: Mulberry. HEX triplet: C6, 3F and 83. RGB value is (198,63,131). Sum of RGB (Red+Green+Blue) = 198+63+131=392 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.51% from 392); Green value is 63 (25% from 255 or 16.07% from 392); Blue value is 131 (51.56% from 255 or 33.42% from 392); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63F83 is #39C07C. Grayscale: #6E6E6E. Windows color (decimal): -3784829 or 8601542. OLE color: 8601542.
HSL color Cylindrical-coordinate representation of color #C63F83: hue angle of 329.78º 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 #C63F83 is Cyan = 0, Magento = 0.68, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 131 | - |
| CMYK | 0 | 0.68 | 0.34 | 0.22 |
| HSL | 329.78º | 0.54% | 0.51% | - |
| HSV(B) | 329.78º | 0.68% | 0.78% | - |
| XYZ | 29.16 | 17.2 | 23.26 | - |
| YUV | 111.12 | 139.23 | 189.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 131 | 0 | 0.68 | 0.34 | 0.22 | 329.78 | 0.54 | 0.51 |
| Hex | C6 | 3F | 83 | 0 | 44 | 22 | 16 | 14A | 36 | 33 |
| Octal | 306 | 77 | 203 | 0 | 104 | 42 | 26 | 512 | 66 | 63 |
| Binary | 11000110 | 111111 | 10000011 | 0 | 1000100 | 100010 | 10110 | 101001010 | 110110 | 110011 |
Color Harmonies of #C63F83
Complementary color
Monochromatic Colors of #C63F83
Black with #C63F83
Text Example
Text Example
White with #C63F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63F83; }
p { color: rgb(198,63,131); }
H1.HeaderClassName
{
color: #C63F83;
}
.AnyTagClassName
{
color: #C63F83;
}
</style>
background-color css
<style>
a { background-color: #C63F83; }
a { background-color: rgb(198,63,131); }
div.DivClassName
{
background-color: #C63F83;
}
.BgClassName
{
background-color: #C63F83;
}
</style>
border-color css
<style>
span { border-color: #C63F83; }
span { border-color: rgb(198,63,131); }
td.TdClassName
{
border-color: #C63F83;
}
.TagClassName
{
border-color: #C63F83;
}
</style>