Shades of Mulberry #C03CA6
Tints of Mulberry #C03CA6
RGB
CMYK
RGB Variations
Color information
#C03CA6 (or 0xC03CA6) is known color: Mulberry. HEX triplet: C0, 3C and A6. RGB value is (192,60,166). Sum of RGB (Red+Green+Blue) = 192+60+166=418 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.93% from 418); Green value is 60 (23.83% from 255 or 14.35% from 418); Blue value is 166 (65.23% from 255 or 39.71% from 418); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03CA6 is #3FC359. Grayscale: #6F6F6F. Windows color (decimal): -4178778 or 10894528. OLE color: 10894528.
HSL color Cylindrical-coordinate representation of color #C03CA6: hue angle of 311.82º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C03CA6 is Cyan = 0, Magento = 0.69, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 166 | - |
| CMYK | 0 | 0.69 | 0.14 | 0.25 |
| HSL | 311.82º | 0.52% | 0.49% | - |
| HSV(B) | 311.82º | 0.69% | 0.75% | - |
| XYZ | 30.24 | 17.19 | 37.8 | - |
| YUV | 111.55 | 158.73 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 166 | 0 | 0.69 | 0.14 | 0.25 | 311.82 | 0.52 | 0.49 |
| Hex | C0 | 3C | A6 | 0 | 45 | E | 19 | 138 | 34 | 31 |
| Octal | 300 | 74 | 246 | 0 | 105 | 16 | 31 | 470 | 64 | 61 |
| Binary | 11000000 | 111100 | 10100110 | 0 | 1000101 | 1110 | 11001 | 100111000 | 110100 | 110001 |
Color Harmonies of #C03CA6
Complementary color
Monochromatic Colors of #C03CA6
Black with #C03CA6
Text Example
Text Example
White with #C03CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CA6; }
p { color: rgb(192,60,166); }
H1.HeaderClassName
{
color: #C03CA6;
}
.AnyTagClassName
{
color: #C03CA6;
}
</style>
background-color css
<style>
a { background-color: #C03CA6; }
a { background-color: rgb(192,60,166); }
div.DivClassName
{
background-color: #C03CA6;
}
.BgClassName
{
background-color: #C03CA6;
}
</style>
border-color css
<style>
span { border-color: #C03CA6; }
span { border-color: rgb(192,60,166); }
td.TdClassName
{
border-color: #C03CA6;
}
.TagClassName
{
border-color: #C03CA6;
}
</style>