#C04A81

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

Shades of Mulberry #C04A81

Tints of Mulberry #C04A81

Color information

#C04A81 (or 0xC04A81) is unknown color: approx Mulberry. HEX triplet: C0, 4A and 81. RGB value is (192,74,129). Sum of RGB (Red+Green+Blue) = 192+74+129=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 129 (50.78% from 255 or 32.66% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C04A81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04A81 is #3FB57E. Grayscale: #737373. Windows color (decimal): -4175231 or 8473280. OLE color: 8473280.

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

Color convert

RGB19274129-
CMYK00.610.330.25
HSL332.03º48.36%52.16%-
HSV(B)332.03º61.46%75.29%-
XYZ28.1517.6922.7-
YUV115.55135.59182.53-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 48.61%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 129 (50.78% from 255) = 32.66%
R=48.61%
G=18.73%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927412900.610.330.25332.0348.3652.16
HexC04A8103D211914c3034
Octal30011220107541315146064
Binary11000000100101010000001011110110000111001101001100110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04A81; }

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

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

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

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

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

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

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

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