#C04F90

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

Shades of Mulberry #C04F90

Tints of Mulberry #C04F90

Color information

#C04F90 (or 0xC04F90) is unknown color: approx Mulberry. HEX triplet: C0, 4F and 90. RGB value is (192,79,144). Sum of RGB (Red+Green+Blue) = 192+79+144=415 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.27% from 415); Green value is 79 (31.25% from 255 or 19.04% from 415); Blue value is 144 (56.64% from 255 or 34.70% from 415); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F90 is #3FB06F. Grayscale: #787878. Windows color (decimal): -4173936 or 9457600. OLE color: 9457600.

HSL color Cylindrical-coordinate representation of color #C04F90: hue angle of 325.49º 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 #C04F90 is Cyan = 0, Magento = 0.59, Yellow = 0.25 and Black (K on CMYK) = 0.25.

Color convert

RGB19279144-
CMYK00.590.250.25
HSL325.49º47.28%53.14%-
HSV(B)325.49º58.85%75.29%-
XYZ29.5718.8128.46-
YUV120.2141.44179.21-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.27%
GREEN value IS 79 (31.25% from 255) = 19.04%
BLUE value IS 144 (56.64% from 255) = 34.70%
R=46.27%
G=19.04%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.25
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927914400.590.250.25325.4947.2853.14
HexC04F9003B19191452f35
Octal30011722007331315055765
Binary1100000010011111001000001110111100111001101000101101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04F90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04F90; }

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

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

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

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

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

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

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

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