#c451c3

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

Shades of Fuchsia #C451C3

Tints of Fuchsia #C451C3

Color information

#C451C3 (or 0xC451C3) is unknown color: approx Fuchsia. HEX triplet: C4, 51 and C3. RGB value is (196,81,195). Sum of RGB (Red+Green+Blue) = 196+81+195=472 (62% of max value = 765). Red value is 196 (76.95% from 255 or 41.53% from 472); Green value is 81 (32.03% from 255 or 17.16% from 472); Blue value is 195 (76.56% from 255 or 41.31% from 472); Max value from RGB is 196 - color contains mainly: red. Hex color #C451C3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C451C3 is #3BAE3C. Grayscale: #808080. Windows color (decimal): -3911229 or 12800452. OLE color: 12800452.

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

Color convert

RGB19681195-
CMYK00.590.010.23
HSL300.52º49.36%54.31%-
HSV(B)300.52º58.67%76.86%-
XYZ35.5621.5653.92-
YUV128.38165.6176.23-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.53%
GREEN value IS 81 (32.03% from 255) = 17.16%
BLUE value IS 195 (76.56% from 255) = 41.31%
R=41.53%
G=17.16%
B=41.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968119500.590.010.23300.5249.3654.31
HexC451C303B11712d3136
Octal3041213030731274556166
Binary110001001010001110000110111011110111100101101110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c451c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c451c3; }

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

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

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

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

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

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

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

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