Shades of Mulberry #C448A4
Tints of Mulberry #C448A4
RGB
CMYK
RGB Variations
Color information
#C448A4 (or 0xC448A4) is known color: Mulberry. HEX triplet: C4, 48 and A4. RGB value is (196,72,164). Sum of RGB (Red+Green+Blue) = 196+72+164=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 72 (28.52% from 255 or 16.67% from 432); Blue value is 164 (64.45% from 255 or 37.96% from 432); Max value from RGB is 196 - color contains mainly: red. Hex color #C448A4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C448A4 is #3BB75B. Grayscale: #777777. Windows color (decimal): -3913564 or 10766532. OLE color: 10766532.
HSL color Cylindrical-coordinate representation of color #C448A4: hue angle of 315.48º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C448A4 is Cyan = 0, Magento = 0.63, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 164 | - |
| CMYK | 0 | 0.63 | 0.16 | 0.23 |
| HSL | 315.48º | 0.51% | 0.53% | - |
| HSV(B) | 315.48º | 0.63% | 0.77% | - |
| XYZ | 31.78 | 19.05 | 37.12 | - |
| YUV | 119.56 | 153.08 | 182.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 164 | 0 | 0.63 | 0.16 | 0.23 | 315.48 | 0.51 | 0.53 |
| Hex | C4 | 48 | A4 | 0 | 3F | 10 | 17 | 13B | 33 | 35 |
| Octal | 304 | 110 | 244 | 0 | 77 | 20 | 27 | 473 | 63 | 65 |
| Binary | 11000100 | 1001000 | 10100100 | 0 | 111111 | 10000 | 10111 | 100111011 | 110011 | 110101 |
Color Harmonies of #C448A4
Complementary color
Monochromatic Colors of #C448A4
Black with #C448A4
Text Example
Text Example
White with #C448A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C448A4; }
p { color: rgb(196,72,164); }
H1.HeaderClassName
{
color: #C448A4;
}
.AnyTagClassName
{
color: #C448A4;
}
</style>
background-color css
<style>
a { background-color: #C448A4; }
a { background-color: rgb(196,72,164); }
div.DivClassName
{
background-color: #C448A4;
}
.BgClassName
{
background-color: #C448A4;
}
</style>
border-color css
<style>
span { border-color: #C448A4; }
span { border-color: rgb(196,72,164); }
td.TdClassName
{
border-color: #C448A4;
}
.TagClassName
{
border-color: #C448A4;
}
</style>