#C055C4

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

Shades of Fuchsia #C055C4

Tints of Fuchsia #C055C4

Color information

#C055C4 (or 0xC055C4) is unknown color: approx Fuchsia. HEX triplet: C0, 55 and C4. RGB value is (192,85,196). Sum of RGB (Red+Green+Blue) = 192+85+196=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 85 (33.59% from 255 or 17.97% from 473); Blue value is 196 (76.95% from 255 or 41.44% from 473); Max value from RGB is 196 - color contains mainly: blue. Hex color #C055C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C055C4 is #3FAA3B. Grayscale: #818181. Windows color (decimal): -4172348 or 12867008. OLE color: 12867008.

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

Color convert

RGB19285196-
CMYK0.020.5700.23
HSL297.84º48.47%55.1%-
HSV(B)297.84º56.63%76.86%-
XYZ34.9521.6954.57-
YUV129.65165.45172.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 85 (33.59% from 255) = 17.97%
BLUE value IS 196 (76.95% from 255) = 41.44%
R=40.59%
G=17.97%
B=41.44%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal192851960.020.5700.23297.8448.4755.1
HexC055C423901712a3037
Octal3001253042710274526067
Binary1100000010101011100010010111001010111100101010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C055C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C055C4; }

 p { color: rgb(192,85,196); }

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

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

 a { background-color: rgb(192,85,196); }

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

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

 span { border-color: rgb(192,85,196); }

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