#C05DAE

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

Shades of Fuchsia #C05DAE

Tints of Fuchsia #C05DAE

Color information

#C05DAE (or 0xC05DAE) is unknown color: approx Fuchsia. HEX triplet: C0, 5D and AE. RGB value is (192,93,174). Sum of RGB (Red+Green+Blue) = 192+93+174=459 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.83% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 174 (68.36% from 255 or 37.91% from 459); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05DAE is #3FA251. Grayscale: #838383. Windows color (decimal): -4170322 or 11427264. OLE color: 11427264.

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

Color convert

RGB19293174-
CMYK00.520.090.25
HSL310.91º44%55.88%-
HSV(B)310.91º51.56%75.29%-
XYZ33.2922.0942.55-
YUV131.84151.8170.91-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.83%
GREEN value IS 93 (36.72% from 255) = 20.26%
BLUE value IS 174 (68.36% from 255) = 37.91%
R=41.83%
G=20.26%
B=37.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929317400.520.090.25310.914455.88
HexC05DAE0349191372c38
Octal30013525606411314675470
Binary110000001011101101011100110100100111001100110111101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05DAE; }

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

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

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

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

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

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

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

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