#C061AF

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

Shades of Fuchsia #C061AF

Tints of Fuchsia #C061AF

Color information

#C061AF (or 0xC061AF) is unknown color: approx Fuchsia. HEX triplet: C0, 61 and AF. RGB value is (192,97,175). Sum of RGB (Red+Green+Blue) = 192+97+175=464 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.38% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 192 - color contains mainly: red. Hex color #C061AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C061AF is #3F9E50. Grayscale: #868686. Windows color (decimal): -4169297 or 11493824. OLE color: 11493824.

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

Color convert

RGB19297175-
CMYK00.490.090.25
HSL310.74º42.99%56.67%-
HSV(B)310.74º49.48%75.29%-
XYZ33.7522.8543.19-
YUV134.3150.97169.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.38%
GREEN value IS 97 (38.28% from 255) = 20.91%
BLUE value IS 175 (68.75% from 255) = 37.72%
R=41.38%
G=20.91%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1929717500.490.090.25310.7442.9956.67
HexC061AF0319191372b39
Octal30014125706111314675371
Binary110000001100001101011110110001100111001100110111101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C061AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C061AF; }

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

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

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

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

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

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

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

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