#C461BF

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

Shades of Fuchsia #C461BF

Tints of Fuchsia #C461BF

Color information

#C461BF (or 0xC461BF) is unknown color: approx Fuchsia. HEX triplet: C4, 61 and BF. RGB value is (196,97,191). Sum of RGB (Red+Green+Blue) = 196+97+191=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 97 (38.28% from 255 or 20.04% from 484); Blue value is 191 (75% from 255 or 39.46% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C461BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461BF is #3B9E40. Grayscale: #898989. Windows color (decimal): -3907137 or 12542404. OLE color: 12542404.

HSL color Cylindrical-coordinate representation of color #C461BF: hue angle of 303.03º 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 #C461BF is Cyan = 0, Magento = 0.51, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB19697191-
CMYK00.510.030.23
HSL303.03º45.62%57.45%-
HSV(B)303.03º50.51%76.86%-
XYZ36.4424.0552.01-
YUV137.32158.3169.86-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.50%
GREEN value IS 97 (38.28% from 255) = 20.04%
BLUE value IS 191 (75% from 255) = 39.46%
R=40.50%
G=20.04%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969719100.510.030.23303.0345.6257.45
HexC461BF03331712f2e39
Octal3041412770633274575671
Binary1100010011000011011111101100111110111100101111101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C461BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C461BF; }

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

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

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

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

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

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

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

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