Shades of Mulberry #C64FA2
Tints of Mulberry #C64FA2
RGB
CMYK
RGB Variations
Color information
#C64FA2 (or 0xC64FA2) is known color: Mulberry. HEX triplet: C6, 4F and A2. RGB value is (198,79,162). Sum of RGB (Red+Green+Blue) = 198+79+162=439 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.10% from 439); Green value is 79 (31.25% from 255 or 18.00% from 439); Blue value is 162 (63.67% from 255 or 36.90% from 439); Max value from RGB is 198 - color contains mainly: red. Hex color #C64FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C64FA2 is #39B05D. Grayscale: #7B7B7B. Windows color (decimal): -3780702 or 10637254. OLE color: 10637254.
HSL color Cylindrical-coordinate representation of color #C64FA2: hue angle of 318.15º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C64FA2 is Cyan = 0, Magento = 0.60, Yellow = 0.18 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 79 | 162 | - |
| CMYK | 0 | 0.60 | 0.18 | 0.22 |
| HSL | 318.15º | 0.51% | 0.54% | - |
| HSV(B) | 318.15º | 0.6% | 0.78% | - |
| XYZ | 32.61 | 20.21 | 36.36 | - |
| YUV | 124.04 | 149.42 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 79 | 162 | 0 | 0.60 | 0.18 | 0.22 | 318.15 | 0.51 | 0.54 |
| Hex | C6 | 4F | A2 | 0 | 3C | 12 | 16 | 13E | 33 | 36 |
| Octal | 306 | 117 | 242 | 0 | 74 | 22 | 26 | 476 | 63 | 66 |
| Binary | 11000110 | 1001111 | 10100010 | 0 | 111100 | 10010 | 10110 | 100111110 | 110011 | 110110 |
Color Harmonies of #C64FA2
Complementary color
Monochromatic Colors of #C64FA2
Black with #C64FA2
Text Example
Text Example
White with #C64FA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64FA2; }
p { color: rgb(198,79,162); }
H1.HeaderClassName
{
color: #C64FA2;
}
.AnyTagClassName
{
color: #C64FA2;
}
</style>
background-color css
<style>
a { background-color: #C64FA2; }
a { background-color: rgb(198,79,162); }
div.DivClassName
{
background-color: #C64FA2;
}
.BgClassName
{
background-color: #C64FA2;
}
</style>
border-color css
<style>
span { border-color: #C64FA2; }
span { border-color: rgb(198,79,162); }
td.TdClassName
{
border-color: #C64FA2;
}
.TagClassName
{
border-color: #C64FA2;
}
</style>