#C05DA8

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

Shades of Fuchsia #C05DA8

Tints of Fuchsia #C05DA8

Color information

#C05DA8 (or 0xC05DA8) is unknown color: approx Fuchsia. HEX triplet: C0, 5D and A8. RGB value is (192,93,168). Sum of RGB (Red+Green+Blue) = 192+93+168=453 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.38% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 168 (66.02% from 255 or 37.09% from 453); Max value from RGB is 192 - color contains mainly: red. Hex color #C05DA8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05DA8 is #3FA257. Grayscale: #828282. Windows color (decimal): -4170328 or 11034048. OLE color: 11034048.

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

Color convert

RGB19293168-
CMYK00.520.120.25
HSL314.55º44%55.88%-
HSV(B)314.55º51.56%75.29%-
XYZ32.7221.8639.54-
YUV131.15148.8171.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.38%
GREEN value IS 93 (36.72% from 255) = 20.53%
BLUE value IS 168 (66.02% from 255) = 37.09%
R=42.38%
G=20.53%
B=37.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.12
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929316800.520.120.25314.554455.88
HexC05DA8034C1913b2c38
Octal30013525006414314735470
Binary110000001011101101010000110100110011001100111011101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05DA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05DA8; }

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

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

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

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

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

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

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

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