#C242A7

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

Shades of Mulberry #C242A7

Tints of Mulberry #C242A7

Color information

#C242A7 (or 0xC242A7) is unknown color: approx Mulberry. HEX triplet: C2, 42 and A7. RGB value is (194,66,167). Sum of RGB (Red+Green+Blue) = 194+66+167=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 66 (26.17% from 255 or 15.46% from 427); Blue value is 167 (65.62% from 255 or 39.11% from 427); Max value from RGB is 194 - color contains mainly: red. Hex color #C242A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C242A7 is #3DBD58. Grayscale: #737373. Windows color (decimal): -4046169 or 10961602. OLE color: 10961602.

HSL color Cylindrical-coordinate representation of color #C242A7: hue angle of 312.66º 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 #C242A7 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB19466167-
CMYK00.660.140.24
HSL312.66º51.2%50.98%-
HSV(B)312.66º65.98%76.08%-
XYZ31.1718.1638.42-
YUV115.79156.91183.79-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 66 (26.17% from 255) = 15.46%
BLUE value IS 167 (65.62% from 255) = 39.11%
R=45.43%
G=15.46%
B=39.11%

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
Decimal1946616700.660.140.24312.6651.250.98
HexC242A7042E181393333
Octal302102247010216304716363
Binary1100001010000101010011101000010111011000100111001110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C242A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C242A7; }

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

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

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

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

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

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

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

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