#C04DA0

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

Shades of Mulberry #C04DA0

Tints of Mulberry #C04DA0

Color information

#C04DA0 (or 0xC04DA0) is unknown color: approx Mulberry. HEX triplet: C0, 4D and A0. RGB value is (192,77,160). Sum of RGB (Red+Green+Blue) = 192+77+160=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C04DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04DA0 is #3FB25F. Grayscale: #787878. Windows color (decimal): -4174432 or 10505664. OLE color: 10505664.

HSL color Cylindrical-coordinate representation of color #C04DA0: hue angle of 316.7º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04DA0 is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.25.

Color convert

RGB19277160-
CMYK00.600.170.25
HSL316.7º47.72%52.75%-
HSV(B)316.7º59.9%75.29%-
XYZ30.7419.0535.32-
YUV120.85150.1178.75-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 77 (30.47% from 255) = 17.95%
BLUE value IS 160 (62.89% from 255) = 37.30%
R=44.76%
G=17.95%
B=37.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.17
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927716000.600.170.25316.747.7252.75
HexC04DA003C111913d3035
Octal30011524007421314756065
Binary1100000010011011010000001111001000111001100111101110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04DA0; }

 p { color: rgb(192,77,160); }

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

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

 a { background-color: rgb(192,77,160); }

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

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

 span { border-color: rgb(192,77,160); }

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