Shades of Mulberry #C03FA4
Tints of Mulberry #C03FA4
RGB
CMYK
RGB Variations
Color information
#C03FA4 (or 0xC03FA4) is known color: Mulberry. HEX triplet: C0, 3F and A4. RGB value is (192,63,164). Sum of RGB (Red+Green+Blue) = 192+63+164=419 (55% of max value = 765). Red value is 192 (75.39% from 255 or 45.82% from 419); Green value is 63 (25% from 255 or 15.04% from 419); Blue value is 164 (64.45% from 255 or 39.14% from 419); Max value from RGB is 192 - color contains mainly: red. Hex color #C03FA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03FA4 is #3FC05B. Grayscale: #707070. Windows color (decimal): -4178012 or 10764224. OLE color: 10764224.
HSL color Cylindrical-coordinate representation of color #C03FA4: hue angle of 313.02º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03FA4 is Cyan = 0, Magento = 0.67, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 164 | - |
| CMYK | 0 | 0.67 | 0.15 | 0.25 |
| HSL | 313.02º | 0.51% | 0.5% | - |
| HSV(B) | 313.02º | 0.67% | 0.75% | - |
| XYZ | 30.22 | 17.44 | 36.9 | - |
| YUV | 113.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 164 | 0 | 0.67 | 0.15 | 0.25 | 313.02 | 0.51 | 0.5 |
| Hex | C0 | 3F | A4 | 0 | 43 | F | 19 | 139 | 33 | 32 |
| Octal | 300 | 77 | 244 | 0 | 103 | 17 | 31 | 471 | 63 | 62 |
| Binary | 11000000 | 111111 | 10100100 | 0 | 1000011 | 1111 | 11001 | 100111001 | 110011 | 110010 |
Color Harmonies of #C03FA4
Complementary color
Monochromatic Colors of #C03FA4
Black with #C03FA4
Text Example
Text Example
White with #C03FA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03FA4; }
p { color: rgb(192,63,164); }
H1.HeaderClassName
{
color: #C03FA4;
}
.AnyTagClassName
{
color: #C03FA4;
}
</style>
background-color css
<style>
a { background-color: #C03FA4; }
a { background-color: rgb(192,63,164); }
div.DivClassName
{
background-color: #C03FA4;
}
.BgClassName
{
background-color: #C03FA4;
}
</style>
border-color css
<style>
span { border-color: #C03FA4; }
span { border-color: rgb(192,63,164); }
td.TdClassName
{
border-color: #C03FA4;
}
.TagClassName
{
border-color: #C03FA4;
}
</style>