Shades of Mulberry #C2459C
Tints of Mulberry #C2459C
RGB
CMYK
RGB Variations
Color information
#C2459C (or 0xC2459C) is known color: Mulberry. HEX triplet: C2, 45 and 9C. RGB value is (194,69,156). Sum of RGB (Red+Green+Blue) = 194+69+156=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 69 (27.34% from 255 or 16.47% from 419); Blue value is 156 (61.33% from 255 or 37.23% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2459C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2459C is #3DBA63. Grayscale: #747474. Windows color (decimal): -4045412 or 10241474. OLE color: 10241474.
HSL color Cylindrical-coordinate representation of color #C2459C: hue angle of 318.24º 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 #C2459C is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 156 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.24 |
| HSL | 318.24º | 0.51% | 0.52% | - |
| HSV(B) | 318.24º | 0.64% | 0.76% | - |
| XYZ | 30.38 | 18.13 | 33.35 | - |
| YUV | 116.29 | 150.41 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 156 | 0 | 0.64 | 0.20 | 0.24 | 318.24 | 0.51 | 0.52 |
| Hex | C2 | 45 | 9C | 0 | 40 | 14 | 18 | 13E | 33 | 34 |
| Octal | 302 | 105 | 234 | 0 | 100 | 24 | 30 | 476 | 63 | 64 |
| Binary | 11000010 | 1000101 | 10011100 | 0 | 1000000 | 10100 | 11000 | 100111110 | 110011 | 110100 |
Color Harmonies of #C2459C
Complementary color
Monochromatic Colors of #C2459C
Black with #C2459C
Text Example
Text Example
White with #C2459C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2459C; }
p { color: rgb(194,69,156); }
H1.HeaderClassName
{
color: #C2459C;
}
.AnyTagClassName
{
color: #C2459C;
}
</style>
background-color css
<style>
a { background-color: #C2459C; }
a { background-color: rgb(194,69,156); }
div.DivClassName
{
background-color: #C2459C;
}
.BgClassName
{
background-color: #C2459C;
}
</style>
border-color css
<style>
span { border-color: #C2459C; }
span { border-color: rgb(194,69,156); }
td.TdClassName
{
border-color: #C2459C;
}
.TagClassName
{
border-color: #C2459C;
}
</style>