#C555C1

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

Shades of Fuchsia #C555C1

Tints of Fuchsia #C555C1

Color information

#C555C1 (or 0xC555C1) is unknown color: approx Fuchsia. HEX triplet: C5, 55 and C1. RGB value is (197,85,193). Sum of RGB (Red+Green+Blue) = 197+85+193=475 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.47% from 475); Green value is 85 (33.59% from 255 or 17.89% from 475); Blue value is 193 (75.78% from 255 or 40.63% from 475); Max value from RGB is 197 - color contains mainly: red. Hex color #C555C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C555C1 is #3AAA3E. Grayscale: #828282. Windows color (decimal): -3844671 or 12670405. OLE color: 12670405.

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

Color convert

RGB19785193-
CMYK00.570.020.23
HSL302.14º49.12%55.29%-
HSV(B)302.14º56.85%77.25%-
XYZ35.922.2252.85-
YUV130.8163.11175.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.47%
GREEN value IS 85 (33.59% from 255) = 17.89%
BLUE value IS 193 (75.78% from 255) = 40.63%
R=41.47%
G=17.89%
B=40.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978519300.570.020.23302.1449.1255.29
HexC555C103921712e3137
Octal3051253010712274566167
Binary1100010110101011100000101110011010111100101110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C555C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C555C1; }

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

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

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

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

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

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

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

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