#C05EA1

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

Shades of Mulberry #C05EA1

Tints of Mulberry #C05EA1

Color information

#C05EA1 (or 0xC05EA1) is unknown color: approx Mulberry. HEX triplet: C0, 5E and A1. RGB value is (192,94,161). Sum of RGB (Red+Green+Blue) = 192+94+161=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 94 (37.11% from 255 or 21.03% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C05EA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05EA1 is #3FA15E. Grayscale: #828282. Windows color (decimal): -4170079 or 10575552. OLE color: 10575552.

HSL color Cylindrical-coordinate representation of color #C05EA1: hue angle of 318.98º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C05EA1 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB19294161-
CMYK00.510.160.25
HSL318.98º43.75%56.08%-
HSV(B)318.98º51.04%75.29%-
XYZ32.1721.7936.23-
YUV130.94144.97171.55-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 94 (37.11% from 255) = 21.03%
BLUE value IS 161 (63.28% from 255) = 36.02%
R=42.95%
G=21.03%
B=36.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929416100.510.160.25318.9843.7556.08
HexC05EA1033101913f2c38
Octal30013624106320314775470
Binary1100000010111101010000101100111000011001100111111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05EA1; }

 p { color: rgb(192,94,161); }

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

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

 a { background-color: rgb(192,94,161); }

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

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

 span { border-color: rgb(192,94,161); }

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