#C450B3

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

Shades of Fuchsia #C450B3

Tints of Fuchsia #C450B3

Color information

#C450B3 (or 0xC450B3) is unknown color: approx Fuchsia. HEX triplet: C4, 50 and B3. RGB value is (196,80,179). Sum of RGB (Red+Green+Blue) = 196+80+179=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 179 (70.31% from 255 or 39.34% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C450B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C450B3 is #3BAF4C. Grayscale: #7D7D7D. Windows color (decimal): -3911501 or 11751620. OLE color: 11751620.

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

Color convert

RGB19680179-
CMYK00.590.090.23
HSL308.79º49.57%54.12%-
HSV(B)308.79º59.18%76.86%-
XYZ33.7720.7344.87-
YUV125.97157.93177.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 80 (31.64% from 255) = 17.58%
BLUE value IS 179 (70.31% from 255) = 39.34%
R=43.08%
G=17.58%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.09
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968017900.590.090.23308.7949.5754.12
HexC450B303B9171353236
Octal30412026307311274656266
Binary110001001010000101100110111011100110111100110101110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C450B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C450B3; }

 p { color: rgb(196,80,179); }

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

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

 a { background-color: rgb(196,80,179); }

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

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

 span { border-color: rgb(196,80,179); }

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