Shades of Mulberry #C64192
Tints of Mulberry #C64192
RGB
CMYK
RGB Variations
Color information
#C64192 (or 0xC64192) is known color: Mulberry. HEX triplet: C6, 41 and 92. RGB value is (198,65,146). Sum of RGB (Red+Green+Blue) = 198+65+146=409 (54% of max value = 765). Red value is 198 (77.73% from 255 or 48.41% from 409); Green value is 65 (25.78% from 255 or 15.89% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 198 - color contains mainly: red. Hex color #C64192 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C64192 is #39BE6D. Grayscale: #717171. Windows color (decimal): -3784302 or 9585094. OLE color: 9585094.
HSL color Cylindrical-coordinate representation of color #C64192: hue angle of 323.46º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C64192 is Cyan = 0, Magento = 0.67, Yellow = 0.26 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 65 | 146 | - |
| CMYK | 0 | 0.67 | 0.26 | 0.22 |
| HSL | 323.46º | 0.54% | 0.52% | - |
| HSV(B) | 323.46º | 0.67% | 0.78% | - |
| XYZ | 30.37 | 17.86 | 29.04 | - |
| YUV | 114 | 146.06 | 187.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 65 | 146 | 0 | 0.67 | 0.26 | 0.22 | 323.46 | 0.54 | 0.52 |
| Hex | C6 | 41 | 92 | 0 | 43 | 1A | 16 | 143 | 36 | 34 |
| Octal | 306 | 101 | 222 | 0 | 103 | 32 | 26 | 503 | 66 | 64 |
| Binary | 11000110 | 1000001 | 10010010 | 0 | 1000011 | 11010 | 10110 | 101000011 | 110110 | 110100 |
Color Harmonies of #C64192
Complementary color
Monochromatic Colors of #C64192
Black with #C64192
Text Example
Text Example
White with #C64192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64192; }
p { color: rgb(198,65,146); }
H1.HeaderClassName
{
color: #C64192;
}
.AnyTagClassName
{
color: #C64192;
}
</style>
background-color css
<style>
a { background-color: #C64192; }
a { background-color: rgb(198,65,146); }
div.DivClassName
{
background-color: #C64192;
}
.BgClassName
{
background-color: #C64192;
}
</style>
border-color css
<style>
span { border-color: #C64192; }
span { border-color: rgb(198,65,146); }
td.TdClassName
{
border-color: #C64192;
}
.TagClassName
{
border-color: #C64192;
}
</style>