Shades of Mulberry #C0417F
Tints of Mulberry #C0417F
RGB
CMYK
RGB Variations
Color information
#C0417F (or 0xC0417F) is known color: Mulberry. HEX triplet: C0, 41 and 7F. RGB value is (192,65,127). Sum of RGB (Red+Green+Blue) = 192+65+127=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 65 (25.78% from 255 or 16.93% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C0417F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0417F is #3FBE80. Grayscale: #6D6D6D. Windows color (decimal): -4177537 or 8339904. OLE color: 8339904.
HSL color Cylindrical-coordinate representation of color #C0417F: hue angle of 330.71º 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 #C0417F is Cyan = 0, Magento = 0.66, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 127 | - |
| CMYK | 0 | 0.66 | 0.34 | 0.25 |
| HSL | 330.71º | 0.5% | 0.5% | - |
| HSV(B) | 330.71º | 0.66% | 0.75% | - |
| XYZ | 27.46 | 16.52 | 21.82 | - |
| YUV | 110.04 | 137.58 | 186.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 127 | 0 | 0.66 | 0.34 | 0.25 | 330.71 | 0.5 | 0.5 |
| Hex | C0 | 41 | 7F | 0 | 42 | 22 | 19 | 14B | 32 | 32 |
| Octal | 300 | 101 | 177 | 0 | 102 | 42 | 31 | 513 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1111111 | 0 | 1000010 | 100010 | 11001 | 101001011 | 110010 | 110010 |
Color Harmonies of #C0417F
Complementary color
Monochromatic Colors of #C0417F
Black with #C0417F
Text Example
Text Example
White with #C0417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0417F; }
p { color: rgb(192,65,127); }
H1.HeaderClassName
{
color: #C0417F;
}
.AnyTagClassName
{
color: #C0417F;
}
</style>
background-color css
<style>
a { background-color: #C0417F; }
a { background-color: rgb(192,65,127); }
div.DivClassName
{
background-color: #C0417F;
}
.BgClassName
{
background-color: #C0417F;
}
</style>
border-color css
<style>
span { border-color: #C0417F; }
span { border-color: rgb(192,65,127); }
td.TdClassName
{
border-color: #C0417F;
}
.TagClassName
{
border-color: #C0417F;
}
</style>