#C434BF

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

Shades of Fuchsia #C434BF

Tints of Fuchsia #C434BF

Color information

#C434BF (or 0xC434BF) is unknown color: approx Fuchsia. HEX triplet: C4, 34 and BF. RGB value is (196,52,191). Sum of RGB (Red+Green+Blue) = 196+52+191=439 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.65% from 439); Green value is 52 (20.70% from 255 or 11.85% from 439); Blue value is 191 (75% from 255 or 43.51% from 439); Max value from RGB is 196 - color contains mainly: red. Hex color #C434BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C434BF is #3BCB40. Grayscale: #6E6E6E. Windows color (decimal): -3918657 or 12530884. OLE color: 12530884.

HSL color Cylindrical-coordinate representation of color #C434BF: hue angle of 302.08º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C434BF is Cyan = 0, Magento = 0.73, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB19652191-
CMYK00.730.030.23
HSL302.08º58.06%48.63%-
HSV(B)302.08º73.47%76.86%-
XYZ33.417.9551-
YUV110.9173.21188.7-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.65%
GREEN value IS 52 (20.70% from 255) = 11.85%
BLUE value IS 191 (75% from 255) = 43.51%
R=44.65%
G=11.85%
B=43.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1965219100.730.030.23302.0858.0648.63
HexC434BF04931712e3a31
Octal3046427701113274567261
Binary1100010011010010111111010010011110111100101110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C434BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C434BF; }

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

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

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

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

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

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

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

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