Shades of Mulberry #C83C9D
Tints of Mulberry #C83C9D
RGB
CMYK
RGB Variations
Color information
#C83C9D (or 0xC83C9D) is known color: Mulberry. HEX triplet: C8, 3C and 9D. RGB value is (200,60,157). Sum of RGB (Red+Green+Blue) = 200+60+157=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 60 (23.83% from 255 or 14.39% from 417); Blue value is 157 (61.72% from 255 or 37.65% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C83C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83C9D is #37C362. Grayscale: #707070. Windows color (decimal): -3654499 or 10304712. OLE color: 10304712.
HSL color Cylindrical-coordinate representation of color #C83C9D: hue angle of 318.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 #C83C9D is Cyan = 0, Magento = 0.7, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 60 | 157 | - |
| CMYK | 0 | 0.7 | 0.22 | 0.22 |
| HSL | 318.43º | 0.56% | 0.51% | - |
| HSV(B) | 318.43º | 0.7% | 0.78% | - |
| XYZ | 31.52 | 17.95 | 33.7 | - |
| YUV | 112.92 | 152.88 | 190.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 157 | 0 | 0.7 | 0.22 | 0.22 | 318.43 | 0.56 | 0.51 |
| Hex | C8 | 3C | 9D | 0 | 46 | 16 | 16 | 13E | 38 | 33 |
| Octal | 310 | 74 | 235 | 0 | 106 | 26 | 26 | 476 | 70 | 63 |
| Binary | 11001000 | 111100 | 10011101 | 0 | 1000110 | 10110 | 10110 | 100111110 | 111000 | 110011 |
Color Harmonies of #C83C9D
Complementary color
Monochromatic Colors of #C83C9D
Black with #C83C9D
Text Example
Text Example
White with #C83C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83C9D; }
p { color: rgb(200,60,157); }
H1.HeaderClassName
{
color: #C83C9D;
}
.AnyTagClassName
{
color: #C83C9D;
}
</style>
background-color css
<style>
a { background-color: #C83C9D; }
a { background-color: rgb(200,60,157); }
div.DivClassName
{
background-color: #C83C9D;
}
.BgClassName
{
background-color: #C83C9D;
}
</style>
border-color css
<style>
span { border-color: #C83C9D; }
span { border-color: rgb(200,60,157); }
td.TdClassName
{
border-color: #C83C9D;
}
.TagClassName
{
border-color: #C83C9D;
}
</style>