#C06AC6

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

Shades of Fuchsia #C06AC6

Tints of Fuchsia #C06AC6

Color information

#C06AC6 (or 0xC06AC6) is unknown color: approx Fuchsia. HEX triplet: C0, 6A and C6. RGB value is (192,106,198). Sum of RGB (Red+Green+Blue) = 192+106+198=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 106 (41.80% from 255 or 21.37% from 496); Blue value is 198 (77.73% from 255 or 39.92% from 496); Max value from RGB is 198 - color contains mainly: blue. Hex color #C06AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06AC6 is #3F9539. Grayscale: #8D8D8D. Windows color (decimal): -4166970 or 13003456. OLE color: 13003456.

HSL color Cylindrical-coordinate representation of color #C06AC6: hue angle of 296.09º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C06AC6 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB192106198-
CMYK0.030.4600.22
HSL296.09º44.66%59.61%-
HSV(B)296.09º46.46%77.65%-
XYZ37.0925.5956.41-
YUV142.2159.49163.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.71%
GREEN value IS 106 (41.80% from 255) = 21.37%
BLUE value IS 198 (77.73% from 255) = 39.92%
R=38.71%
G=21.37%
B=39.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921061980.030.4600.22296.0944.6659.61
HexC06AC632E0161282d3c
Octal3001523063560264505574
Binary1100000011010101100011011101110010110100101000101101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06AC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06AC6; }

 p { color: rgb(192,106,198); }

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

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

 a { background-color: rgb(192,106,198); }

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

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

 span { border-color: rgb(192,106,198); }

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