#C46CBE

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

Shades of Fuchsia #C46CBE

Tints of Fuchsia #C46CBE

Color information

#C46CBE (or 0xC46CBE) is unknown color: approx Fuchsia. HEX triplet: C4, 6C and BE. RGB value is (196,108,190). Sum of RGB (Red+Green+Blue) = 196+108+190=494 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.68% from 494); Green value is 108 (42.58% from 255 or 21.86% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 196 - color contains mainly: red. Hex color #C46CBE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C46CBE is #3B9341. Grayscale: #8F8F8F. Windows color (decimal): -3904322 or 12479684. OLE color: 12479684.

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

Color convert

RGB196108190-
CMYK00.450.030.23
HSL304.09º42.72%59.61%-
HSV(B)304.09º44.9%76.86%-
XYZ37.4226.1851.8-
YUV143.66154.15165.33-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 39.68%
GREEN value IS 108 (42.58% from 255) = 21.86%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=39.68%
G=21.86%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610819000.450.030.23304.0942.7259.61
HexC46CBE02D3171302b3c
Octal3041542760553274605374
Binary1100010011011001011111001011011110111100110000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C46CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C46CBE; }

 p { color: rgb(196,108,190); }

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

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

 a { background-color: rgb(196,108,190); }

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

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

 span { border-color: rgb(196,108,190); }

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