#C55CB8

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

Shades of Fuchsia #C55CB8

Tints of Fuchsia #C55CB8

Color information

#C55CB8 (or 0xC55CB8) is unknown color: approx Fuchsia. HEX triplet: C5, 5C and B8. RGB value is (197,92,184). Sum of RGB (Red+Green+Blue) = 197+92+184=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 92 (36.33% from 255 or 19.45% from 473); Blue value is 184 (72.27% from 255 or 38.90% from 473); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CB8 is #3AA347. Grayscale: #858585. Windows color (decimal): -3842888 or 12082373. OLE color: 12082373.

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

Color convert

RGB19792184-
CMYK00.530.070.23
HSL307.43º47.51%56.67%-
HSV(B)307.43º53.3%77.25%-
XYZ35.522.9947.91-
YUV133.88156.29173.02-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.65%
GREEN value IS 92 (36.33% from 255) = 19.45%
BLUE value IS 184 (72.27% from 255) = 38.90%
R=41.65%
G=19.45%
B=38.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.07
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979218400.530.070.23307.4347.5156.67
HexC55CB80357171333039
Octal3051342700657274636071
Binary11000101101110010111000011010111110111100110011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55CB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55CB8; }

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

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

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

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

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

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

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

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