#C242A6

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

Shades of Mulberry #C242A6

Tints of Mulberry #C242A6

Color information

#C242A6 (or 0xC242A6) is unknown color: approx Mulberry. HEX triplet: C2, 42 and A6. RGB value is (194,66,166). Sum of RGB (Red+Green+Blue) = 194+66+166=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 166 (65.23% from 255 or 38.97% from 426); Max value from RGB is 194 - color contains mainly: red. Hex color #C242A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C242A6 is #3DBD59. Grayscale: #737373. Windows color (decimal): -4046170 or 10896066. OLE color: 10896066.

HSL color Cylindrical-coordinate representation of color #C242A6: hue angle of 313.12º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C242A6 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB19466166-
CMYK00.660.140.24
HSL313.12º51.2%50.98%-
HSV(B)313.12º65.98%76.08%-
XYZ31.0818.1237.94-
YUV115.67156.41183.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 66 (26.17% from 255) = 15.49%
BLUE value IS 166 (65.23% from 255) = 38.97%
R=45.54%
G=15.49%
B=38.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946616600.660.140.24313.1251.250.98
HexC242A6042E181393333
Octal302102246010216304716363
Binary1100001010000101010011001000010111011000100111001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C242A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C242A6; }

 p { color: rgb(194,66,166); }

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

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

 a { background-color: rgb(194,66,166); }

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

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

 span { border-color: rgb(194,66,166); }

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