Shades of Mulberry #C2429A
Tints of Mulberry #C2429A
RGB
CMYK
RGB Variations
Color information
#C2429A (or 0xC2429A) is known color: Mulberry. HEX triplet: C2, 42 and 9A. RGB value is (194,66,154). Sum of RGB (Red+Green+Blue) = 194+66+154=414 (54% of max value = 765). Red value is 194 (76.17% from 255 or 46.86% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 154 (60.55% from 255 or 37.20% from 414); Max value from RGB is 194 - color contains mainly: red. Hex color #C2429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C2429A is #3DBD65. Grayscale: #727272. Windows color (decimal): -4046182 or 10109634. OLE color: 10109634.
HSL color Cylindrical-coordinate representation of color #C2429A: hue angle of 318.75º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C2429A is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 154 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.24 |
| HSL | 318.75º | 0.51% | 0.51% | - |
| HSV(B) | 318.75º | 0.66% | 0.76% | - |
| XYZ | 30.03 | 17.7 | 32.41 | - |
| YUV | 114.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 154 | 0 | 0.66 | 0.21 | 0.24 | 318.75 | 0.51 | 0.51 |
| Hex | C2 | 42 | 9A | 0 | 42 | 15 | 18 | 13F | 33 | 33 |
| Octal | 302 | 102 | 232 | 0 | 102 | 25 | 30 | 477 | 63 | 63 |
| Binary | 11000010 | 1000010 | 10011010 | 0 | 1000010 | 10101 | 11000 | 100111111 | 110011 | 110011 |
Color Harmonies of #C2429A
Complementary color
Monochromatic Colors of #C2429A
Black with #C2429A
Text Example
Text Example
White with #C2429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2429A; }
p { color: rgb(194,66,154); }
H1.HeaderClassName
{
color: #C2429A;
}
.AnyTagClassName
{
color: #C2429A;
}
</style>
background-color css
<style>
a { background-color: #C2429A; }
a { background-color: rgb(194,66,154); }
div.DivClassName
{
background-color: #C2429A;
}
.BgClassName
{
background-color: #C2429A;
}
</style>
border-color css
<style>
span { border-color: #C2429A; }
span { border-color: rgb(194,66,154); }
td.TdClassName
{
border-color: #C2429A;
}
.TagClassName
{
border-color: #C2429A;
}
</style>