Shades of Mulberry #C2509E
Tints of Mulberry #C2509E
RGB
CMYK
RGB Variations
Color information
#C2509E (or 0xC2509E) is known color: Mulberry. HEX triplet: C2, 50 and 9E. RGB value is (194,80,158). Sum of RGB (Red+Green+Blue) = 194+80+158=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 80 (31.64% from 255 or 18.52% from 432); Blue value is 158 (62.11% from 255 or 36.57% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C2509E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2509E is #3DAF61. Grayscale: #7A7A7A. Windows color (decimal): -4042594 or 10375362. OLE color: 10375362.
HSL color Cylindrical-coordinate representation of color #C2509E: hue angle of 318.95º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C2509E is Cyan = 0, Magento = 0.59, Yellow = 0.19 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 80 | 158 | - |
| CMYK | 0 | 0.59 | 0.19 | 0.24 |
| HSL | 318.95º | 0.48% | 0.54% | - |
| HSV(B) | 318.95º | 0.59% | 0.76% | - |
| XYZ | 31.29 | 19.68 | 34.5 | - |
| YUV | 122.98 | 147.77 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 80 | 158 | 0 | 0.59 | 0.19 | 0.24 | 318.95 | 0.48 | 0.54 |
| Hex | C2 | 50 | 9E | 0 | 3B | 13 | 18 | 13F | 30 | 36 |
| Octal | 302 | 120 | 236 | 0 | 73 | 23 | 30 | 477 | 60 | 66 |
| Binary | 11000010 | 1010000 | 10011110 | 0 | 111011 | 10011 | 11000 | 100111111 | 110000 | 110110 |
Color Harmonies of #C2509E
Complementary color
Monochromatic Colors of #C2509E
Black with #C2509E
Text Example
Text Example
White with #C2509E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2509E; }
p { color: rgb(194,80,158); }
H1.HeaderClassName
{
color: #C2509E;
}
.AnyTagClassName
{
color: #C2509E;
}
</style>
background-color css
<style>
a { background-color: #C2509E; }
a { background-color: rgb(194,80,158); }
div.DivClassName
{
background-color: #C2509E;
}
.BgClassName
{
background-color: #C2509E;
}
</style>
border-color css
<style>
span { border-color: #C2509E; }
span { border-color: rgb(194,80,158); }
td.TdClassName
{
border-color: #C2509E;
}
.TagClassName
{
border-color: #C2509E;
}
</style>