#C45198

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

Shades of Mulberry #C45198

Tints of Mulberry #C45198

Color information

#C45198 (or 0xC45198) is unknown color: approx Mulberry. HEX triplet: C4, 51 and 98. RGB value is (196,81,152). Sum of RGB (Red+Green+Blue) = 196+81+152=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 196 - color contains mainly: red. Hex color #C45198 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45198 is #3BAE67. Grayscale: #7B7B7B. Windows color (decimal): -3911272 or 9982404. OLE color: 9982404.

HSL color Cylindrical-coordinate representation of color #C45198: hue angle of 322.96º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C45198 is Cyan = 0, Magento = 0.59, Yellow = 0.22 and Black (K on CMYK) = 0.23.

Color convert

RGB19681152-
CMYK00.590.220.23
HSL322.96º49.36%54.31%-
HSV(B)322.96º58.67%76.86%-
XYZ31.3719.8931.89-
YUV123.48144.1179.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.69%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 152 (59.77% from 255) = 35.43%
R=45.69%
G=18.88%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.22
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968115200.590.220.23322.9649.3654.31
HexC4519803B16171433136
Octal30412123007326275036166
Binary1100010010100011001100001110111011010111101000011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C45198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C45198; }

 p { color: rgb(196,81,152); }

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

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

 a { background-color: rgb(196,81,152); }

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

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

 span { border-color: rgb(196,81,152); }

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