#C55CB9

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

Shades of Fuchsia #C55CB9

Tints of Fuchsia #C55CB9

Color information

#C55CB9 (or 0xC55CB9) is unknown color: approx Fuchsia. HEX triplet: C5, 5C and B9. RGB value is (197,92,185). Sum of RGB (Red+Green+Blue) = 197+92+185=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 92 (36.33% from 255 or 19.41% from 474); Blue value is 185 (72.66% from 255 or 39.03% from 474); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55CB9 is #3AA346. Grayscale: #858585. Windows color (decimal): -3842887 or 12147909. OLE color: 12147909.

HSL color Cylindrical-coordinate representation of color #C55CB9: hue angle of 306.86º 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 #C55CB9 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB19792185-
CMYK00.530.060.23
HSL306.86º47.51%56.67%-
HSV(B)306.86º53.3%77.25%-
XYZ35.6123.0348.47-
YUV134156.79172.94-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 41.56%
GREEN value IS 92 (36.33% from 255) = 19.41%
BLUE value IS 185 (72.66% from 255) = 39.03%
R=41.56%
G=19.41%
B=39.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1979218500.530.060.23306.8647.5156.67
HexC55CB90356171333039
Octal3051342710656274636071
Binary11000101101110010111001011010111010111100110011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55CB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55CB9; }

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

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

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

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

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

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

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

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