Shades of Mulberry #C63C92
Tints of Mulberry #C63C92
RGB
CMYK
RGB Variations
Color information
#C63C92 (or 0xC63C92) is known color: Mulberry. HEX triplet: C6, 3C and 92. RGB value is (198,60,146). Sum of RGB (Red+Green+Blue) = 198+60+146=404 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.01% from 404); Green value is 60 (23.83% from 255 or 14.85% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63C92 is #39C36D. Grayscale: #6E6E6E. Windows color (decimal): -3785582 or 9583814. OLE color: 9583814.
HSL color Cylindrical-coordinate representation of color #C63C92: hue angle of 322.61º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C63C92 is Cyan = 0, Magento = 0.70, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 146 | - |
| CMYK | 0 | 0.70 | 0.26 | 0.22 |
| HSL | 322.61º | 0.55% | 0.51% | - |
| HSV(B) | 322.61º | 0.7% | 0.78% | - |
| XYZ | 30.09 | 17.31 | 28.95 | - |
| YUV | 111.07 | 147.72 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 146 | 0 | 0.70 | 0.26 | 0.22 | 322.61 | 0.55 | 0.51 |
| Hex | C6 | 3C | 92 | 0 | 46 | 1A | 16 | 143 | 37 | 33 |
| Octal | 306 | 74 | 222 | 0 | 106 | 32 | 26 | 503 | 67 | 63 |
| Binary | 11000110 | 111100 | 10010010 | 0 | 1000110 | 11010 | 10110 | 101000011 | 110111 | 110011 |
Color Harmonies of #C63C92
Complementary color
Monochromatic Colors of #C63C92
Black with #C63C92
Text Example
Text Example
White with #C63C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63C92; }
p { color: rgb(198,60,146); }
H1.HeaderClassName
{
color: #C63C92;
}
.AnyTagClassName
{
color: #C63C92;
}
</style>
background-color css
<style>
a { background-color: #C63C92; }
a { background-color: rgb(198,60,146); }
div.DivClassName
{
background-color: #C63C92;
}
.BgClassName
{
background-color: #C63C92;
}
</style>
border-color css
<style>
span { border-color: #C63C92; }
span { border-color: rgb(198,60,146); }
td.TdClassName
{
border-color: #C63C92;
}
.TagClassName
{
border-color: #C63C92;
}
</style>