#C05CC9

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

Shades of Fuchsia #C05CC9

Tints of Fuchsia #C05CC9

Color information

#C05CC9 (or 0xC05CC9) is unknown color: approx Fuchsia. HEX triplet: C0, 5C and C9. RGB value is (192,92,201). Sum of RGB (Red+Green+Blue) = 192+92+201=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #C05CC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C05CC9 is #3FA336. Grayscale: #858585. Windows color (decimal): -4170551 or 13196480. OLE color: 13196480.

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

Color convert

RGB19292201-
CMYK0.040.5400.21
HSL295.05º50.23%57.45%-
HSV(B)295.05º54.23%78.82%-
XYZ36.1123.0857.81-
YUV134.33165.63169.14-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.59%
GREEN value IS 92 (36.33% from 255) = 18.97%
BLUE value IS 201 (78.91% from 255) = 41.44%
R=39.59%
G=18.97%
B=41.44%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192922010.040.5400.21295.0550.2357.45
HexC05CC94360151273239
Octal3001343114660254476271
Binary11000000101110011001001100110110010101100100111110010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05CC9; }

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

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

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

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

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

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

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

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