Shades of Mulberry #C2509A
Tints of Mulberry #C2509A
RGB
CMYK
RGB Variations
Color information
#C2509A (or 0xC2509A) is known color: Mulberry. HEX triplet: C2, 50 and 9A. RGB value is (194,80,154). Sum of RGB (Red+Green+Blue) = 194+80+154=428 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.33% from 428); Green value is 80 (31.64% from 255 or 18.69% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 194 - color contains mainly: red. Hex color #C2509A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C2509A is #3DAF65. Grayscale: #7A7A7A. Windows color (decimal): -4042598 or 10113218. OLE color: 10113218.
HSL color Cylindrical-coordinate representation of color #C2509A: hue angle of 321.05º 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 #C2509A is Cyan = 0, Magento = 0.59, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
RGB | 194 | 80 | 154 | - |
CMYK | 0 | 0.59 | 0.21 | 0.24 |
HSL | 321.05º | 0.48% | 0.54% | - |
HSV(B) | 321.05º | 0.59% | 0.76% | - |
XYZ | 30.95 | 19.54 | 32.71 | - |
YUV | 122.52 | 145.77 | 178.98 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 194 | 80 | 154 | 0 | 0.59 | 0.21 | 0.24 | 321.05 | 0.48 | 0.54 |
Hex | C2 | 50 | 9A | 0 | 3B | 15 | 18 | 141 | 30 | 36 |
Octal | 302 | 120 | 232 | 0 | 73 | 25 | 30 | 501 | 60 | 66 |
Binary | 11000010 | 1010000 | 10011010 | 0 | 111011 | 10101 | 11000 | 101000001 | 110000 | 110110 |
Color Harmonies of #C2509A
Complementary color
Monochromatic Colors of #C2509A
Black with #C2509A
Text Example
Text Example
White with #C2509A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2509A; }
p { color: rgb(194,80,154); }
H1.HeaderClassName
{
color: #C2509A;
}
.AnyTagClassName
{
color: #C2509A;
}
</style>
background-color css
<style>
a { background-color: #C2509A; }
a { background-color: rgb(194,80,154); }
div.DivClassName
{
background-color: #C2509A;
}
.BgClassName
{
background-color: #C2509A;
}
</style>
border-color css
<style>
span { border-color: #C2509A; }
span { border-color: rgb(194,80,154); }
td.TdClassName
{
border-color: #C2509A;
}
.TagClassName
{
border-color: #C2509A;
}
</style>