#C241A1

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

Shades of Mulberry #C241A1

Tints of Mulberry #C241A1

Color information

#C241A1 (or 0xC241A1) is unknown color: approx Mulberry. HEX triplet: C2, 41 and A1. RGB value is (194,65,161). Sum of RGB (Red+Green+Blue) = 194+65+161=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 65 (25.78% from 255 or 15.48% from 420); Blue value is 161 (63.28% from 255 or 38.33% from 420); Max value from RGB is 194 - color contains mainly: red. Hex color #C241A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C241A1 is #3DBE5E. Grayscale: #727272. Windows color (decimal): -4046431 or 10568130. OLE color: 10568130.

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

Color convert

RGB19465161-
CMYK00.660.170.24
HSL315.35º51.39%50.78%-
HSV(B)315.35º66.49%76.08%-
XYZ30.5717.8235.55-
YUV114.52154.24184.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.19%
GREEN value IS 65 (25.78% from 255) = 15.48%
BLUE value IS 161 (63.28% from 255) = 38.33%
R=46.19%
G=15.48%
B=38.33%

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
Decimal1946516100.660.170.24315.3551.3950.78
HexC241A1042111813b3333
Octal302101241010221304736363
Binary11000010100000110100001010000101000111000100111011110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C241A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C241A1; }

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

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

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

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

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

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

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

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