Shades of Mulberry #C940A2
Tints of Mulberry #C940A2
RGB
CMYK
RGB Variations
Color information
#C940A2 (or 0xC940A2) is known color: Mulberry. HEX triplet: C9, 40 and A2. RGB value is (201,64,162). Sum of RGB (Red+Green+Blue) = 201+64+162=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C940A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C940A2 is #36BF5D. Grayscale: #737373. Windows color (decimal): -3587934 or 10633417. OLE color: 10633417.
HSL color Cylindrical-coordinate representation of color #C940A2: hue angle of 317.08º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C940A2 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 162 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.21 |
| HSL | 317.08º | 0.56% | 0.52% | - |
| HSV(B) | 317.08º | 0.68% | 0.79% | - |
| XYZ | 32.44 | 18.69 | 36.08 | - |
| YUV | 116.14 | 153.89 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 162 | 0 | 0.68 | 0.19 | 0.21 | 317.08 | 0.56 | 0.52 |
| Hex | C9 | 40 | A2 | 0 | 44 | 13 | 15 | 13D | 38 | 34 |
| Octal | 311 | 100 | 242 | 0 | 104 | 23 | 25 | 475 | 70 | 64 |
| Binary | 11001001 | 1000000 | 10100010 | 0 | 1000100 | 10011 | 10101 | 100111101 | 111000 | 110100 |
Color Harmonies of #C940A2
Complementary color
Monochromatic Colors of #C940A2
Black with #C940A2
Text Example
Text Example
White with #C940A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C940A2; }
p { color: rgb(201,64,162); }
H1.HeaderClassName
{
color: #C940A2;
}
.AnyTagClassName
{
color: #C940A2;
}
</style>
background-color css
<style>
a { background-color: #C940A2; }
a { background-color: rgb(201,64,162); }
div.DivClassName
{
background-color: #C940A2;
}
.BgClassName
{
background-color: #C940A2;
}
</style>
border-color css
<style>
span { border-color: #C940A2; }
span { border-color: rgb(201,64,162); }
td.TdClassName
{
border-color: #C940A2;
}
.TagClassName
{
border-color: #C940A2;
}
</style>