#C55CCE

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

Shades of Fuchsia #C55CCE

Tints of Fuchsia #C55CCE

Color information

#C55CCE (or 0xC55CCE) is unknown color: approx Fuchsia. HEX triplet: C5, 5C and CE. RGB value is (197,92,206). Sum of RGB (Red+Green+Blue) = 197+92+206=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 92 (36.33% from 255 or 18.59% from 495); Blue value is 206 (80.86% from 255 or 41.62% from 495); Max value from RGB is 206 - color contains mainly: blue. Hex color #C55CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CCE is #3AA331. Grayscale: #888888. Windows color (decimal): -3842866 or 13524165. OLE color: 13524165.

HSL color Cylindrical-coordinate representation of color #C55CCE: hue angle of 295.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C55CCE is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB19792206-
CMYK0.040.5500.19
HSL295.26º53.77%58.43%-
HSV(B)295.26º55.34%80.78%-
XYZ37.9923.9861.02-
YUV136.39167.29171.23-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 39.80%
GREEN value IS 92 (36.33% from 255) = 18.59%
BLUE value IS 206 (80.86% from 255) = 41.62%
R=39.80%
G=18.59%
B=41.62%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197922060.040.5500.19295.2653.7758.43
HexC55CCE437013127363a
Octal3051343164670234476672
Binary11000101101110011001110100110111010011100100111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55CCE; }

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

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

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

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

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

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

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

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