#C550CE

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

Shades of Fuchsia #C550CE

Tints of Fuchsia #C550CE

Color information

#C550CE (or 0xC550CE) is unknown color: approx Fuchsia. HEX triplet: C5, 50 and CE. RGB value is (197,80,206). Sum of RGB (Red+Green+Blue) = 197+80+206=483 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.79% from 483); Green value is 80 (31.64% from 255 or 16.56% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 206 - color contains mainly: blue. Hex color #C550CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550CE is #3AAF31. Grayscale: #808080. Windows color (decimal): -3845938 or 13521093. OLE color: 13521093.

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

Color convert

RGB19780206-
CMYK0.040.6100.19
HSL295.71º56.25%56.08%-
HSV(B)295.71º61.17%80.78%-
XYZ37.0422.0660.7-
YUV129.35171.26176.25-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.79%
GREEN value IS 80 (31.64% from 255) = 16.56%
BLUE value IS 206 (80.86% from 255) = 42.65%
R=40.79%
G=16.56%
B=42.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal197802060.040.6100.19295.7156.2556.08
HexC550CE43D0131283838
Octal3051203164750234507070
Binary11000101101000011001110100111101010011100101000111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C550CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C550CE; }

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

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

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

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

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

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

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

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