#C451BE

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

Shades of Fuchsia #C451BE

Tints of Fuchsia #C451BE

Color information

#C451BE (or 0xC451BE) is unknown color: approx Fuchsia. HEX triplet: C4, 51 and BE. RGB value is (196,81,190). Sum of RGB (Red+Green+Blue) = 196+81+190=467 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.97% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 196 - color contains mainly: red. Hex color #C451BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451BE is #3BAE41. Grayscale: #7F7F7F. Windows color (decimal): -3911234 or 12472772. OLE color: 12472772.

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

Color convert

RGB19681190-
CMYK00.590.030.23
HSL303.13º49.36%54.31%-
HSV(B)303.13º58.67%76.86%-
XYZ3521.3450.99-
YUV127.81163.1176.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.97%
GREEN value IS 81 (32.03% from 255) = 17.34%
BLUE value IS 190 (74.61% from 255) = 40.69%
R=41.97%
G=17.34%
B=40.69%

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
Decimal1968119000.590.030.23303.1349.3654.31
HexC451BE03B31712f3136
Octal3041212760733274576166
Binary1100010010100011011111001110111110111100101111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C451BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C451BE; }

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

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

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

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

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

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

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

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