Shades of Mulberry #C63D83
Tints of Mulberry #C63D83
RGB
CMYK
RGB Variations
Color information
#C63D83 (or 0xC63D83) is known color: Mulberry. HEX triplet: C6, 3D and 83. RGB value is (198,61,131). Sum of RGB (Red+Green+Blue) = 198+61+131=390 (51% of max value = 765). Red value is 198 (77.73% from 255 or 50.77% from 390); Green value is 61 (24.22% from 255 or 15.64% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 198 - color contains mainly: red. Hex color #C63D83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C63D83 is #39C27C. Grayscale: #6D6D6D. Windows color (decimal): -3785341 or 8601030. OLE color: 8601030.
HSL color Cylindrical-coordinate representation of color #C63D83: hue angle of 329.34º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C63D83 is Cyan = 0, Magento = 0.69, Yellow = 0.34 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 61 | 131 | - |
| CMYK | 0 | 0.69 | 0.34 | 0.22 |
| HSL | 329.34º | 0.55% | 0.51% | - |
| HSV(B) | 329.34º | 0.69% | 0.78% | - |
| XYZ | 29.05 | 16.98 | 23.22 | - |
| YUV | 109.94 | 139.89 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 61 | 131 | 0 | 0.69 | 0.34 | 0.22 | 329.34 | 0.55 | 0.51 |
| Hex | C6 | 3D | 83 | 0 | 45 | 22 | 16 | 149 | 37 | 33 |
| Octal | 306 | 75 | 203 | 0 | 105 | 42 | 26 | 511 | 67 | 63 |
| Binary | 11000110 | 111101 | 10000011 | 0 | 1000101 | 100010 | 10110 | 101001001 | 110111 | 110011 |
Color Harmonies of #C63D83
Complementary color
Monochromatic Colors of #C63D83
Black with #C63D83
Text Example
Text Example
White with #C63D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63D83; }
p { color: rgb(198,61,131); }
H1.HeaderClassName
{
color: #C63D83;
}
.AnyTagClassName
{
color: #C63D83;
}
</style>
background-color css
<style>
a { background-color: #C63D83; }
a { background-color: rgb(198,61,131); }
div.DivClassName
{
background-color: #C63D83;
}
.BgClassName
{
background-color: #C63D83;
}
</style>
border-color css
<style>
span { border-color: #C63D83; }
span { border-color: rgb(198,61,131); }
td.TdClassName
{
border-color: #C63D83;
}
.TagClassName
{
border-color: #C63D83;
}
</style>