Shades of Mulberry #C945A3
Tints of Mulberry #C945A3
RGB
CMYK
RGB Variations
Color information
#C945A3 (or 0xC945A3) is known color: Mulberry. HEX triplet: C9, 45 and A3. RGB value is (201,69,163). Sum of RGB (Red+Green+Blue) = 201+69+163=433 (57% of max value = 765). Red value is 201 (78.91% from 255 or 46.42% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 163 (64.06% from 255 or 37.64% from 433); Max value from RGB is 201 - color contains mainly: red. Hex color #C945A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C945A3 is #36BA5C. Grayscale: #767676. Windows color (decimal): -3586653 or 10700233. OLE color: 10700233.
HSL color Cylindrical-coordinate representation of color #C945A3: hue angle of 317.27º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C945A3 is Cyan = 0, Magento = 0.66, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 163 | - |
| CMYK | 0 | 0.66 | 0.19 | 0.21 |
| HSL | 317.27º | 0.55% | 0.53% | - |
| HSV(B) | 317.27º | 0.66% | 0.79% | - |
| XYZ | 32.83 | 19.32 | 36.65 | - |
| YUV | 119.18 | 152.73 | 186.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 163 | 0 | 0.66 | 0.19 | 0.21 | 317.27 | 0.55 | 0.53 |
| Hex | C9 | 45 | A3 | 0 | 42 | 13 | 15 | 13D | 37 | 35 |
| Octal | 311 | 105 | 243 | 0 | 102 | 23 | 25 | 475 | 67 | 65 |
| Binary | 11001001 | 1000101 | 10100011 | 0 | 1000010 | 10011 | 10101 | 100111101 | 110111 | 110101 |
Color Harmonies of #C945A3
Complementary color
Monochromatic Colors of #C945A3
Black with #C945A3
Text Example
Text Example
White with #C945A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945A3; }
p { color: rgb(201,69,163); }
H1.HeaderClassName
{
color: #C945A3;
}
.AnyTagClassName
{
color: #C945A3;
}
</style>
background-color css
<style>
a { background-color: #C945A3; }
a { background-color: rgb(201,69,163); }
div.DivClassName
{
background-color: #C945A3;
}
.BgClassName
{
background-color: #C945A3;
}
</style>
border-color css
<style>
span { border-color: #C945A3; }
span { border-color: rgb(201,69,163); }
td.TdClassName
{
border-color: #C945A3;
}
.TagClassName
{
border-color: #C945A3;
}
</style>