#C466B9

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

Shades of Fuchsia #C466B9

Tints of Fuchsia #C466B9

Color information

#C466B9 (or 0xC466B9) is unknown color: approx Fuchsia. HEX triplet: C4, 66 and B9. RGB value is (196,102,185). Sum of RGB (Red+Green+Blue) = 196+102+185=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C466B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C466B9 is #3B9946. Grayscale: #8B8B8B. Windows color (decimal): -3905863 or 12150468. OLE color: 12150468.

HSL color Cylindrical-coordinate representation of color #C466B9: hue angle of 307.02º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C466B9 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB196102185-
CMYK00.480.060.23
HSL307.02º44.34%58.43%-
HSV(B)307.02º47.96%76.86%-
XYZ36.2724.7448.76-
YUV139.57153.64168.25-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 102 (40.23% from 255) = 21.12%
BLUE value IS 185 (72.66% from 255) = 38.30%
R=40.58%
G=21.12%
B=38.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19610218500.480.060.23307.0244.3458.43
HexC466B90306171332c3a
Octal3041462710606274635472
Binary11000100110011010111001011000011010111100110011101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C466B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C466B9; }

 p { color: rgb(196,102,185); }

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

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

 a { background-color: rgb(196,102,185); }

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

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

 span { border-color: rgb(196,102,185); }

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