#C055AD

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

Shades of Fuchsia #C055AD

Tints of Fuchsia #C055AD

Color information

#C055AD (or 0xC055AD) is unknown color: approx Fuchsia. HEX triplet: C0, 55 and AD. RGB value is (192,85,173). Sum of RGB (Red+Green+Blue) = 192+85+173=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 85 (33.59% from 255 or 18.89% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C055AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C055AD is #3FAA52. Grayscale: #7E7E7E. Windows color (decimal): -4172371 or 11359680. OLE color: 11359680.

HSL color Cylindrical-coordinate representation of color #C055AD: hue angle of 310.65º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C055AD is Cyan = 0, Magento = 0.56, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB19285173-
CMYK00.560.100.25
HSL310.65º45.92%54.31%-
HSV(B)310.65º55.73%75.29%-
XYZ32.5320.7241.82-
YUV127.02153.95174.34-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.67%
GREEN value IS 85 (33.59% from 255) = 18.89%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=42.67%
G=18.89%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928517300.560.100.25310.6545.9254.31
HexC055AD038A191372e36
Octal30012525507012314675666
Binary110000001010101101011010111000101011001100110111101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C055AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C055AD; }

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

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

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

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

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

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

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

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