#C03F95

Color #C03F95 Mulberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulberry #C03F95

Tints of Mulberry #C03F95

Color information

#C03F95 (or 0xC03F95) is unknown color: approx Mulberry. HEX triplet: C0, 3F and 95. RGB value is (192,63,149). Sum of RGB (Red+Green+Blue) = 192+63+149=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 63 (25% from 255 or 15.59% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F95 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C03F95 is #3FC06A. Grayscale: #6F6F6F. Windows color (decimal): -4178027 or 9781184. OLE color: 9781184.

HSL color Cylindrical-coordinate representation of color #C03F95: hue angle of 320º 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 #C03F95 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.25.

Color convert

RGB19263149-
CMYK00.670.220.25
HSL320º50.59%50%-
HSV(B)320º67.19%75.29%-
XYZ28.9416.9330.18-
YUV111.38149.24185.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 47.52%
GREEN value IS 63 (25% from 255) = 15.59%
BLUE value IS 149 (58.59% from 255) = 36.88%
R=47.52%
G=15.59%
B=36.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.22
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926314900.670.220.2532050.5950
HexC03F9504316191403332
Octal30077225010326315006362
Binary1100000011111110010101010000111011011001101000000110011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C03F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C03F95; }

 p { color: rgb(192,63,149); }

 H1.HeaderClassName
 {
   color: #C03F95;
 }
 .AnyTagClassName
 {
   color: #C03F95;
 }
</style>
background-color css

<style>
 a { background-color: #C03F95; }

 a { background-color: rgb(192,63,149); }

 div.DivClassName
 {
   background-color: #C03F95;
 }
 .BgClassName
 {
   background-color: #C03F95;
 }
</style>
border-color css

<style>
 span { border-color: #C03F95; }

 span { border-color: rgb(192,63,149); }

 td.TdClassName
 {
   border-color: #C03F95;
 }
 .TagClassName
 {
   border-color: #C03F95;
 }
</style>