Shades of Mulberry #C241A7
Tints of Mulberry #C241A7
RGB
CMYK
RGB Variations
Color information
#C241A7 (or 0xC241A7) is known color: Mulberry. HEX triplet: C2, 41 and A7. RGB value is (194,65,167). Sum of RGB (Red+Green+Blue) = 194+65+167=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 167 (65.62% from 255 or 39.20% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C241A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C241A7 is #3DBE58. Grayscale: #727272. Windows color (decimal): -4046425 or 10961346. OLE color: 10961346.
HSL color Cylindrical-coordinate representation of color #C241A7: hue angle of 312.56º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C241A7 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 167 | - |
| CMYK | 0 | 0.66 | 0.14 | 0.24 |
| HSL | 312.56º | 0.51% | 0.51% | - |
| HSV(B) | 312.56º | 0.66% | 0.76% | - |
| XYZ | 31.11 | 18.04 | 38.4 | - |
| YUV | 115.2 | 157.24 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 167 | 0 | 0.66 | 0.14 | 0.24 | 312.56 | 0.51 | 0.51 |
| Hex | C2 | 41 | A7 | 0 | 42 | E | 18 | 139 | 33 | 33 |
| Octal | 302 | 101 | 247 | 0 | 102 | 16 | 30 | 471 | 63 | 63 |
| Binary | 11000010 | 1000001 | 10100111 | 0 | 1000010 | 1110 | 11000 | 100111001 | 110011 | 110011 |
Color Harmonies of #C241A7
Complementary color
Monochromatic Colors of #C241A7
Black with #C241A7
Text Example
Text Example
White with #C241A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C241A7; }
p { color: rgb(194,65,167); }
H1.HeaderClassName
{
color: #C241A7;
}
.AnyTagClassName
{
color: #C241A7;
}
</style>
background-color css
<style>
a { background-color: #C241A7; }
a { background-color: rgb(194,65,167); }
div.DivClassName
{
background-color: #C241A7;
}
.BgClassName
{
background-color: #C241A7;
}
</style>
border-color css
<style>
span { border-color: #C241A7; }
span { border-color: rgb(194,65,167); }
td.TdClassName
{
border-color: #C241A7;
}
.TagClassName
{
border-color: #C241A7;
}
</style>