Shades of Mulberry #C04098
Tints of Mulberry #C04098
RGB
CMYK
RGB Variations
Color information
#C04098 (or 0xC04098) is known color: Mulberry. HEX triplet: C0, 40 and 98. RGB value is (192,64,152). Sum of RGB (Red+Green+Blue) = 192+64+152=408 (54% of max value = 765). Red value is 192 (75.39% from 255 or 47.06% from 408); Green value is 64 (25.39% from 255 or 15.69% from 408); Blue value is 152 (59.77% from 255 or 37.25% from 408); Max value from RGB is 192 - color contains mainly: red. Hex color #C04098 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04098 is #3FBF67. Grayscale: #707070. Windows color (decimal): -4177768 or 9978048. OLE color: 9978048.
HSL color Cylindrical-coordinate representation of color #C04098: hue angle of 318.75º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C04098 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 64 | 152 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.25 |
| HSL | 318.75º | 0.5% | 0.5% | - |
| HSV(B) | 318.75º | 0.67% | 0.75% | - |
| XYZ | 29.24 | 17.14 | 31.47 | - |
| YUV | 112.3 | 150.41 | 184.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 64 | 152 | 0 | 0.67 | 0.21 | 0.25 | 318.75 | 0.5 | 0.5 |
| Hex | C0 | 40 | 98 | 0 | 43 | 15 | 19 | 13F | 32 | 32 |
| Octal | 300 | 100 | 230 | 0 | 103 | 25 | 31 | 477 | 62 | 62 |
| Binary | 11000000 | 1000000 | 10011000 | 0 | 1000011 | 10101 | 11001 | 100111111 | 110010 | 110010 |
Color Harmonies of #C04098
Complementary color
Monochromatic Colors of #C04098
Black with #C04098
Text Example
Text Example
White with #C04098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04098; }
p { color: rgb(192,64,152); }
H1.HeaderClassName
{
color: #C04098;
}
.AnyTagClassName
{
color: #C04098;
}
</style>
background-color css
<style>
a { background-color: #C04098; }
a { background-color: rgb(192,64,152); }
div.DivClassName
{
background-color: #C04098;
}
.BgClassName
{
background-color: #C04098;
}
</style>
border-color css
<style>
span { border-color: #C04098; }
span { border-color: rgb(192,64,152); }
td.TdClassName
{
border-color: #C04098;
}
.TagClassName
{
border-color: #C04098;
}
</style>