#C060AF

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

Shades of Fuchsia #C060AF

Tints of Fuchsia #C060AF

Color information

#C060AF (or 0xC060AF) is unknown color: approx Fuchsia. HEX triplet: C0, 60 and AF. RGB value is (192,96,175). Sum of RGB (Red+Green+Blue) = 192+96+175=463 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.47% from 463); Green value is 96 (37.89% from 255 or 20.73% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 192 - color contains mainly: red. Hex color #C060AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C060AF is #3F9F50. Grayscale: #858585. Windows color (decimal): -4169553 or 11493568. OLE color: 11493568.

HSL color Cylindrical-coordinate representation of color #C060AF: hue angle of 310.62º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C060AF is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB19296175-
CMYK00.500.090.25
HSL310.62º43.24%56.47%-
HSV(B)310.62º50%75.29%-
XYZ33.6622.6743.16-
YUV133.71151.3169.58-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.47%
GREEN value IS 96 (37.89% from 255) = 20.73%
BLUE value IS 175 (68.75% from 255) = 37.80%
R=41.47%
G=20.73%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929617500.500.090.25310.6243.2456.47
HexC060AF0329191372b38
Octal30014025706211314675370
Binary110000001100000101011110110010100111001100110111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C060AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C060AF; }

 p { color: rgb(192,96,175); }

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

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

 a { background-color: rgb(192,96,175); }

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

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

 span { border-color: rgb(192,96,175); }

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