Shades of Mulberry #C63FA7
Tints of Mulberry #C63FA7
RGB
CMYK
RGB Variations
Color information
#C63FA7 (or 0xC63FA7) is known color: Mulberry. HEX triplet: C6, 3F and A7. RGB value is (198,63,167). Sum of RGB (Red+Green+Blue) = 198+63+167=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 198 - color contains mainly: red. Hex color #C63FA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63FA7 is #39C058. Grayscale: #727272. Windows color (decimal): -3784793 or 10960838. OLE color: 10960838.
HSL color Cylindrical-coordinate representation of color #C63FA7: hue angle of 313.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 #C63FA7 is Cyan = 0, Magento = 0.68, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 63 | 167 | - |
| CMYK | 0 | 0.68 | 0.16 | 0.22 |
| HSL | 313.78º | 0.54% | 0.51% | - |
| HSV(B) | 313.78º | 0.68% | 0.78% | - |
| XYZ | 32.04 | 18.35 | 38.41 | - |
| YUV | 115.22 | 157.23 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 63 | 167 | 0 | 0.68 | 0.16 | 0.22 | 313.78 | 0.54 | 0.51 |
| Hex | C6 | 3F | A7 | 0 | 44 | 10 | 16 | 13A | 36 | 33 |
| Octal | 306 | 77 | 247 | 0 | 104 | 20 | 26 | 472 | 66 | 63 |
| Binary | 11000110 | 111111 | 10100111 | 0 | 1000100 | 10000 | 10110 | 100111010 | 110110 | 110011 |
Color Harmonies of #C63FA7
Complementary color
Monochromatic Colors of #C63FA7
Black with #C63FA7
Text Example
Text Example
White with #C63FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63FA7; }
p { color: rgb(198,63,167); }
H1.HeaderClassName
{
color: #C63FA7;
}
.AnyTagClassName
{
color: #C63FA7;
}
</style>
background-color css
<style>
a { background-color: #C63FA7; }
a { background-color: rgb(198,63,167); }
div.DivClassName
{
background-color: #C63FA7;
}
.BgClassName
{
background-color: #C63FA7;
}
</style>
border-color css
<style>
span { border-color: #C63FA7; }
span { border-color: rgb(198,63,167); }
td.TdClassName
{
border-color: #C63FA7;
}
.TagClassName
{
border-color: #C63FA7;
}
</style>