Shades of Mulberry #C83C96
Tints of Mulberry #C83C96
RGB
CMYK
RGB Variations
Color information
#C83C96 (or 0xC83C96) is known color: Mulberry. HEX triplet: C8, 3C and 96. RGB value is (200,60,150). Sum of RGB (Red+Green+Blue) = 200+60+150=410 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.78% from 410); Green value is 60 (23.83% from 255 or 14.63% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C96 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83C96 is #37C369. Grayscale: #6F6F6F. Windows color (decimal): -3654506 or 9845960. OLE color: 9845960.
HSL color Cylindrical-coordinate representation of color #C83C96: hue angle of 321.43º 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 #C83C96 is Cyan = 0, Magento = 0.7, Yellow = 0.25 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 150 | - |
| CMYK | 0 | 0.7 | 0.25 | 0.22 |
| HSL | 321.43º | 0.56% | 0.51% | - |
| HSV(B) | 321.43º | 0.7% | 0.78% | - |
| XYZ | 30.94 | 17.71 | 30.64 | - |
| YUV | 112.12 | 149.38 | 190.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 150 | 0 | 0.7 | 0.25 | 0.22 | 321.43 | 0.56 | 0.51 |
| Hex | C8 | 3C | 96 | 0 | 46 | 19 | 16 | 141 | 38 | 33 |
| Octal | 310 | 74 | 226 | 0 | 106 | 31 | 26 | 501 | 70 | 63 |
| Binary | 11001000 | 111100 | 10010110 | 0 | 1000110 | 11001 | 10110 | 101000001 | 111000 | 110011 |
Color Harmonies of #C83C96
Complementary color
Monochromatic Colors of #C83C96
Black with #C83C96
Text Example
Text Example
White with #C83C96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C96; }
p { color: rgb(200,60,150); }
H1.HeaderClassName
{
color: #C83C96;
}
.AnyTagClassName
{
color: #C83C96;
}
</style>
background-color css
<style>
a { background-color: #C83C96; }
a { background-color: rgb(200,60,150); }
div.DivClassName
{
background-color: #C83C96;
}
.BgClassName
{
background-color: #C83C96;
}
</style>
border-color css
<style>
span { border-color: #C83C96; }
span { border-color: rgb(200,60,150); }
td.TdClassName
{
border-color: #C83C96;
}
.TagClassName
{
border-color: #C83C96;
}
</style>