Shades of Mulberry #C0418F
Tints of Mulberry #C0418F
RGB
CMYK
RGB Variations
Color information
#C0418F (or 0xC0418F) is known color: Mulberry. HEX triplet: C0, 41 and 8F. RGB value is (192,65,143). Sum of RGB (Red+Green+Blue) = 192+65+143=400 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 192 - color contains mainly: red. Hex color #C0418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C0418F is #3FBE70. Grayscale: #6F6F6F. Windows color (decimal): -4177521 or 9388480. OLE color: 9388480.
HSL color Cylindrical-coordinate representation of color #C0418F: hue angle of 323.15º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0418F is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 143 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.25 |
| HSL | 323.15º | 0.5% | 0.5% | - |
| HSV(B) | 323.15º | 0.66% | 0.75% | - |
| XYZ | 28.59 | 16.97 | 27.76 | - |
| YUV | 111.87 | 145.58 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 143 | 0 | 0.66 | 0.26 | 0.25 | 323.15 | 0.5 | 0.5 |
| Hex | C0 | 41 | 8F | 0 | 42 | 1A | 19 | 143 | 32 | 32 |
| Octal | 300 | 101 | 217 | 0 | 102 | 32 | 31 | 503 | 62 | 62 |
| Binary | 11000000 | 1000001 | 10001111 | 0 | 1000010 | 11010 | 11001 | 101000011 | 110010 | 110010 |
Color Harmonies of #C0418F
Complementary color
Monochromatic Colors of #C0418F
Black with #C0418F
Text Example
Text Example
White with #C0418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0418F; }
p { color: rgb(192,65,143); }
H1.HeaderClassName
{
color: #C0418F;
}
.AnyTagClassName
{
color: #C0418F;
}
</style>
background-color css
<style>
a { background-color: #C0418F; }
a { background-color: rgb(192,65,143); }
div.DivClassName
{
background-color: #C0418F;
}
.BgClassName
{
background-color: #C0418F;
}
</style>
border-color css
<style>
span { border-color: #C0418F; }
span { border-color: rgb(192,65,143); }
td.TdClassName
{
border-color: #C0418F;
}
.TagClassName
{
border-color: #C0418F;
}
</style>