#C04081

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

Shades of Mulberry #C04081

Tints of Mulberry #C04081

Color information

#C04081 (or 0xC04081) is unknown color: approx Mulberry. HEX triplet: C0, 40 and 81. RGB value is (192,64,129). Sum of RGB (Red+Green+Blue) = 192+64+129=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 129 (50.78% from 255 or 33.51% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C04081 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04081 is #3FBF7E. Grayscale: #6D6D6D. Windows color (decimal): -4177791 or 8470720. OLE color: 8470720.

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

Color convert

RGB19264129-
CMYK00.670.330.25
HSL329.53º50.39%50.2%-
HSV(B)329.53º66.67%75.29%-
XYZ27.5316.4622.49-
YUV109.68138.91186.71-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 49.87%
GREEN value IS 64 (25.39% from 255) = 16.62%
BLUE value IS 129 (50.78% from 255) = 33.51%
R=49.87%
G=16.62%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926412900.670.330.25329.5350.3950.2
HexC04081043211914a3232
Octal300100201010341315126262
Binary110000001000000100000010100001110000111001101001010110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04081; }

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

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

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

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

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

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

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

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