Shades of Mulberry #C0457E
Tints of Mulberry #C0457E
RGB
CMYK
RGB Variations
Color information
#C0457E (or 0xC0457E) is known color: Mulberry. HEX triplet: C0, 45 and 7E. RGB value is (192,69,126). Sum of RGB (Red+Green+Blue) = 192+69+126=387 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.61% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 126 (49.61% from 255 or 32.56% from 387); Max value from RGB is 192 - color contains mainly: red. Hex color #C0457E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0457E is #3FBA81. Grayscale: #707070. Windows color (decimal): -4176514 or 8275392. OLE color: 8275392.
HSL color Cylindrical-coordinate representation of color #C0457E: hue angle of 332.2º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C0457E is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 69 | 126 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.25 |
| HSL | 332.2º | 0.49% | 0.51% | - |
| HSV(B) | 332.2º | 0.64% | 0.75% | - |
| XYZ | 27.63 | 16.97 | 21.56 | - |
| YUV | 112.28 | 135.75 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 69 | 126 | 0 | 0.64 | 0.34 | 0.25 | 332.2 | 0.49 | 0.51 |
| Hex | C0 | 45 | 7E | 0 | 40 | 22 | 19 | 14C | 31 | 33 |
| Octal | 300 | 105 | 176 | 0 | 100 | 42 | 31 | 514 | 61 | 63 |
| Binary | 11000000 | 1000101 | 1111110 | 0 | 1000000 | 100010 | 11001 | 101001100 | 110001 | 110011 |
Color Harmonies of #C0457E
Complementary color
Monochromatic Colors of #C0457E
Black with #C0457E
Text Example
Text Example
White with #C0457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0457E; }
p { color: rgb(192,69,126); }
H1.HeaderClassName
{
color: #C0457E;
}
.AnyTagClassName
{
color: #C0457E;
}
</style>
background-color css
<style>
a { background-color: #C0457E; }
a { background-color: rgb(192,69,126); }
div.DivClassName
{
background-color: #C0457E;
}
.BgClassName
{
background-color: #C0457E;
}
</style>
border-color css
<style>
span { border-color: #C0457E; }
span { border-color: rgb(192,69,126); }
td.TdClassName
{
border-color: #C0457E;
}
.TagClassName
{
border-color: #C0457E;
}
</style>