Shades of Mulberry #C1509B
Tints of Mulberry #C1509B
RGB
CMYK
RGB Variations
Color information
#C1509B (or 0xC1509B) is known color: Mulberry. HEX triplet: C1, 50 and 9B. RGB value is (193,80,155). Sum of RGB (Red+Green+Blue) = 193+80+155=428 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.09% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 193 - color contains mainly: red. Hex color #C1509B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C1509B is #3EAF64. Grayscale: #7A7A7A. Windows color (decimal): -4108133 or 10178753. OLE color: 10178753.
HSL color Cylindrical-coordinate representation of color #C1509B: hue angle of 320.18º 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 #C1509B is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 80 | 155 | - |
| CMYK | 0 | 0.59 | 0.20 | 0.24 |
| HSL | 320.18º | 0.48% | 0.54% | - |
| HSV(B) | 320.18º | 0.59% | 0.76% | - |
| XYZ | 30.78 | 19.44 | 33.14 | - |
| YUV | 122.34 | 146.44 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 80 | 155 | 0 | 0.59 | 0.20 | 0.24 | 320.18 | 0.48 | 0.54 |
| Hex | C1 | 50 | 9B | 0 | 3B | 14 | 18 | 140 | 30 | 36 |
| Octal | 301 | 120 | 233 | 0 | 73 | 24 | 30 | 500 | 60 | 66 |
| Binary | 11000001 | 1010000 | 10011011 | 0 | 111011 | 10100 | 11000 | 101000000 | 110000 | 110110 |
Color Harmonies of #C1509B
Complementary color
Monochromatic Colors of #C1509B
Black with #C1509B
Text Example
Text Example
White with #C1509B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1509B; }
p { color: rgb(193,80,155); }
H1.HeaderClassName
{
color: #C1509B;
}
.AnyTagClassName
{
color: #C1509B;
}
</style>
background-color css
<style>
a { background-color: #C1509B; }
a { background-color: rgb(193,80,155); }
div.DivClassName
{
background-color: #C1509B;
}
.BgClassName
{
background-color: #C1509B;
}
</style>
border-color css
<style>
span { border-color: #C1509B; }
span { border-color: rgb(193,80,155); }
td.TdClassName
{
border-color: #C1509B;
}
.TagClassName
{
border-color: #C1509B;
}
</style>