#C04FA5

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

Shades of Mulberry #C04FA5

Tints of Mulberry #C04FA5

Color information

#C04FA5 (or 0xC04FA5) is unknown color: approx Mulberry. HEX triplet: C0, 4F and A5. RGB value is (192,79,165). Sum of RGB (Red+Green+Blue) = 192+79+165=436 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.04% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 165 (64.84% from 255 or 37.84% from 436); Max value from RGB is 192 - color contains mainly: red. Hex color #C04FA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04FA5 is #3FB05A. Grayscale: #7A7A7A. Windows color (decimal): -4173915 or 10833856. OLE color: 10833856.

HSL color Cylindrical-coordinate representation of color #C04FA5: hue angle of 314.34º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04FA5 is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB19279165-
CMYK00.590.140.25
HSL314.34º47.28%53.14%-
HSV(B)314.34º58.85%75.29%-
XYZ31.3319.5237.71-
YUV122.59151.94177.51-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.04%
GREEN value IS 79 (31.25% from 255) = 18.12%
BLUE value IS 165 (64.84% from 255) = 37.84%
R=44.04%
G=18.12%
B=37.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927916500.590.140.25314.3447.2853.14
HexC04FA503BE1913a2f35
Octal30011724507316314725765
Binary110000001001111101001010111011111011001100111010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04FA5; }

 p { color: rgb(192,79,165); }

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

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

 a { background-color: rgb(192,79,165); }

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

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

 span { border-color: rgb(192,79,165); }

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