Shades of Mulberry #C83F92
Tints of Mulberry #C83F92
RGB
CMYK
RGB Variations
Color information
#C83F92 (or 0xC83F92) is known color: Mulberry. HEX triplet: C8, 3F and 92. RGB value is (200,63,146). Sum of RGB (Red+Green+Blue) = 200+63+146=409 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.90% from 409); Green value is 63 (25% from 255 or 15.40% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 200 - color contains mainly: red. Hex color #C83F92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83F92 is #37C06D. Grayscale: #717171. Windows color (decimal): -3653742 or 9584584. OLE color: 9584584.
HSL color Cylindrical-coordinate representation of color #C83F92: hue angle of 323.65º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83F92 is Cyan = 0, Magento = 0.68, Yellow = 0.27 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 63 | 146 | - |
| CMYK | 0 | 0.68 | 0.27 | 0.22 |
| HSL | 323.65º | 0.55% | 0.52% | - |
| HSV(B) | 323.65º | 0.69% | 0.78% | - |
| XYZ | 30.79 | 17.91 | 29.03 | - |
| YUV | 113.43 | 146.39 | 189.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 63 | 146 | 0 | 0.68 | 0.27 | 0.22 | 323.65 | 0.55 | 0.52 |
| Hex | C8 | 3F | 92 | 0 | 44 | 1B | 16 | 144 | 37 | 34 |
| Octal | 310 | 77 | 222 | 0 | 104 | 33 | 26 | 504 | 67 | 64 |
| Binary | 11001000 | 111111 | 10010010 | 0 | 1000100 | 11011 | 10110 | 101000100 | 110111 | 110100 |
Color Harmonies of #C83F92
Complementary color
Monochromatic Colors of #C83F92
Black with #C83F92
Text Example
Text Example
White with #C83F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83F92; }
p { color: rgb(200,63,146); }
H1.HeaderClassName
{
color: #C83F92;
}
.AnyTagClassName
{
color: #C83F92;
}
</style>
background-color css
<style>
a { background-color: #C83F92; }
a { background-color: rgb(200,63,146); }
div.DivClassName
{
background-color: #C83F92;
}
.BgClassName
{
background-color: #C83F92;
}
</style>
border-color css
<style>
span { border-color: #C83F92; }
span { border-color: rgb(200,63,146); }
td.TdClassName
{
border-color: #C83F92;
}
.TagClassName
{
border-color: #C83F92;
}
</style>