#C461AF

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

Shades of Fuchsia #C461AF

Tints of Fuchsia #C461AF

Color information

#C461AF (or 0xC461AF) is unknown color: approx Fuchsia. HEX triplet: C4, 61 and AF. RGB value is (196,97,175). Sum of RGB (Red+Green+Blue) = 196+97+175=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 97 (38.28% from 255 or 20.73% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C461AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C461AF is #3B9E50. Grayscale: #878787. Windows color (decimal): -3907153 or 11493828. OLE color: 11493828.

HSL color Cylindrical-coordinate representation of color #C461AF: hue angle of 312.73º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C461AF is Cyan = 0, Magento = 0.51, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB19697175-
CMYK00.510.110.23
HSL312.73º45.62%57.45%-
HSV(B)312.73º50.51%76.86%-
XYZ34.7823.3843.24-
YUV135.49150.3171.16-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 97 (38.28% from 255) = 20.73%
BLUE value IS 175 (68.75% from 255) = 37.39%
R=41.88%
G=20.73%
B=37.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969717500.510.110.23312.7345.6257.45
HexC461AF033B171392e39
Octal30414125706313274715671
Binary110001001100001101011110110011101110111100111001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C461AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C461AF; }

 p { color: rgb(196,97,175); }

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

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

 a { background-color: rgb(196,97,175); }

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

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

 span { border-color: rgb(196,97,175); }

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