#C551CC

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

Shades of Fuchsia #C551CC

Tints of Fuchsia #C551CC

Color information

#C551CC (or 0xC551CC) is unknown color: approx Fuchsia. HEX triplet: C5, 51 and CC. RGB value is (197,81,204). Sum of RGB (Red+Green+Blue) = 197+81+204=482 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.87% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #C551CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551CC is #3AAE33. Grayscale: #818181. Windows color (decimal): -3845684 or 13390277. OLE color: 13390277.

HSL color Cylindrical-coordinate representation of color #C551CC: hue angle of 296.59º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C551CC is Cyan = 0.03, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB19781204-
CMYK0.030.6000.2
HSL296.59º54.67%55.88%-
HSV(B)296.59º60.29%80%-
XYZ36.8722.1159.45-
YUV129.71169.93176-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 40.87%
GREEN value IS 81 (32.03% from 255) = 16.80%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=40.87%
G=16.80%
B=42.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal197812040.030.6000.2296.5954.6755.88
HexC551CC33C0141293738
Octal3051213143740244516770
Binary1100010110100011100110011111100010100100101001110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C551CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C551CC; }

 p { color: rgb(197,81,204); }

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

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

 a { background-color: rgb(197,81,204); }

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

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

 span { border-color: rgb(197,81,204); }

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