#C461BE

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

Shades of Fuchsia #C461BE

Tints of Fuchsia #C461BE

Color information

#C461BE (or 0xC461BE) is unknown color: approx Fuchsia. HEX triplet: C4, 61 and BE. RGB value is (196,97,190). Sum of RGB (Red+Green+Blue) = 196+97+190=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 97 (38.28% from 255 or 20.08% from 483); Blue value is 190 (74.61% from 255 or 39.34% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C461BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461BE is #3B9E41. Grayscale: #888888. Windows color (decimal): -3907138 or 12476868. OLE color: 12476868.

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

Color convert

RGB19697190-
CMYK00.510.030.23
HSL303.64º45.62%57.45%-
HSV(B)303.64º50.51%76.86%-
XYZ36.332451.43-
YUV137.2157.8169.94-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.58%
GREEN value IS 97 (38.28% from 255) = 20.08%
BLUE value IS 190 (74.61% from 255) = 39.34%
R=40.58%
G=20.08%
B=39.34%

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
Decimal1969719000.510.030.23303.6445.6257.45
HexC461BE0333171302e39
Octal3041412760633274605671
Binary1100010011000011011111001100111110111100110000101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C461BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C461BE; }

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

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

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

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

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

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

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

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