Shades of Mulberry #C643A1
Tints of Mulberry #C643A1
RGB
CMYK
RGB Variations
Color information
#C643A1 (or 0xC643A1) is known color: Mulberry. HEX triplet: C6, 43 and A1. RGB value is (198,67,161). Sum of RGB (Red+Green+Blue) = 198+67+161=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 67 (26.56% from 255 or 15.73% from 426); Blue value is 161 (63.28% from 255 or 37.79% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C643A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C643A1 is #39BC5E. Grayscale: #747474. Windows color (decimal): -3783775 or 10568646. OLE color: 10568646.
HSL color Cylindrical-coordinate representation of color #C643A1: hue angle of 316.95º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C643A1 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 67 | 161 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.22 |
| HSL | 316.95º | 0.53% | 0.52% | - |
| HSV(B) | 316.95º | 0.66% | 0.78% | - |
| XYZ | 31.73 | 18.59 | 35.63 | - |
| YUV | 116.89 | 152.9 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 67 | 161 | 0 | 0.66 | 0.19 | 0.22 | 316.95 | 0.53 | 0.52 |
| Hex | C6 | 43 | A1 | 0 | 42 | 13 | 16 | 13D | 35 | 34 |
| Octal | 306 | 103 | 241 | 0 | 102 | 23 | 26 | 475 | 65 | 64 |
| Binary | 11000110 | 1000011 | 10100001 | 0 | 1000010 | 10011 | 10110 | 100111101 | 110101 | 110100 |
Color Harmonies of #C643A1
Complementary color
Monochromatic Colors of #C643A1
Black with #C643A1
Text Example
Text Example
White with #C643A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C643A1; }
p { color: rgb(198,67,161); }
H1.HeaderClassName
{
color: #C643A1;
}
.AnyTagClassName
{
color: #C643A1;
}
</style>
background-color css
<style>
a { background-color: #C643A1; }
a { background-color: rgb(198,67,161); }
div.DivClassName
{
background-color: #C643A1;
}
.BgClassName
{
background-color: #C643A1;
}
</style>
border-color css
<style>
span { border-color: #C643A1; }
span { border-color: rgb(198,67,161); }
td.TdClassName
{
border-color: #C643A1;
}
.TagClassName
{
border-color: #C643A1;
}
</style>