#C05DAC

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

Shades of Fuchsia #C05DAC

Tints of Fuchsia #C05DAC

Color information

#C05DAC (or 0xC05DAC) is unknown color: approx Fuchsia. HEX triplet: C0, 5D and AC. RGB value is (192,93,172). Sum of RGB (Red+Green+Blue) = 192+93+172=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05DAC is #3FA253. Grayscale: #838383. Windows color (decimal): -4170324 or 11296192. OLE color: 11296192.

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

Color convert

RGB19293172-
CMYK00.520.100.25
HSL312.12º44%55.88%-
HSV(B)312.12º51.56%75.29%-
XYZ33.122.0141.53-
YUV131.61150.8171.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.01%
GREEN value IS 93 (36.72% from 255) = 20.35%
BLUE value IS 172 (67.58% from 255) = 37.64%
R=42.01%
G=20.35%
B=37.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929317200.520.100.25312.124455.88
HexC05DAC034A191382c38
Octal30013525406412314705470
Binary110000001011101101011000110100101011001100111000101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05DAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05DAC; }

 p { color: rgb(192,93,172); }

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

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

 a { background-color: rgb(192,93,172); }

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

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

 span { border-color: rgb(192,93,172); }

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