#C062AA

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

Shades of Fuchsia #C062AA

Tints of Fuchsia #C062AA

Color information

#C062AA (or 0xC062AA) is unknown color: approx Fuchsia. HEX triplet: C0, 62 and AA. RGB value is (192,98,170). Sum of RGB (Red+Green+Blue) = 192+98+170=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 98 (38.67% from 255 or 21.30% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C062AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C062AA is #3F9D55. Grayscale: #868686. Windows color (decimal): -4169046 or 11166400. OLE color: 11166400.

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

Color convert

RGB19298170-
CMYK00.490.110.25
HSL314.04º42.73%56.86%-
HSV(B)314.04º48.96%75.29%-
XYZ33.3622.8440.68-
YUV134.31148.14169.15-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.74%
GREEN value IS 98 (38.67% from 255) = 21.30%
BLUE value IS 170 (66.80% from 255) = 36.96%
R=41.74%
G=21.30%
B=36.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.11
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929817000.490.110.25314.0442.7356.86
HexC062AA031B1913a2b39
Octal30014225206113314725371
Binary110000001100010101010100110001101111001100111010101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C062AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C062AA; }

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

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

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

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

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

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

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

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