Shades of Mulberry #C4419B
Tints of Mulberry #C4419B
RGB
CMYK
RGB Variations
Color information
#C4419B (or 0xC4419B) is known color: Mulberry. HEX triplet: C4, 41 and 9B. RGB value is (196,65,155). Sum of RGB (Red+Green+Blue) = 196+65+155=416 (55% of max value = 765). Red value is 196 (76.95% from 255 or 47.12% from 416); Green value is 65 (25.78% from 255 or 15.62% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 196 - color contains mainly: red. Hex color #C4419B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C4419B is #3BBE64. Grayscale: #727272. Windows color (decimal): -3915365 or 10174916. OLE color: 10174916.
HSL color Cylindrical-coordinate representation of color #C4419B: hue angle of 318.78º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C4419B is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 65 | 155 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.23 |
| HSL | 318.78º | 0.53% | 0.51% | - |
| HSV(B) | 318.78º | 0.67% | 0.77% | - |
| XYZ | 30.57 | 17.88 | 32.85 | - |
| YUV | 114.43 | 150.9 | 186.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 65 | 155 | 0 | 0.67 | 0.21 | 0.23 | 318.78 | 0.53 | 0.51 |
| Hex | C4 | 41 | 9B | 0 | 43 | 15 | 17 | 13F | 35 | 33 |
| Octal | 304 | 101 | 233 | 0 | 103 | 25 | 27 | 477 | 65 | 63 |
| Binary | 11000100 | 1000001 | 10011011 | 0 | 1000011 | 10101 | 10111 | 100111111 | 110101 | 110011 |
Color Harmonies of #C4419B
Complementary color
Monochromatic Colors of #C4419B
Black with #C4419B
Text Example
Text Example
White with #C4419B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4419B; }
p { color: rgb(196,65,155); }
H1.HeaderClassName
{
color: #C4419B;
}
.AnyTagClassName
{
color: #C4419B;
}
</style>
background-color css
<style>
a { background-color: #C4419B; }
a { background-color: rgb(196,65,155); }
div.DivClassName
{
background-color: #C4419B;
}
.BgClassName
{
background-color: #C4419B;
}
</style>
border-color css
<style>
span { border-color: #C4419B; }
span { border-color: rgb(196,65,155); }
td.TdClassName
{
border-color: #C4419B;
}
.TagClassName
{
border-color: #C4419B;
}
</style>