Shades of Mulberry #C845A7
Tints of Mulberry #C845A7
RGB
CMYK
RGB Variations
Color information
#C845A7 (or 0xC845A7) is known color: Mulberry. HEX triplet: C8, 45 and A7. RGB value is (200,69,167). Sum of RGB (Red+Green+Blue) = 200+69+167=436 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.87% from 436); Green value is 69 (27.34% from 255 or 15.83% from 436); Blue value is 167 (65.62% from 255 or 38.30% from 436); Max value from RGB is 200 - color contains mainly: red. Hex color #C845A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C845A7 is #37BA58. Grayscale: #777777. Windows color (decimal): -3652185 or 10962376. OLE color: 10962376.
HSL color Cylindrical-coordinate representation of color #C845A7: hue angle of 315.11º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C845A7 is Cyan = 0, Magento = 0.66, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 69 | 167 | - |
| CMYK | 0 | 0.66 | 0.16 | 0.22 |
| HSL | 315.11º | 0.54% | 0.53% | - |
| HSV(B) | 315.11º | 0.66% | 0.78% | - |
| XYZ | 32.92 | 19.33 | 38.55 | - |
| YUV | 119.34 | 154.9 | 185.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 69 | 167 | 0 | 0.66 | 0.16 | 0.22 | 315.11 | 0.54 | 0.53 |
| Hex | C8 | 45 | A7 | 0 | 42 | 10 | 16 | 13B | 36 | 35 |
| Octal | 310 | 105 | 247 | 0 | 102 | 20 | 26 | 473 | 66 | 65 |
| Binary | 11001000 | 1000101 | 10100111 | 0 | 1000010 | 10000 | 10110 | 100111011 | 110110 | 110101 |
Color Harmonies of #C845A7
Complementary color
Monochromatic Colors of #C845A7
Black with #C845A7
Text Example
Text Example
White with #C845A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C845A7; }
p { color: rgb(200,69,167); }
H1.HeaderClassName
{
color: #C845A7;
}
.AnyTagClassName
{
color: #C845A7;
}
</style>
background-color css
<style>
a { background-color: #C845A7; }
a { background-color: rgb(200,69,167); }
div.DivClassName
{
background-color: #C845A7;
}
.BgClassName
{
background-color: #C845A7;
}
</style>
border-color css
<style>
span { border-color: #C845A7; }
span { border-color: rgb(200,69,167); }
td.TdClassName
{
border-color: #C845A7;
}
.TagClassName
{
border-color: #C845A7;
}
</style>