#C06AC8

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

Shades of Fuchsia #C06AC8

Tints of Fuchsia #C06AC8

Color information

#C06AC8 (or 0xC06AC8) is unknown color: approx Fuchsia. HEX triplet: C0, 6A and C8. RGB value is (192,106,200). Sum of RGB (Red+Green+Blue) = 192+106+200=498 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.55% from 498); Green value is 106 (41.80% from 255 or 21.29% from 498); Blue value is 200 (78.52% from 255 or 40.16% from 498); Max value from RGB is 200 - color contains mainly: blue. Hex color #C06AC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06AC8 is #3F9537. Grayscale: #8E8E8E. Windows color (decimal): -4166968 or 13134528. OLE color: 13134528.

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

Color convert

RGB192106200-
CMYK0.040.4700.22
HSL294.89º46.08%60%-
HSV(B)294.89º47%78.43%-
XYZ37.3225.6857.63-
YUV142.43160.49163.36-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 38.55%
GREEN value IS 106 (41.80% from 255) = 21.29%
BLUE value IS 200 (78.52% from 255) = 40.16%
R=38.55%
G=21.29%
B=40.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1921062000.040.4700.22294.8946.0860
HexC06AC842F0161272e3c
Octal3001523104570264475674
Binary11000000110101011001000100101111010110100100111101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06AC8; }

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

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

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

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

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

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

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

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