#C461BB

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

Shades of Fuchsia #C461BB

Tints of Fuchsia #C461BB

Color information

#C461BB (or 0xC461BB) is unknown color: approx Fuchsia. HEX triplet: C4, 61 and BB. RGB value is (196,97,187). Sum of RGB (Red+Green+Blue) = 196+97+187=480 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.83% from 480); Green value is 97 (38.28% from 255 or 20.21% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 196 - color contains mainly: red. Hex color #C461BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461BB is #3B9E44. Grayscale: #888888. Windows color (decimal): -3907141 or 12280260. OLE color: 12280260.

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

Color convert

RGB19697187-
CMYK00.510.050.23
HSL305.45º45.62%57.45%-
HSV(B)305.45º50.51%76.86%-
XYZ36.0123.8749.72-
YUV136.86156.3170.18-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 40.83%
GREEN value IS 97 (38.28% from 255) = 20.21%
BLUE value IS 187 (73.44% from 255) = 38.96%
R=40.83%
G=20.21%
B=38.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969718700.510.050.23305.4545.6257.45
HexC461BB0335171312e39
Octal3041412730635274615671
Binary11000100110000110111011011001110110111100110001101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C461BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C461BB; }

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

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

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

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

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

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

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

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