Shades of Mulberry #C045A0
Tints of Mulberry #C045A0
RGB
CMYK
RGB Variations
Color information
#C045A0 (or 0xC045A0) is known color: Mulberry. HEX triplet: C0, 45 and A0. RGB value is (192,69,160). Sum of RGB (Red+Green+Blue) = 192+69+160=421 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.61% from 421); Green value is 69 (27.34% from 255 or 16.39% from 421); Blue value is 160 (62.89% from 255 or 38.00% from 421); Max value from RGB is 192 - color contains mainly: red. Hex color #C045A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C045A0 is #3FBA5F. Grayscale: #737373. Windows color (decimal): -4176480 or 10503616. OLE color: 10503616.
HSL color Cylindrical-coordinate representation of color #C045A0: hue angle of 315.61º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C045A0 is Cyan = 0, Magento = 0.64, Yellow = 0.17 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 160 | - |
| CMYK | 0 | 0.64 | 0.17 | 0.25 |
| HSL | 315.61º | 0.49% | 0.51% | - |
| HSV(B) | 315.61º | 0.64% | 0.75% | - |
| XYZ | 30.21 | 18 | 35.14 | - |
| YUV | 116.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 160 | 0 | 0.64 | 0.17 | 0.25 | 315.61 | 0.49 | 0.51 |
| Hex | C0 | 45 | A0 | 0 | 40 | 11 | 19 | 13C | 31 | 33 |
| Octal | 300 | 105 | 240 | 0 | 100 | 21 | 31 | 474 | 61 | 63 |
| Binary | 11000000 | 1000101 | 10100000 | 0 | 1000000 | 10001 | 11001 | 100111100 | 110001 | 110011 |
Color Harmonies of #C045A0
Complementary color
Monochromatic Colors of #C045A0
Black with #C045A0
Text Example
Text Example
White with #C045A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C045A0; }
p { color: rgb(192,69,160); }
H1.HeaderClassName
{
color: #C045A0;
}
.AnyTagClassName
{
color: #C045A0;
}
</style>
background-color css
<style>
a { background-color: #C045A0; }
a { background-color: rgb(192,69,160); }
div.DivClassName
{
background-color: #C045A0;
}
.BgClassName
{
background-color: #C045A0;
}
</style>
border-color css
<style>
span { border-color: #C045A0; }
span { border-color: rgb(192,69,160); }
td.TdClassName
{
border-color: #C045A0;
}
.TagClassName
{
border-color: #C045A0;
}
</style>