Shades of Mulberry #C2459B
Tints of Mulberry #C2459B
RGB
CMYK
RGB Variations
Color information
#C2459B (or 0xC2459B) is known color: Mulberry. HEX triplet: C2, 45 and 9B. RGB value is (194,69,155). Sum of RGB (Red+Green+Blue) = 194+69+155=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 69 (27.34% from 255 or 16.51% from 418); Blue value is 155 (60.94% from 255 or 37.08% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2459B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2459B is #3DBA64. Grayscale: #737373. Windows color (decimal): -4045413 or 10175938. OLE color: 10175938.
HSL color Cylindrical-coordinate representation of color #C2459B: hue angle of 318.72º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C2459B is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 155 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.24 |
| HSL | 318.72º | 0.51% | 0.52% | - |
| HSV(B) | 318.72º | 0.64% | 0.76% | - |
| XYZ | 30.29 | 18.09 | 32.91 | - |
| YUV | 116.18 | 149.91 | 183.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 155 | 0 | 0.64 | 0.20 | 0.24 | 318.72 | 0.51 | 0.52 |
| Hex | C2 | 45 | 9B | 0 | 40 | 14 | 18 | 13F | 33 | 34 |
| Octal | 302 | 105 | 233 | 0 | 100 | 24 | 30 | 477 | 63 | 64 |
| Binary | 11000010 | 1000101 | 10011011 | 0 | 1000000 | 10100 | 11000 | 100111111 | 110011 | 110100 |
Color Harmonies of #C2459B
Complementary color
Monochromatic Colors of #C2459B
Black with #C2459B
Text Example
Text Example
White with #C2459B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2459B; }
p { color: rgb(194,69,155); }
H1.HeaderClassName
{
color: #C2459B;
}
.AnyTagClassName
{
color: #C2459B;
}
</style>
background-color css
<style>
a { background-color: #C2459B; }
a { background-color: rgb(194,69,155); }
div.DivClassName
{
background-color: #C2459B;
}
.BgClassName
{
background-color: #C2459B;
}
</style>
border-color css
<style>
span { border-color: #C2459B; }
span { border-color: rgb(194,69,155); }
td.TdClassName
{
border-color: #C2459B;
}
.TagClassName
{
border-color: #C2459B;
}
</style>