#C04381

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

Shades of Mulberry #C04381

Tints of Mulberry #C04381

Color information

#C04381 (or 0xC04381) is unknown color: approx Mulberry. HEX triplet: C0, 43 and 81. RGB value is (192,67,129). Sum of RGB (Red+Green+Blue) = 192+67+129=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 67 (26.56% from 255 or 17.27% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C04381 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04381 is #3FBC7E. Grayscale: #6F6F6F. Windows color (decimal): -4177023 or 8471488. OLE color: 8471488.

HSL color Cylindrical-coordinate representation of color #C04381: hue angle of 330.24º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04381 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.25.

Color convert

RGB19267129-
CMYK00.650.330.25
HSL330.24º49.8%50.78%-
HSV(B)330.24º65.1%75.29%-
XYZ27.7116.8122.55-
YUV111.44137.91185.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.48%
GREEN value IS 67 (26.56% from 255) = 17.27%
BLUE value IS 129 (50.78% from 255) = 33.25%
R=49.48%
G=17.27%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926712900.650.330.25330.2449.850.78
HexC04381041211914a3233
Octal300103201010141315126263
Binary110000001000011100000010100000110000111001101001010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04381; }

 p { color: rgb(192,67,129); }

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

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

 a { background-color: rgb(192,67,129); }

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

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

 span { border-color: rgb(192,67,129); }

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