#C05DAA

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

Shades of Fuchsia #C05DAA

Tints of Fuchsia #C05DAA

Color information

#C05DAA (or 0xC05DAA) is unknown color: approx Fuchsia. HEX triplet: C0, 5D and AA. RGB value is (192,93,170). Sum of RGB (Red+Green+Blue) = 192+93+170=455 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.20% from 455); Green value is 93 (36.72% from 255 or 20.44% from 455); Blue value is 170 (66.80% from 255 or 37.36% from 455); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05DAA is #3FA255. Grayscale: #838383. Windows color (decimal): -4170326 or 11165120. OLE color: 11165120.

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

Color convert

RGB19293170-
CMYK00.520.110.25
HSL313.33º44%55.88%-
HSV(B)313.33º51.56%75.29%-
XYZ32.9121.9440.53-
YUV131.38149.8171.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.20%
GREEN value IS 93 (36.72% from 255) = 20.44%
BLUE value IS 170 (66.80% from 255) = 37.36%
R=42.20%
G=20.44%
B=37.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929317000.520.110.25313.334455.88
HexC05DAA034B191392c38
Octal30013525206413314715470
Binary110000001011101101010100110100101111001100111001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05DAA; }

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

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

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

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

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

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

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

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