Shades of Mulberry #C63FA4
Tints of Mulberry #C63FA4
RGB
CMYK
RGB Variations
Color information
#C63FA4 (or 0xC63FA4) is known color: Mulberry. HEX triplet: C6, 3F and A4. RGB value is (198,63,164). Sum of RGB (Red+Green+Blue) = 198+63+164=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 63 (25% from 255 or 14.82% from 425); Blue value is 164 (64.45% from 255 or 38.59% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63FA4 is #39C05B. Grayscale: #727272. Windows color (decimal): -3784796 or 10764230. OLE color: 10764230.
HSL color Cylindrical-coordinate representation of color #C63FA4: hue angle of 315.11º 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 #C63FA4 is Cyan = 0, Magento = 0.68, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 164 | - |
| CMYK | 0 | 0.68 | 0.17 | 0.22 |
| HSL | 315.11º | 0.54% | 0.51% | - |
| HSV(B) | 315.11º | 0.68% | 0.78% | - |
| XYZ | 31.77 | 18.24 | 36.97 | - |
| YUV | 114.88 | 155.73 | 187.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 164 | 0 | 0.68 | 0.17 | 0.22 | 315.11 | 0.54 | 0.51 |
| Hex | C6 | 3F | A4 | 0 | 44 | 11 | 16 | 13B | 36 | 33 |
| Octal | 306 | 77 | 244 | 0 | 104 | 21 | 26 | 473 | 66 | 63 |
| Binary | 11000110 | 111111 | 10100100 | 0 | 1000100 | 10001 | 10110 | 100111011 | 110110 | 110011 |
Color Harmonies of #C63FA4
Complementary color
Monochromatic Colors of #C63FA4
Black with #C63FA4
Text Example
Text Example
White with #C63FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FA4; }
p { color: rgb(198,63,164); }
H1.HeaderClassName
{
color: #C63FA4;
}
.AnyTagClassName
{
color: #C63FA4;
}
</style>
background-color css
<style>
a { background-color: #C63FA4; }
a { background-color: rgb(198,63,164); }
div.DivClassName
{
background-color: #C63FA4;
}
.BgClassName
{
background-color: #C63FA4;
}
</style>
border-color css
<style>
span { border-color: #C63FA4; }
span { border-color: rgb(198,63,164); }
td.TdClassName
{
border-color: #C63FA4;
}
.TagClassName
{
border-color: #C63FA4;
}
</style>