Shades of Mulberry #C83C93
Tints of Mulberry #C83C93
RGB
CMYK
RGB Variations
Color information
#C83C93 (or 0xC83C93) is known color: Mulberry. HEX triplet: C8, 3C and 93. RGB value is (200,60,147). Sum of RGB (Red+Green+Blue) = 200+60+147=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 60 (23.83% from 255 or 14.74% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C93 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83C93 is #37C36C. Grayscale: #6F6F6F. Windows color (decimal): -3654509 or 9649352. OLE color: 9649352.
HSL color Cylindrical-coordinate representation of color #C83C93: hue angle of 322.71º 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 #C83C93 is Cyan = 0, Magento = 0.7, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 147 | - |
| CMYK | 0 | 0.7 | 0.26 | 0.22 |
| HSL | 322.71º | 0.56% | 0.51% | - |
| HSV(B) | 322.71º | 0.7% | 0.78% | - |
| XYZ | 30.7 | 17.62 | 29.39 | - |
| YUV | 111.78 | 147.88 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 147 | 0 | 0.7 | 0.26 | 0.22 | 322.71 | 0.56 | 0.51 |
| Hex | C8 | 3C | 93 | 0 | 46 | 1A | 16 | 143 | 38 | 33 |
| Octal | 310 | 74 | 223 | 0 | 106 | 32 | 26 | 503 | 70 | 63 |
| Binary | 11001000 | 111100 | 10010011 | 0 | 1000110 | 11010 | 10110 | 101000011 | 111000 | 110011 |
Color Harmonies of #C83C93
Complementary color
Monochromatic Colors of #C83C93
Black with #C83C93
Text Example
Text Example
White with #C83C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C93; }
p { color: rgb(200,60,147); }
H1.HeaderClassName
{
color: #C83C93;
}
.AnyTagClassName
{
color: #C83C93;
}
</style>
background-color css
<style>
a { background-color: #C83C93; }
a { background-color: rgb(200,60,147); }
div.DivClassName
{
background-color: #C83C93;
}
.BgClassName
{
background-color: #C83C93;
}
</style>
border-color css
<style>
span { border-color: #C83C93; }
span { border-color: rgb(200,60,147); }
td.TdClassName
{
border-color: #C83C93;
}
.TagClassName
{
border-color: #C83C93;
}
</style>