Shades of Mulberry #C945A8
Tints of Mulberry #C945A8
RGB
CMYK
RGB Variations
Color information
#C945A8 (or 0xC945A8) is known color: Mulberry. HEX triplet: C9, 45 and A8. RGB value is (201,69,168). Sum of RGB (Red+Green+Blue) = 201+69+168=438 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.89% from 438); Green value is 69 (27.34% from 255 or 15.75% from 438); Blue value is 168 (66.02% from 255 or 38.36% from 438); Max value from RGB is 201 - color contains mainly: red. Hex color #C945A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C945A8 is #36BA57. Grayscale: #777777. Windows color (decimal): -3586648 or 11027913. OLE color: 11027913.
HSL color Cylindrical-coordinate representation of color #C945A8: hue angle of 315º 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 #C945A8 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 69 | 168 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.21 |
| HSL | 315º | 0.55% | 0.53% | - |
| HSV(B) | 315º | 0.66% | 0.79% | - |
| XYZ | 33.28 | 19.5 | 39.06 | - |
| YUV | 119.75 | 155.23 | 185.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 168 | 0 | 0.66 | 0.16 | 0.21 | 315 | 0.55 | 0.53 |
| Hex | C9 | 45 | A8 | 0 | 42 | 10 | 15 | 13B | 37 | 35 |
| Octal | 311 | 105 | 250 | 0 | 102 | 20 | 25 | 473 | 67 | 65 |
| Binary | 11001001 | 1000101 | 10101000 | 0 | 1000010 | 10000 | 10101 | 100111011 | 110111 | 110101 |
Color Harmonies of #C945A8
Complementary color
Monochromatic Colors of #C945A8
Black with #C945A8
Text Example
Text Example
White with #C945A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945A8; }
p { color: rgb(201,69,168); }
H1.HeaderClassName
{
color: #C945A8;
}
.AnyTagClassName
{
color: #C945A8;
}
</style>
background-color css
<style>
a { background-color: #C945A8; }
a { background-color: rgb(201,69,168); }
div.DivClassName
{
background-color: #C945A8;
}
.BgClassName
{
background-color: #C945A8;
}
</style>
border-color css
<style>
span { border-color: #C945A8; }
span { border-color: rgb(201,69,168); }
td.TdClassName
{
border-color: #C945A8;
}
.TagClassName
{
border-color: #C945A8;
}
</style>