Shades of Mulberry #C454A7
Tints of Mulberry #C454A7
RGB
CMYK
RGB Variations
Color information
#C454A7 (or 0xC454A7) is known color: Mulberry. HEX triplet: C4, 54 and A7. RGB value is (196,84,167). Sum of RGB (Red+Green+Blue) = 196+84+167=447 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.85% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 167 (65.62% from 255 or 37.36% from 447); Max value from RGB is 196 - color contains mainly: red. Hex color #C454A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C454A7 is #3BAB58. Grayscale: #7E7E7E. Windows color (decimal): -3910489 or 10966212. OLE color: 10966212.
HSL color Cylindrical-coordinate representation of color #C454A7: hue angle of 315.54º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C454A7 is Cyan = 0, Magento = 0.57, Yellow = 0.15 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 167 | - |
| CMYK | 0 | 0.57 | 0.15 | 0.23 |
| HSL | 315.54º | 0.49% | 0.55% | - |
| HSV(B) | 315.54º | 0.57% | 0.77% | - |
| XYZ | 32.91 | 20.87 | 38.85 | - |
| YUV | 126.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 167 | 0 | 0.57 | 0.15 | 0.23 | 315.54 | 0.49 | 0.55 |
| Hex | C4 | 54 | A7 | 0 | 39 | F | 17 | 13C | 31 | 37 |
| Octal | 304 | 124 | 247 | 0 | 71 | 17 | 27 | 474 | 61 | 67 |
| Binary | 11000100 | 1010100 | 10100111 | 0 | 111001 | 1111 | 10111 | 100111100 | 110001 | 110111 |
Color Harmonies of #C454A7
Complementary color
Monochromatic Colors of #C454A7
Black with #C454A7
Text Example
Text Example
White with #C454A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C454A7; }
p { color: rgb(196,84,167); }
H1.HeaderClassName
{
color: #C454A7;
}
.AnyTagClassName
{
color: #C454A7;
}
</style>
background-color css
<style>
a { background-color: #C454A7; }
a { background-color: rgb(196,84,167); }
div.DivClassName
{
background-color: #C454A7;
}
.BgClassName
{
background-color: #C454A7;
}
</style>
border-color css
<style>
span { border-color: #C454A7; }
span { border-color: rgb(196,84,167); }
td.TdClassName
{
border-color: #C454A7;
}
.TagClassName
{
border-color: #C454A7;
}
</style>