#C55CC1

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

Shades of Fuchsia #C55CC1

Tints of Fuchsia #C55CC1

Color information

#C55CC1 (or 0xC55CC1) is unknown color: approx Fuchsia. HEX triplet: C5, 5C and C1. RGB value is (197,92,193). Sum of RGB (Red+Green+Blue) = 197+92+193=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 193 (75.78% from 255 or 40.04% from 482); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CC1 is #3AA33E. Grayscale: #868686. Windows color (decimal): -3842879 or 12672197. OLE color: 12672197.

HSL color Cylindrical-coordinate representation of color #C55CC1: hue angle of 302.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55CC1 is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB19792193-
CMYK00.530.020.23
HSL302.29º47.51%56.67%-
HSV(B)302.29º53.3%77.25%-
XYZ36.4823.3753.04-
YUV134.91160.79172.29-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.87%
GREEN value IS 92 (36.33% from 255) = 19.09%
BLUE value IS 193 (75.78% from 255) = 40.04%
R=40.87%
G=19.09%
B=40.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979219300.530.020.23302.2947.5156.67
HexC55CC103521712e3039
Octal3051343010652274566071
Binary1100010110111001100000101101011010111100101110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55CC1; }

 p { color: rgb(197,92,193); }

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

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

 a { background-color: rgb(197,92,193); }

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

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

 span { border-color: rgb(197,92,193); }

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