Shades of Mulberry #C25B9A
Tints of Mulberry #C25B9A
RGB
CMYK
RGB Variations
Color information
#C25B9A (or 0xC25B9A) is known color: Mulberry. HEX triplet: C2, 5B and 9A. RGB value is (194,91,154). Sum of RGB (Red+Green+Blue) = 194+91+154=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C25B9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C25B9A is #3DA465. Grayscale: #808080. Windows color (decimal): -4039782 or 10116034. OLE color: 10116034.
HSL color Cylindrical-coordinate representation of color #C25B9A: hue angle of 323.3º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C25B9A is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 91 | 154 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.24 |
| HSL | 323.3º | 0.46% | 0.56% | - |
| HSV(B) | 323.3º | 0.53% | 0.76% | - |
| XYZ | 31.82 | 21.28 | 33 | - |
| YUV | 128.98 | 142.12 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 91 | 154 | 0 | 0.53 | 0.21 | 0.24 | 323.3 | 0.46 | 0.56 |
| Hex | C2 | 5B | 9A | 0 | 35 | 15 | 18 | 143 | 2E | 38 |
| Octal | 302 | 133 | 232 | 0 | 65 | 25 | 30 | 503 | 56 | 70 |
| Binary | 11000010 | 1011011 | 10011010 | 0 | 110101 | 10101 | 11000 | 101000011 | 101110 | 111000 |
Color Harmonies of #C25B9A
Complementary color
Monochromatic Colors of #C25B9A
Black with #C25B9A
Text Example
Text Example
White with #C25B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C25B9A; }
p { color: rgb(194,91,154); }
H1.HeaderClassName
{
color: #C25B9A;
}
.AnyTagClassName
{
color: #C25B9A;
}
</style>
background-color css
<style>
a { background-color: #C25B9A; }
a { background-color: rgb(194,91,154); }
div.DivClassName
{
background-color: #C25B9A;
}
.BgClassName
{
background-color: #C25B9A;
}
</style>
border-color css
<style>
span { border-color: #C25B9A; }
span { border-color: rgb(194,91,154); }
td.TdClassName
{
border-color: #C25B9A;
}
.TagClassName
{
border-color: #C25B9A;
}
</style>