#C461BC

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

Shades of Fuchsia #C461BC

Tints of Fuchsia #C461BC

Color information

#C461BC (or 0xC461BC) is unknown color: approx Fuchsia. HEX triplet: C4, 61 and BC. RGB value is (196,97,188). Sum of RGB (Red+Green+Blue) = 196+97+188=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 97 (38.28% from 255 or 20.17% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C461BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461BC is #3B9E43. Grayscale: #888888. Windows color (decimal): -3907140 or 12345796. OLE color: 12345796.

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

Color convert

RGB19697188-
CMYK00.510.040.23
HSL304.85º45.62%57.45%-
HSV(B)304.85º50.51%76.86%-
XYZ36.1223.9250.29-
YUV136.98156.8170.1-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.75%
GREEN value IS 97 (38.28% from 255) = 20.17%
BLUE value IS 188 (73.83% from 255) = 39.09%
R=40.75%
G=20.17%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969718800.510.040.23304.8545.6257.45
HexC461BC0334171312e39
Octal3041412740634274615671
Binary11000100110000110111100011001110010111100110001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C461BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C461BC; }

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

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

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

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

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

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

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

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