#C242A1

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

Shades of Mulberry #C242A1

Tints of Mulberry #C242A1

Color information

#C242A1 (or 0xC242A1) is unknown color: approx Mulberry. HEX triplet: C2, 42 and A1. RGB value is (194,66,161). Sum of RGB (Red+Green+Blue) = 194+66+161=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 66 (26.17% from 255 or 15.68% from 421); Blue value is 161 (63.28% from 255 or 38.24% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C242A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C242A1 is #3DBD5E. Grayscale: #727272. Windows color (decimal): -4046175 or 10568386. OLE color: 10568386.

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

Color convert

RGB19466161-
CMYK00.660.170.24
HSL315.47º51.2%50.98%-
HSV(B)315.47º65.98%76.08%-
XYZ30.6317.9435.57-
YUV115.1153.91184.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 66 (26.17% from 255) = 15.68%
BLUE value IS 161 (63.28% from 255) = 38.24%
R=46.08%
G=15.68%
B=38.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946616100.660.170.24315.4751.250.98
HexC242A1042111813b3333
Octal302102241010221304736363
Binary11000010100001010100001010000101000111000100111011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C242A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C242A1; }

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

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

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

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

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

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

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

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