Shades of Mulberry #C03E94
Tints of Mulberry #C03E94
RGB
CMYK
RGB Variations
Color information
#C03E94 (or 0xC03E94) is known color: Mulberry. HEX triplet: C0, 3E and 94. RGB value is (192,62,148). Sum of RGB (Red+Green+Blue) = 192+62+148=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 62 (24.61% from 255 or 15.42% from 402); Blue value is 148 (58.20% from 255 or 36.82% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E94 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03E94 is #3FC16B. Grayscale: #6E6E6E. Windows color (decimal): -4178284 or 9715392. OLE color: 9715392.
HSL color Cylindrical-coordinate representation of color #C03E94: hue angle of 320.31º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03E94 is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 148 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.25 |
| HSL | 320.31º | 0.51% | 0.5% | - |
| HSV(B) | 320.31º | 0.68% | 0.75% | - |
| XYZ | 28.81 | 16.79 | 29.74 | - |
| YUV | 110.67 | 149.07 | 186.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 148 | 0 | 0.68 | 0.23 | 0.25 | 320.31 | 0.51 | 0.5 |
| Hex | C0 | 3E | 94 | 0 | 44 | 17 | 19 | 140 | 33 | 32 |
| Octal | 300 | 76 | 224 | 0 | 104 | 27 | 31 | 500 | 63 | 62 |
| Binary | 11000000 | 111110 | 10010100 | 0 | 1000100 | 10111 | 11001 | 101000000 | 110011 | 110010 |
Color Harmonies of #C03E94
Complementary color
Monochromatic Colors of #C03E94
Black with #C03E94
Text Example
Text Example
White with #C03E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E94; }
p { color: rgb(192,62,148); }
H1.HeaderClassName
{
color: #C03E94;
}
.AnyTagClassName
{
color: #C03E94;
}
</style>
background-color css
<style>
a { background-color: #C03E94; }
a { background-color: rgb(192,62,148); }
div.DivClassName
{
background-color: #C03E94;
}
.BgClassName
{
background-color: #C03E94;
}
</style>
border-color css
<style>
span { border-color: #C03E94; }
span { border-color: rgb(192,62,148); }
td.TdClassName
{
border-color: #C03E94;
}
.TagClassName
{
border-color: #C03E94;
}
</style>