#C461B8

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

Shades of Fuchsia #C461B8

Tints of Fuchsia #C461B8

Color information

#C461B8 (or 0xC461B8) is unknown color: approx Fuchsia. HEX triplet: C4, 61 and B8. RGB value is (196,97,184). Sum of RGB (Red+Green+Blue) = 196+97+184=477 (63% of max value = 765). Red value is 196 (76.95% from 255 or 41.09% from 477); Green value is 97 (38.28% from 255 or 20.34% from 477); Blue value is 184 (72.27% from 255 or 38.57% from 477); Max value from RGB is 196 - color contains mainly: red. Hex color #C461B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C461B8 is #3B9E47. Grayscale: #888888. Windows color (decimal): -3907144 or 12083652. OLE color: 12083652.

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

Color convert

RGB19697184-
CMYK00.510.060.23
HSL307.27º45.62%57.45%-
HSV(B)307.27º50.51%76.86%-
XYZ35.6923.7548.05-
YUV136.52154.8170.43-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.09%
GREEN value IS 97 (38.28% from 255) = 20.34%
BLUE value IS 184 (72.27% from 255) = 38.57%
R=41.09%
G=20.34%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.06
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1969718400.510.060.23307.2745.6257.45
HexC461B80336171332e39
Octal3041412700636274635671
Binary11000100110000110111000011001111010111100110011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C461B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C461B8; }

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

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

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

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

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

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

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

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