Shades of Mulberry #C03CA4
Tints of Mulberry #C03CA4
RGB
CMYK
RGB Variations
Color information
#C03CA4 (or 0xC03CA4) is known color: Mulberry. HEX triplet: C0, 3C and A4. RGB value is (192,60,164). Sum of RGB (Red+Green+Blue) = 192+60+164=416 (55% of max value = 765). Red value is 192 (75.39% from 255 or 46.15% from 416); Green value is 60 (23.83% from 255 or 14.42% from 416); Blue value is 164 (64.45% from 255 or 39.42% from 416); Max value from RGB is 192 - color contains mainly: red. Hex color #C03CA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03CA4 is #3FC35B. Grayscale: #6F6F6F. Windows color (decimal): -4178780 or 10763456. OLE color: 10763456.
HSL color Cylindrical-coordinate representation of color #C03CA4: hue angle of 312.73º 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 #C03CA4 is Cyan = 0, Magento = 0.69, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 60 | 164 | - |
| CMYK | 0 | 0.69 | 0.15 | 0.25 |
| HSL | 312.73º | 0.52% | 0.49% | - |
| HSV(B) | 312.73º | 0.69% | 0.75% | - |
| XYZ | 30.05 | 17.12 | 36.84 | - |
| YUV | 111.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 60 | 164 | 0 | 0.69 | 0.15 | 0.25 | 312.73 | 0.52 | 0.49 |
| Hex | C0 | 3C | A4 | 0 | 45 | F | 19 | 139 | 34 | 31 |
| Octal | 300 | 74 | 244 | 0 | 105 | 17 | 31 | 471 | 64 | 61 |
| Binary | 11000000 | 111100 | 10100100 | 0 | 1000101 | 1111 | 11001 | 100111001 | 110100 | 110001 |
Color Harmonies of #C03CA4
Complementary color
Monochromatic Colors of #C03CA4
Black with #C03CA4
Text Example
Text Example
White with #C03CA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03CA4; }
p { color: rgb(192,60,164); }
H1.HeaderClassName
{
color: #C03CA4;
}
.AnyTagClassName
{
color: #C03CA4;
}
</style>
background-color css
<style>
a { background-color: #C03CA4; }
a { background-color: rgb(192,60,164); }
div.DivClassName
{
background-color: #C03CA4;
}
.BgClassName
{
background-color: #C03CA4;
}
</style>
border-color css
<style>
span { border-color: #C03CA4; }
span { border-color: rgb(192,60,164); }
td.TdClassName
{
border-color: #C03CA4;
}
.TagClassName
{
border-color: #C03CA4;
}
</style>