Shades of Mulberry #C63C9A
Tints of Mulberry #C63C9A
RGB
CMYK
RGB Variations
Color information
#C63C9A (or 0xC63C9A) is known color: Mulberry. HEX triplet: C6, 3C and 9A. RGB value is (198,60,154). Sum of RGB (Red+Green+Blue) = 198+60+154=412 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.06% from 412); Green value is 60 (23.83% from 255 or 14.56% from 412); Blue value is 154 (60.55% from 255 or 37.38% from 412); Max value from RGB is 198 - color contains mainly: red. Hex color #C63C9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63C9A is #39C365. Grayscale: #6F6F6F. Windows color (decimal): -3785574 or 10108102. OLE color: 10108102.
HSL color Cylindrical-coordinate representation of color #C63C9A: hue angle of 319.13º 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 #C63C9A is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 60 | 154 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.22 |
| HSL | 319.13º | 0.55% | 0.51% | - |
| HSV(B) | 319.13º | 0.7% | 0.78% | - |
| XYZ | 30.74 | 17.57 | 32.34 | - |
| YUV | 111.98 | 151.72 | 189.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 60 | 154 | 0 | 0.70 | 0.22 | 0.22 | 319.13 | 0.55 | 0.51 |
| Hex | C6 | 3C | 9A | 0 | 46 | 16 | 16 | 13F | 37 | 33 |
| Octal | 306 | 74 | 232 | 0 | 106 | 26 | 26 | 477 | 67 | 63 |
| Binary | 11000110 | 111100 | 10011010 | 0 | 1000110 | 10110 | 10110 | 100111111 | 110111 | 110011 |
Color Harmonies of #C63C9A
Complementary color
Monochromatic Colors of #C63C9A
Black with #C63C9A
Text Example
Text Example
White with #C63C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63C9A; }
p { color: rgb(198,60,154); }
H1.HeaderClassName
{
color: #C63C9A;
}
.AnyTagClassName
{
color: #C63C9A;
}
</style>
background-color css
<style>
a { background-color: #C63C9A; }
a { background-color: rgb(198,60,154); }
div.DivClassName
{
background-color: #C63C9A;
}
.BgClassName
{
background-color: #C63C9A;
}
</style>
border-color css
<style>
span { border-color: #C63C9A; }
span { border-color: rgb(198,60,154); }
td.TdClassName
{
border-color: #C63C9A;
}
.TagClassName
{
border-color: #C63C9A;
}
</style>