#C05FC9

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

Shades of Fuchsia #C05FC9

Tints of Fuchsia #C05FC9

Color information

#C05FC9 (or 0xC05FC9) is unknown color: approx Fuchsia. HEX triplet: C0, 5F and C9. RGB value is (192,95,201). Sum of RGB (Red+Green+Blue) = 192+95+201=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 95 (37.5% from 255 or 19.47% from 488); Blue value is 201 (78.91% from 255 or 41.19% from 488); Max value from RGB is 201 - color contains mainly: blue. Hex color #C05FC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05FC9 is #3FA036. Grayscale: #878787. Windows color (decimal): -4169783 or 13197248. OLE color: 13197248.

HSL color Cylindrical-coordinate representation of color #C05FC9: hue angle of 294.91º 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 #C05FC9 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19295201-
CMYK0.040.5300.21
HSL294.91º49.53%58.04%-
HSV(B)294.91º52.74%78.82%-
XYZ36.3723.6157.9-
YUV136.09164.64167.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.34%
GREEN value IS 95 (37.5% from 255) = 19.47%
BLUE value IS 201 (78.91% from 255) = 41.19%
R=39.34%
G=19.47%
B=41.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192952010.040.5300.21294.9149.5358.04
HexC05FC9435015127323a
Octal3001373114650254476272
Binary11000000101111111001001100110101010101100100111110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05FC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05FC9; }

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

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

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

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

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

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

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

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