#C451BD

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

Shades of Fuchsia #C451BD

Tints of Fuchsia #C451BD

Color information

#C451BD (or 0xC451BD) is unknown color: approx Fuchsia. HEX triplet: C4, 51 and BD. RGB value is (196,81,189). Sum of RGB (Red+Green+Blue) = 196+81+189=466 (61% of max value = 765). Red value is 196 (76.95% from 255 or 42.06% from 466); Green value is 81 (32.03% from 255 or 17.38% from 466); Blue value is 189 (74.22% from 255 or 40.56% from 466); Max value from RGB is 196 - color contains mainly: red. Hex color #C451BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451BD is #3BAE42. Grayscale: #7F7F7F. Windows color (decimal): -3911235 or 12407236. OLE color: 12407236.

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

Color convert

RGB19681189-
CMYK00.590.040.23
HSL303.65º49.36%54.31%-
HSV(B)303.65º58.67%76.86%-
XYZ34.8921.2950.42-
YUV127.7162.6176.72-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 42.06%
GREEN value IS 81 (32.03% from 255) = 17.38%
BLUE value IS 189 (74.22% from 255) = 40.56%
R=42.06%
G=17.38%
B=40.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968118900.590.040.23303.6549.3654.31
HexC451BD03B4171303136
Octal3041212750734274606166
Binary11000100101000110111101011101110010111100110000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C451BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C451BD; }

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

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

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

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

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

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

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

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