#c255b7

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

Shades of Fuchsia #C255B7

Tints of Fuchsia #C255B7

Color information

#C255B7 (or 0xC255B7) is unknown color: approx Fuchsia. HEX triplet: C2, 55 and B7. RGB value is (194,85,183). Sum of RGB (Red+Green+Blue) = 194+85+183=462 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.99% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 183 (71.88% from 255 or 39.61% from 462); Max value from RGB is 194 - color contains mainly: red. Hex color #C255B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255B7 is #3DAA48. Grayscale: #808080. Windows color (decimal): -4041289 or 12015042. OLE color: 12015042.

HSL color Cylindrical-coordinate representation of color #C255B7: hue angle of 306.06º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C255B7 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.24.

Color convert

RGB19485183-
CMYK00.560.060.24
HSL306.06º47.19%54.71%-
HSV(B)306.06º56.19%76.08%-
XYZ34.0421.3947.13-
YUV128.76158.61174.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.99%
GREEN value IS 85 (33.59% from 255) = 18.40%
BLUE value IS 183 (71.88% from 255) = 39.61%
R=41.99%
G=18.40%
B=39.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948518300.560.060.24306.0647.1954.71
HexC255B70386181322f37
Octal3021252670706304625767
Binary11000010101010110110111011100011011000100110010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c255b7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c255b7; }

 p { color: rgb(194,85,183); }

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

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

 a { background-color: rgb(194,85,183); }

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

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

 span { border-color: rgb(194,85,183); }

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