#C05DCA

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

Shades of Fuchsia #C05DCA

Tints of Fuchsia #C05DCA

Color information

#C05DCA (or 0xC05DCA) is unknown color: approx Fuchsia. HEX triplet: C0, 5D and CA. RGB value is (192,93,202). Sum of RGB (Red+Green+Blue) = 192+93+202=487 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.43% from 487); Green value is 93 (36.72% from 255 or 19.10% from 487); Blue value is 202 (79.30% from 255 or 41.48% from 487); Max value from RGB is 202 - color contains mainly: blue. Hex color #C05DCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05DCA is #3FA235. Grayscale: #868686. Windows color (decimal): -4170294 or 13262272. OLE color: 13262272.

HSL color Cylindrical-coordinate representation of color #C05DCA: hue angle of 294.5º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C05DCA is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19293202-
CMYK0.050.5400.21
HSL294.5º50.7%57.84%-
HSV(B)294.5º53.96%79.22%-
XYZ36.3123.358.46-
YUV135.03165.8168.64-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.43%
GREEN value IS 93 (36.72% from 255) = 19.10%
BLUE value IS 202 (79.30% from 255) = 41.48%
R=39.43%
G=19.10%
B=41.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192932020.050.5400.21294.550.757.84
HexC05DCA536015126333a
Octal3001353125660254466372
Binary11000000101110111001010101110110010101100100110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05DCA; }

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

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

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

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

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

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

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

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