#C05AA7

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

Shades of Fuchsia #C05AA7

Tints of Fuchsia #C05AA7

Color information

#C05AA7 (or 0xC05AA7) is unknown color: approx Fuchsia. HEX triplet: C0, 5A and A7. RGB value is (192,90,167). Sum of RGB (Red+Green+Blue) = 192+90+167=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 90 (35.55% from 255 or 20.04% from 449); Blue value is 167 (65.62% from 255 or 37.19% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C05AA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C05AA7 is #3FA558. Grayscale: #818181. Windows color (decimal): -4171097 or 10967744. OLE color: 10967744.

HSL color Cylindrical-coordinate representation of color #C05AA7: hue angle of 314.71º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C05AA7 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.25.

Color convert

RGB19290167-
CMYK00.530.130.25
HSL314.71º44.74%55.29%-
HSV(B)314.71º53.12%75.29%-
XYZ32.3721.3138.97-
YUV129.28149.29172.74-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 90 (35.55% from 255) = 20.04%
BLUE value IS 167 (65.62% from 255) = 37.19%
R=42.76%
G=20.04%
B=37.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929016700.530.130.25314.7144.7455.29
HexC05AA7035D1913b2d37
Octal30013224706515314735567
Binary110000001011010101001110110101110111001100111011101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C05AA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C05AA7; }

 p { color: rgb(192,90,167); }

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

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

 a { background-color: rgb(192,90,167); }

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

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

 span { border-color: rgb(192,90,167); }

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