#C05DC8

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

Shades of Fuchsia #C05DC8

Tints of Fuchsia #C05DC8

Color information

#C05DC8 (or 0xC05DC8) is unknown color: approx Fuchsia. HEX triplet: C0, 5D and C8. RGB value is (192,93,200). Sum of RGB (Red+Green+Blue) = 192+93+200=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 200 (78.52% from 255 or 41.24% from 485); Max value from RGB is 200 - color contains mainly: blue. Hex color #C05DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DC8 is #3FA237. Grayscale: #868686. Windows color (decimal): -4170296 or 13131200. OLE color: 13131200.

HSL color Cylindrical-coordinate representation of color #C05DC8: hue angle of 295.51º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05DC8 is Cyan = 0.04, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19293200-
CMYK0.040.5400.22
HSL295.51º49.31%57.45%-
HSV(B)295.51º53.5%78.43%-
XYZ36.0823.2157.22-
YUV134.8164.8168.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.59%
GREEN value IS 93 (36.72% from 255) = 19.18%
BLUE value IS 200 (78.52% from 255) = 41.24%
R=39.59%
G=19.18%
B=41.24%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192932000.040.5400.22295.5149.3157.45
HexC05DC84360161283139
Octal3001353104660264506171
Binary11000000101110111001000100110110010110100101000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05DC8; }

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

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

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

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

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

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

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

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