#C05FA3

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

Shades of Mulberry #C05FA3

Tints of Mulberry #C05FA3

Color information

#C05FA3 (or 0xC05FA3) is unknown color: approx Mulberry. HEX triplet: C0, 5F and A3. RGB value is (192,95,163). Sum of RGB (Red+Green+Blue) = 192+95+163=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 163 (64.06% from 255 or 36.22% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C05FA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05FA3 is #3FA05C. Grayscale: #838383. Windows color (decimal): -4169821 or 10706880. OLE color: 10706880.

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

Color convert

RGB19295163-
CMYK00.510.150.25
HSL317.94º43.5%56.27%-
HSV(B)317.94º50.52%75.29%-
XYZ32.4422.0437.19-
YUV131.76145.64170.97-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.67%
GREEN value IS 95 (37.5% from 255) = 21.11%
BLUE value IS 163 (64.06% from 255) = 36.22%
R=42.67%
G=21.11%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.15
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929516300.510.150.25317.9443.556.27
HexC05FA3033F1913e2b38
Octal30013724306317314765370
Binary110000001011111101000110110011111111001100111110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05FA3; }

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

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

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

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

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

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

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

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