Shades of Mulberry #C83C92
Tints of Mulberry #C83C92
RGB
CMYK
RGB Variations
Color information
#C83C92 (or 0xC83C92) is known color: Mulberry. HEX triplet: C8, 3C and 92. RGB value is (200,60,146). Sum of RGB (Red+Green+Blue) = 200+60+146=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 60 (23.83% from 255 or 14.78% from 406); Blue value is 146 (57.42% from 255 or 35.96% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83C92 is #37C36D. Grayscale: #6F6F6F. Windows color (decimal): -3654510 or 9583816. OLE color: 9583816.
HSL color Cylindrical-coordinate representation of color #C83C92: hue angle of 323.14º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83C92 is Cyan = 0, Magento = 0.7, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 146 | - |
| CMYK | 0 | 0.7 | 0.27 | 0.22 |
| HSL | 323.14º | 0.56% | 0.51% | - |
| HSV(B) | 323.14º | 0.7% | 0.78% | - |
| XYZ | 30.62 | 17.59 | 28.97 | - |
| YUV | 111.66 | 147.38 | 191.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 146 | 0 | 0.7 | 0.27 | 0.22 | 323.14 | 0.56 | 0.51 |
| Hex | C8 | 3C | 92 | 0 | 46 | 1B | 16 | 143 | 38 | 33 |
| Octal | 310 | 74 | 222 | 0 | 106 | 33 | 26 | 503 | 70 | 63 |
| Binary | 11001000 | 111100 | 10010010 | 0 | 1000110 | 11011 | 10110 | 101000011 | 111000 | 110011 |
Color Harmonies of #C83C92
Complementary color
Monochromatic Colors of #C83C92
Black with #C83C92
Text Example
Text Example
White with #C83C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C92; }
p { color: rgb(200,60,146); }
H1.HeaderClassName
{
color: #C83C92;
}
.AnyTagClassName
{
color: #C83C92;
}
</style>
background-color css
<style>
a { background-color: #C83C92; }
a { background-color: rgb(200,60,146); }
div.DivClassName
{
background-color: #C83C92;
}
.BgClassName
{
background-color: #C83C92;
}
</style>
border-color css
<style>
span { border-color: #C83C92; }
span { border-color: rgb(200,60,146); }
td.TdClassName
{
border-color: #C83C92;
}
.TagClassName
{
border-color: #C83C92;
}
</style>