Shades of Mulberry #C638A8
Tints of Mulberry #C638A8
RGB
CMYK
RGB Variations
Color information
#C638A8 (or 0xC638A8) is known color: Mulberry. HEX triplet: C6, 38 and A8. RGB value is (198,56,168). Sum of RGB (Red+Green+Blue) = 198+56+168=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 56 (22.27% from 255 or 13.27% from 422); Blue value is 168 (66.02% from 255 or 39.81% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C638A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C638A8 is #39C757. Grayscale: #6E6E6E. Windows color (decimal): -3786584 or 11024582. OLE color: 11024582.
HSL color Cylindrical-coordinate representation of color #C638A8: hue angle of 312.68º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C638A8 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 56 | 168 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.22 |
| HSL | 312.68º | 0.56% | 0.5% | - |
| HSV(B) | 312.68º | 0.72% | 0.78% | - |
| XYZ | 31.77 | 17.66 | 38.78 | - |
| YUV | 111.23 | 160.04 | 189.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 56 | 168 | 0 | 0.72 | 0.15 | 0.22 | 312.68 | 0.56 | 0.5 |
| Hex | C6 | 38 | A8 | 0 | 48 | F | 16 | 139 | 38 | 32 |
| Octal | 306 | 70 | 250 | 0 | 110 | 17 | 26 | 471 | 70 | 62 |
| Binary | 11000110 | 111000 | 10101000 | 0 | 1001000 | 1111 | 10110 | 100111001 | 111000 | 110010 |
Color Harmonies of #C638A8
Complementary color
Monochromatic Colors of #C638A8
Black with #C638A8
Text Example
Text Example
White with #C638A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C638A8; }
p { color: rgb(198,56,168); }
H1.HeaderClassName
{
color: #C638A8;
}
.AnyTagClassName
{
color: #C638A8;
}
</style>
background-color css
<style>
a { background-color: #C638A8; }
a { background-color: rgb(198,56,168); }
div.DivClassName
{
background-color: #C638A8;
}
.BgClassName
{
background-color: #C638A8;
}
</style>
border-color css
<style>
span { border-color: #C638A8; }
span { border-color: rgb(198,56,168); }
td.TdClassName
{
border-color: #C638A8;
}
.TagClassName
{
border-color: #C638A8;
}
</style>