#C255B6

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

Shades of Fuchsia #C255B6

Tints of Fuchsia #C255B6

Color information

#C255B6 (or 0xC255B6) is unknown color: approx Fuchsia. HEX triplet: C2, 55 and B6. RGB value is (194,85,182). Sum of RGB (Red+Green+Blue) = 194+85+182=461 (61% of max value = 765). Red value is 194 (76.17% from 255 or 42.08% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 182 (71.48% from 255 or 39.48% from 461); Max value from RGB is 194 - color contains mainly: red. Hex color #C255B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255B6 is #3DAA49. Grayscale: #808080. Windows color (decimal): -4041290 or 11949506. OLE color: 11949506.

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

Color convert

RGB19485182-
CMYK00.560.060.24
HSL306.61º47.19%54.71%-
HSV(B)306.61º56.19%76.08%-
XYZ33.9421.3446.59-
YUV128.65158.11174.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.08%
GREEN value IS 85 (33.59% from 255) = 18.44%
BLUE value IS 182 (71.48% from 255) = 39.48%
R=42.08%
G=18.44%
B=39.48%

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
Decimal1948518200.560.060.24306.6147.1954.71
HexC255B60386181332f37
Octal3021252660706304635767
Binary11000010101010110110110011100011011000100110011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C255B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C255B6; }

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

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

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

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

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

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

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

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