#C451BF

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

Shades of Fuchsia #C451BF

Tints of Fuchsia #C451BF

Color information

#C451BF (or 0xC451BF) is unknown color: approx Fuchsia. HEX triplet: C4, 51 and BF. RGB value is (196,81,191). Sum of RGB (Red+Green+Blue) = 196+81+191=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 196 - color contains mainly: red. Hex color #C451BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451BF is #3BAE40. Grayscale: #7F7F7F. Windows color (decimal): -3911233 or 12538308. OLE color: 12538308.

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

Color convert

RGB19681191-
CMYK00.590.030.23
HSL302.61º49.36%54.31%-
HSV(B)302.61º58.67%76.86%-
XYZ35.1121.3851.57-
YUV127.92163.6176.56-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 81 (32.03% from 255) = 17.31%
BLUE value IS 191 (75% from 255) = 40.81%
R=41.88%
G=17.31%
B=40.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968119100.590.030.23302.6149.3654.31
HexC451BF03B31712f3136
Octal3041212770733274576166
Binary1100010010100011011111101110111110111100101111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C451BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C451BF; }

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

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

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

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

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

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

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

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