Shades of Mulberry #C65C9E
Tints of Mulberry #C65C9E
RGB
CMYK
RGB Variations
Color information
#C65C9E (or 0xC65C9E) is known color: Mulberry. HEX triplet: C6, 5C and 9E. RGB value is (198,92,158). Sum of RGB (Red+Green+Blue) = 198+92+158=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 92 (36.33% from 255 or 20.54% from 448); Blue value is 158 (62.11% from 255 or 35.27% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C65C9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C65C9E is #39A361. Grayscale: #838383. Windows color (decimal): -3777378 or 10378438. OLE color: 10378438.
HSL color Cylindrical-coordinate representation of color #C65C9E: hue angle of 322.64º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C65C9E is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 92 | 158 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.22 |
| HSL | 322.64º | 0.48% | 0.57% | - |
| HSV(B) | 322.64º | 0.54% | 0.78% | - |
| XYZ | 33.29 | 22.13 | 34.86 | - |
| YUV | 131.22 | 143.12 | 175.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 92 | 158 | 0 | 0.54 | 0.20 | 0.22 | 322.64 | 0.48 | 0.57 |
| Hex | C6 | 5C | 9E | 0 | 36 | 14 | 16 | 143 | 30 | 39 |
| Octal | 306 | 134 | 236 | 0 | 66 | 24 | 26 | 503 | 60 | 71 |
| Binary | 11000110 | 1011100 | 10011110 | 0 | 110110 | 10100 | 10110 | 101000011 | 110000 | 111001 |
Color Harmonies of #C65C9E
Complementary color
Monochromatic Colors of #C65C9E
Black with #C65C9E
Text Example
Text Example
White with #C65C9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C65C9E; }
p { color: rgb(198,92,158); }
H1.HeaderClassName
{
color: #C65C9E;
}
.AnyTagClassName
{
color: #C65C9E;
}
</style>
background-color css
<style>
a { background-color: #C65C9E; }
a { background-color: rgb(198,92,158); }
div.DivClassName
{
background-color: #C65C9E;
}
.BgClassName
{
background-color: #C65C9E;
}
</style>
border-color css
<style>
span { border-color: #C65C9E; }
span { border-color: rgb(198,92,158); }
td.TdClassName
{
border-color: #C65C9E;
}
.TagClassName
{
border-color: #C65C9E;
}
</style>