#C05FCA

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

Shades of Fuchsia #C05FCA

Tints of Fuchsia #C05FCA

Color information

#C05FCA (or 0xC05FCA) is unknown color: approx Fuchsia. HEX triplet: C0, 5F and CA. RGB value is (192,95,202). Sum of RGB (Red+Green+Blue) = 192+95+202=489 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.26% from 489); Green value is 95 (37.5% from 255 or 19.43% from 489); Blue value is 202 (79.30% from 255 or 41.31% from 489); Max value from RGB is 202 - color contains mainly: blue. Hex color #C05FCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FCA is #3FA035. Grayscale: #878787. Windows color (decimal): -4169782 or 13262784. OLE color: 13262784.

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

Color convert

RGB19295202-
CMYK0.050.5300.21
HSL294.39º50.23%58.24%-
HSV(B)294.39º52.97%79.22%-
XYZ36.4923.6658.52-
YUV136.2165.14167.8-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.26%
GREEN value IS 95 (37.5% from 255) = 19.43%
BLUE value IS 202 (79.30% from 255) = 41.31%
R=39.26%
G=19.43%
B=41.31%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192952020.050.5300.21294.3950.2358.24
HexC05FCA535015126323a
Octal3001373125650254466272
Binary11000000101111111001010101110101010101100100110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05FCA; }

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

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

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

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

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

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

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

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