#C06ABE

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

Shades of Fuchsia #C06ABE

Tints of Fuchsia #C06ABE

Color information

#C06ABE (or 0xC06ABE) is unknown color: approx Fuchsia. HEX triplet: C0, 6A and BE. RGB value is (192,106,190). Sum of RGB (Red+Green+Blue) = 192+106+190=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 106 (41.80% from 255 or 21.72% from 488); Blue value is 190 (74.61% from 255 or 38.93% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C06ABE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C06ABE is #3F9541. Grayscale: #8D8D8D. Windows color (decimal): -4166978 or 12479168. OLE color: 12479168.

HSL color Cylindrical-coordinate representation of color #C06ABE: hue angle of 301.4º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C06ABE is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192106190-
CMYK00.450.010.25
HSL301.4º40.57%58.43%-
HSV(B)301.4º44.79%75.29%-
XYZ36.1925.2351.68-
YUV141.29155.49164.17-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 39.34%
GREEN value IS 106 (41.80% from 255) = 21.72%
BLUE value IS 190 (74.61% from 255) = 38.93%
R=39.34%
G=21.72%
B=38.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210619000.450.010.25301.440.5758.43
HexC06ABE02D11912d293a
Octal3001522760551314555172
Binary110000001101010101111100101101111001100101101101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06ABE; }

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

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

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

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

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

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

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

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