#C066AA

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

Shades of Fuchsia #C066AA

Tints of Fuchsia #C066AA

Color information

#C066AA (or 0xC066AA) is unknown color: approx Fuchsia. HEX triplet: C0, 66 and AA. RGB value is (192,102,170). Sum of RGB (Red+Green+Blue) = 192+102+170=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 102 (40.23% from 255 or 21.98% from 464); Blue value is 170 (66.80% from 255 or 36.64% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C066AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C066AA is #3F9955. Grayscale: #888888. Windows color (decimal): -4168022 or 11167424. OLE color: 11167424.

HSL color Cylindrical-coordinate representation of color #C066AA: hue angle of 314.67º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C066AA is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB192102170-
CMYK00.470.110.25
HSL314.67º41.67%57.65%-
HSV(B)314.67º46.88%75.29%-
XYZ33.7523.6140.81-
YUV136.66146.82167.47-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.38%
GREEN value IS 102 (40.23% from 255) = 21.98%
BLUE value IS 170 (66.80% from 255) = 36.64%
R=41.38%
G=21.98%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210217000.470.110.25314.6741.6757.65
HexC066AA02FB1913b2a3a
Octal30014625205713314735272
Binary110000001100110101010100101111101111001100111011101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C066AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C066AA; }

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

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

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

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

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

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

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

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