#C241A0

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

Shades of Mulberry #C241A0

Tints of Mulberry #C241A0

Color information

#C241A0 (or 0xC241A0) is unknown color: approx Mulberry. HEX triplet: C2, 41 and A0. RGB value is (194,65,160). Sum of RGB (Red+Green+Blue) = 194+65+160=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 65 (25.78% from 255 or 15.51% from 419); Blue value is 160 (62.89% from 255 or 38.19% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C241A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C241A0 is #3DBE5F. Grayscale: #727272. Windows color (decimal): -4046432 or 10502594. OLE color: 10502594.

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

Color convert

RGB19465160-
CMYK00.660.180.24
HSL315.81º51.39%50.78%-
HSV(B)315.81º66.49%76.08%-
XYZ30.4817.7935.08-
YUV114.4153.74184.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 65 (25.78% from 255) = 15.51%
BLUE value IS 160 (62.89% from 255) = 38.19%
R=46.30%
G=15.51%
B=38.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1946516000.660.180.24315.8151.3950.78
HexC241A0042121813c3333
Octal302101240010222304746363
Binary11000010100000110100000010000101001011000100111100110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C241A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C241A0; }

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

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

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

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

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

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

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

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