#C255BD

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

Shades of Fuchsia #C255BD

Tints of Fuchsia #C255BD

Color information

#C255BD (or 0xC255BD) is unknown color: approx Fuchsia. HEX triplet: C2, 55 and BD. RGB value is (194,85,189). Sum of RGB (Red+Green+Blue) = 194+85+189=468 (61% of max value = 765). Red value is 194 (76.17% from 255 or 41.45% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 194 - color contains mainly: red. Hex color #C255BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C255BD is #3DAA42. Grayscale: #818181. Windows color (decimal): -4041283 or 12408258. OLE color: 12408258.

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

Color convert

RGB19485189-
CMYK00.560.030.24
HSL302.75º47.19%54.71%-
HSV(B)302.75º56.19%76.08%-
XYZ34.6821.6450.49-
YUV129.45161.61174.04-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.45%
GREEN value IS 85 (33.59% from 255) = 18.16%
BLUE value IS 189 (74.22% from 255) = 40.38%
R=41.45%
G=18.16%
B=40.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1948518900.560.030.24302.7547.1954.71
HexC255BD03831812f2f37
Octal3021252750703304575767
Binary1100001010101011011110101110001111000100101111101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C255BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C255BD; }

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

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

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

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

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

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

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

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