#C04498

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

Shades of Mulberry #C04498

Tints of Mulberry #C04498

Color information

#C04498 (or 0xC04498) is unknown color: approx Mulberry. HEX triplet: C0, 44 and 98. RGB value is (192,68,152). Sum of RGB (Red+Green+Blue) = 192+68+152=412 (54% of max value = 765). Red value is 192 (75.39% from 255 or 46.60% from 412); Green value is 68 (26.95% from 255 or 16.50% from 412); Blue value is 152 (59.77% from 255 or 36.89% from 412); Max value from RGB is 192 - color contains mainly: red. Hex color #C04498 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C04498 is #3FBB67. Grayscale: #727272. Windows color (decimal): -4176744 or 9979072. OLE color: 9979072.

HSL color Cylindrical-coordinate representation of color #C04498: hue angle of 319.35º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04498 is Cyan = 0, Magento = 0.65, Yellow = 0.21 and Black (K on CMYK) = 0.25.

Color convert

RGB19268152-
CMYK00.650.210.25
HSL319.35º49.6%50.98%-
HSV(B)319.35º64.58%75.29%-
XYZ29.4717.6131.55-
YUV114.65149.08183.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 46.60%
GREEN value IS 68 (26.95% from 255) = 16.50%
BLUE value IS 152 (59.77% from 255) = 36.89%
R=46.60%
G=16.50%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.21
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926815200.650.210.25319.3549.650.98
HexC04498041151913f3233
Octal300104230010125314776263
Binary11000000100010010011000010000011010111001100111111110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C04498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C04498; }

 p { color: rgb(192,68,152); }

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

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

 a { background-color: rgb(192,68,152); }

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

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

 span { border-color: rgb(192,68,152); }

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