#C062AB

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

Shades of Fuchsia #C062AB

Tints of Fuchsia #C062AB

Color information

#C062AB (or 0xC062AB) is unknown color: approx Fuchsia. HEX triplet: C0, 62 and AB. RGB value is (192,98,171). Sum of RGB (Red+Green+Blue) = 192+98+171=461 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.65% from 461); Green value is 98 (38.67% from 255 or 21.26% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 192 - color contains mainly: red. Hex color #C062AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C062AB is #3F9D54. Grayscale: #868686. Windows color (decimal): -4169045 or 11231936. OLE color: 11231936.

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

Color convert

RGB19298171-
CMYK00.490.110.25
HSL313.4º42.73%56.86%-
HSV(B)313.4º48.96%75.29%-
XYZ33.4622.8841.18-
YUV134.43148.64169.06-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.65%
GREEN value IS 98 (38.67% from 255) = 21.26%
BLUE value IS 171 (67.19% from 255) = 37.09%
R=41.65%
G=21.26%
B=37.09%

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
Decimal1929817100.490.110.25313.442.7356.86
HexC062AB031B191392b39
Octal30014225306113314715371
Binary110000001100010101010110110001101111001100111001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C062AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C062AB; }

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

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

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

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

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

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

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

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