Shades of Mulberry #C940A3
Tints of Mulberry #C940A3
RGB
CMYK
RGB Variations
Color information
#C940A3 (or 0xC940A3) is known color: Mulberry. HEX triplet: C9, 40 and A3. RGB value is (201,64,163). Sum of RGB (Red+Green+Blue) = 201+64+163=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 64 (25.39% from 255 or 14.95% from 428); Blue value is 163 (64.06% from 255 or 38.08% from 428); Max value from RGB is 201 - color contains mainly: red. Hex color #C940A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C940A3 is #36BF5C. Grayscale: #737373. Windows color (decimal): -3587933 or 10698953. OLE color: 10698953.
HSL color Cylindrical-coordinate representation of color #C940A3: hue angle of 316.64º 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 #C940A3 is Cyan = 0, Magento = 0.68, Yellow = 0.19 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 64 | 163 | - |
| CMYK | 0 | 0.68 | 0.19 | 0.21 |
| HSL | 316.64º | 0.56% | 0.52% | - |
| HSV(B) | 316.64º | 0.68% | 0.79% | - |
| XYZ | 32.53 | 18.73 | 36.55 | - |
| YUV | 116.25 | 154.39 | 188.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 64 | 163 | 0 | 0.68 | 0.19 | 0.21 | 316.64 | 0.56 | 0.52 |
| Hex | C9 | 40 | A3 | 0 | 44 | 13 | 15 | 13D | 38 | 34 |
| Octal | 311 | 100 | 243 | 0 | 104 | 23 | 25 | 475 | 70 | 64 |
| Binary | 11001001 | 1000000 | 10100011 | 0 | 1000100 | 10011 | 10101 | 100111101 | 111000 | 110100 |
Color Harmonies of #C940A3
Complementary color
Monochromatic Colors of #C940A3
Black with #C940A3
Text Example
Text Example
White with #C940A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C940A3; }
p { color: rgb(201,64,163); }
H1.HeaderClassName
{
color: #C940A3;
}
.AnyTagClassName
{
color: #C940A3;
}
</style>
background-color css
<style>
a { background-color: #C940A3; }
a { background-color: rgb(201,64,163); }
div.DivClassName
{
background-color: #C940A3;
}
.BgClassName
{
background-color: #C940A3;
}
</style>
border-color css
<style>
span { border-color: #C940A3; }
span { border-color: rgb(201,64,163); }
td.TdClassName
{
border-color: #C940A3;
}
.TagClassName
{
border-color: #C940A3;
}
</style>