Shades of Mulberry #C4429A
Tints of Mulberry #C4429A
RGB
CMYK
RGB Variations
Color information
#C4429A (or 0xC4429A) is known color: Mulberry. HEX triplet: C4, 42 and 9A. RGB value is (196,66,154). Sum of RGB (Red+Green+Blue) = 196+66+154=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 154 (60.55% from 255 or 37.02% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4429A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4429A is #3BBD65. Grayscale: #727272. Windows color (decimal): -3915110 or 10109636. OLE color: 10109636.
HSL color Cylindrical-coordinate representation of color #C4429A: hue angle of 319.38º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C4429A is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 66 | 154 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.23 |
| HSL | 319.38º | 0.52% | 0.51% | - |
| HSV(B) | 319.38º | 0.66% | 0.77% | - |
| XYZ | 30.55 | 17.97 | 32.43 | - |
| YUV | 114.9 | 150.07 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 66 | 154 | 0 | 0.66 | 0.21 | 0.23 | 319.38 | 0.52 | 0.51 |
| Hex | C4 | 42 | 9A | 0 | 42 | 15 | 17 | 13F | 34 | 33 |
| Octal | 304 | 102 | 232 | 0 | 102 | 25 | 27 | 477 | 64 | 63 |
| Binary | 11000100 | 1000010 | 10011010 | 0 | 1000010 | 10101 | 10111 | 100111111 | 110100 | 110011 |
Color Harmonies of #C4429A
Complementary color
Monochromatic Colors of #C4429A
Black with #C4429A
Text Example
Text Example
White with #C4429A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4429A; }
p { color: rgb(196,66,154); }
H1.HeaderClassName
{
color: #C4429A;
}
.AnyTagClassName
{
color: #C4429A;
}
</style>
background-color css
<style>
a { background-color: #C4429A; }
a { background-color: rgb(196,66,154); }
div.DivClassName
{
background-color: #C4429A;
}
.BgClassName
{
background-color: #C4429A;
}
</style>
border-color css
<style>
span { border-color: #C4429A; }
span { border-color: rgb(196,66,154); }
td.TdClassName
{
border-color: #C4429A;
}
.TagClassName
{
border-color: #C4429A;
}
</style>