#C055AA

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

Shades of Fuchsia #C055AA

Tints of Fuchsia #C055AA

Color information

#C055AA (or 0xC055AA) is unknown color: approx Fuchsia. HEX triplet: C0, 55 and AA. RGB value is (192,85,170). Sum of RGB (Red+Green+Blue) = 192+85+170=447 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.95% from 447); Green value is 85 (33.59% from 255 or 19.02% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 192 - color contains mainly: red. Hex color #C055AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C055AA is #3FAA55. Grayscale: #7E7E7E. Windows color (decimal): -4172374 or 11163072. OLE color: 11163072.

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

Color convert

RGB19285170-
CMYK00.560.110.25
HSL312.34º45.92%54.31%-
HSV(B)312.34º55.73%75.29%-
XYZ32.2420.6140.31-
YUV126.68152.45174.59-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.95%
GREEN value IS 85 (33.59% from 255) = 19.02%
BLUE value IS 170 (66.80% from 255) = 38.03%
R=42.95%
G=19.02%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1928517000.560.110.25312.3445.9254.31
HexC055AA038B191382e36
Octal30012525207013314705666
Binary110000001010101101010100111000101111001100111000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C055AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C055AA; }

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

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

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

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

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

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

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

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