#C550C9

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

Shades of Fuchsia #C550C9

Tints of Fuchsia #C550C9

Color information

#C550C9 (or 0xC550C9) is unknown color: approx Fuchsia. HEX triplet: C5, 50 and C9. RGB value is (197,80,201). Sum of RGB (Red+Green+Blue) = 197+80+201=478 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.21% from 478); Green value is 80 (31.64% from 255 or 16.74% from 478); Blue value is 201 (78.91% from 255 or 42.05% from 478); Max value from RGB is 201 - color contains mainly: blue. Hex color #C550C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550C9 is #3AAF36. Grayscale: #808080. Windows color (decimal): -3845943 or 13193413. OLE color: 13193413.

HSL color Cylindrical-coordinate representation of color #C550C9: hue angle of 298.02º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C550C9 is Cyan = 0.02, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19780201-
CMYK0.020.6000.21
HSL298.02º52.84%55.1%-
HSV(B)298.02º60.2%78.82%-
XYZ36.4421.8257.55-
YUV128.78168.76176.66-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.21%
GREEN value IS 80 (31.64% from 255) = 16.74%
BLUE value IS 201 (78.91% from 255) = 42.05%
R=41.21%
G=16.74%
B=42.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal197802010.020.6000.21298.0252.8455.1
HexC550C923C01512a3537
Octal3051203112740254526567
Binary1100010110100001100100110111100010101100101010110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C550C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C550C9; }

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

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

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

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

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

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

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

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