#C451B5

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

Shades of Fuchsia #C451B5

Tints of Fuchsia #C451B5

Color information

#C451B5 (or 0xC451B5) is unknown color: approx Fuchsia. HEX triplet: C4, 51 and B5. RGB value is (196,81,181). Sum of RGB (Red+Green+Blue) = 196+81+181=458 (60% of max value = 765). Red value is 196 (76.95% from 255 or 42.79% from 458); Green value is 81 (32.03% from 255 or 17.69% from 458); Blue value is 181 (71.09% from 255 or 39.52% from 458); Max value from RGB is 196 - color contains mainly: red. Hex color #C451B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451B5 is #3BAE4A. Grayscale: #7E7E7E. Windows color (decimal): -3911243 or 11882948. OLE color: 11882948.

HSL color Cylindrical-coordinate representation of color #C451B5: hue angle of 307.83º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C451B5 is Cyan = 0, Magento = 0.59, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB19681181-
CMYK00.590.080.23
HSL307.83º49.36%54.31%-
HSV(B)307.83º58.67%76.86%-
XYZ34.0520.9645.97-
YUV126.78158.6177.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.79%
GREEN value IS 81 (32.03% from 255) = 17.69%
BLUE value IS 181 (71.09% from 255) = 39.52%
R=42.79%
G=17.69%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968118100.590.080.23307.8349.3654.31
HexC451B503B8171343136
Octal30412126507310274646166
Binary110001001010001101101010111011100010111100110100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C451B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C451B5; }

 p { color: rgb(196,81,181); }

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

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

 a { background-color: rgb(196,81,181); }

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

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

 span { border-color: rgb(196,81,181); }

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