Shades of Mulberry #C153A2
Tints of Mulberry #C153A2
RGB
CMYK
RGB Variations
Color information
#C153A2 (or 0xC153A2) is known color: Mulberry. HEX triplet: C1, 53 and A2. RGB value is (193,83,162). Sum of RGB (Red+Green+Blue) = 193+83+162=438 (58% of max value = 765). Red value is 193 (75.78% from 255 or 44.06% from 438); Green value is 83 (32.81% from 255 or 18.95% from 438); Blue value is 162 (63.67% from 255 or 36.99% from 438); Max value from RGB is 193 - color contains mainly: red. Hex color #C153A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C153A2 is #3EAC5D. Grayscale: #7C7C7C. Windows color (decimal): -4107358 or 10638273. OLE color: 10638273.
HSL color Cylindrical-coordinate representation of color #C153A2: hue angle of 316.91º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C153A2 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 83 | 162 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.24 |
| HSL | 316.91º | 0.47% | 0.54% | - |
| HSV(B) | 316.91º | 0.57% | 0.76% | - |
| XYZ | 31.61 | 20.13 | 36.4 | - |
| YUV | 124.9 | 148.94 | 176.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 83 | 162 | 0 | 0.57 | 0.16 | 0.24 | 316.91 | 0.47 | 0.54 |
| Hex | C1 | 53 | A2 | 0 | 39 | 10 | 18 | 13D | 2F | 36 |
| Octal | 301 | 123 | 242 | 0 | 71 | 20 | 30 | 475 | 57 | 66 |
| Binary | 11000001 | 1010011 | 10100010 | 0 | 111001 | 10000 | 11000 | 100111101 | 101111 | 110110 |
Color Harmonies of #C153A2
Complementary color
Monochromatic Colors of #C153A2
Black with #C153A2
Text Example
Text Example
White with #C153A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C153A2; }
p { color: rgb(193,83,162); }
H1.HeaderClassName
{
color: #C153A2;
}
.AnyTagClassName
{
color: #C153A2;
}
</style>
background-color css
<style>
a { background-color: #C153A2; }
a { background-color: rgb(193,83,162); }
div.DivClassName
{
background-color: #C153A2;
}
.BgClassName
{
background-color: #C153A2;
}
</style>
border-color css
<style>
span { border-color: #C153A2; }
span { border-color: rgb(193,83,162); }
td.TdClassName
{
border-color: #C153A2;
}
.TagClassName
{
border-color: #C153A2;
}
</style>