Shades of Mulberry #C63F85
Tints of Mulberry #C63F85
RGB
CMYK
RGB Variations
Color information
#C63F85 (or 0xC63F85) is known color: Mulberry. HEX triplet: C6, 3F and 85. RGB value is (198,63,133). Sum of RGB (Red+Green+Blue) = 198+63+133=394 (52% of max value = 765). Red value is 198 (77.73% from 255 or 50.25% from 394); Green value is 63 (25% from 255 or 15.99% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 198 - color contains mainly: red. Hex color #C63F85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63F85 is #39C07A. Grayscale: #6F6F6F. Windows color (decimal): -3784827 or 8732614. OLE color: 8732614.
HSL color Cylindrical-coordinate representation of color #C63F85: hue angle of 328.89º 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 #C63F85 is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 133 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.22 |
| HSL | 328.89º | 0.54% | 0.51% | - |
| HSV(B) | 328.89º | 0.68% | 0.78% | - |
| XYZ | 29.3 | 17.25 | 23.98 | - |
| YUV | 111.35 | 140.23 | 189.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 133 | 0 | 0.68 | 0.33 | 0.22 | 328.89 | 0.54 | 0.51 |
| Hex | C6 | 3F | 85 | 0 | 44 | 21 | 16 | 149 | 36 | 33 |
| Octal | 306 | 77 | 205 | 0 | 104 | 41 | 26 | 511 | 66 | 63 |
| Binary | 11000110 | 111111 | 10000101 | 0 | 1000100 | 100001 | 10110 | 101001001 | 110110 | 110011 |
Color Harmonies of #C63F85
Complementary color
Monochromatic Colors of #C63F85
Black with #C63F85
Text Example
Text Example
White with #C63F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63F85; }
p { color: rgb(198,63,133); }
H1.HeaderClassName
{
color: #C63F85;
}
.AnyTagClassName
{
color: #C63F85;
}
</style>
background-color css
<style>
a { background-color: #C63F85; }
a { background-color: rgb(198,63,133); }
div.DivClassName
{
background-color: #C63F85;
}
.BgClassName
{
background-color: #C63F85;
}
</style>
border-color css
<style>
span { border-color: #C63F85; }
span { border-color: rgb(198,63,133); }
td.TdClassName
{
border-color: #C63F85;
}
.TagClassName
{
border-color: #C63F85;
}
</style>