#c05fa2

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

Shades of Mulberry #C05FA2

Tints of Mulberry #C05FA2

Color information

#C05FA2 (or 0xC05FA2) is unknown color: approx Mulberry. HEX triplet: C0, 5F and A2. RGB value is (192,95,162). Sum of RGB (Red+Green+Blue) = 192+95+162=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 162 (63.67% from 255 or 36.08% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05FA2 is #3FA05D. Grayscale: #838383. Windows color (decimal): -4169822 or 10641344. OLE color: 10641344.

HSL color Cylindrical-coordinate representation of color #C05FA2: hue angle of 318.56º degrees, saturation: 0.43, 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 #C05FA2 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB19295162-
CMYK00.510.160.25
HSL318.56º43.5%56.27%-
HSV(B)318.56º50.52%75.29%-
XYZ32.352236.72-
YUV131.64145.14171.05-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 95 (37.5% from 255) = 21.16%
BLUE value IS 162 (63.67% from 255) = 36.08%
R=42.76%
G=21.16%
B=36.08%

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
Decimal1929516200.510.160.25318.5643.556.27
HexC05FA2033101913f2b38
Octal30013724206320314775370
Binary1100000010111111010001001100111000011001100111111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c05fa2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c05fa2; }

 p { color: rgb(192,95,162); }

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

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

 a { background-color: rgb(192,95,162); }

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

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

 span { border-color: rgb(192,95,162); }

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