#C04F9E

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

Shades of Mulberry #C04F9E

Tints of Mulberry #C04F9E

Color information

#C04F9E (or 0xC04F9E) is unknown color: approx Mulberry. HEX triplet: C0, 4F and 9E. RGB value is (192,79,158). Sum of RGB (Red+Green+Blue) = 192+79+158=429 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.76% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 158 (62.11% from 255 or 36.83% from 429); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C04F9E is #3FB061. Grayscale: #797979. Windows color (decimal): -4173922 or 10375104. OLE color: 10375104.

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

Color convert

RGB19279158-
CMYK00.590.180.25
HSL318.05º47.28%53.14%-
HSV(B)318.05º58.85%75.29%-
XYZ30.7119.2734.45-
YUV121.79148.44178.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 44.76%
GREEN value IS 79 (31.25% from 255) = 18.41%
BLUE value IS 158 (62.11% from 255) = 36.83%
R=44.76%
G=18.41%
B=36.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927915800.590.180.25318.0547.2853.14
HexC04F9E03B121913e2f35
Octal30011723607322314765765
Binary1100000010011111001111001110111001011001100111110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04F9E; }

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

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

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

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

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

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

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

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