#C432CA

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

Shades of Fuchsia #C432CA

Tints of Fuchsia #C432CA

Color information

#C432CA (or 0xC432CA) is unknown color: approx Fuchsia. HEX triplet: C4, 32 and CA. RGB value is (196,50,202). Sum of RGB (Red+Green+Blue) = 196+50+202=448 (59% of max value = 765). Red value is 196 (76.95% from 255 or 43.75% from 448); Green value is 50 (19.92% from 255 or 11.16% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #C432CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C432CA is #3BCD35. Grayscale: #6E6E6E. Windows color (decimal): -3919158 or 13251268. OLE color: 13251268.

HSL color Cylindrical-coordinate representation of color #C432CA: hue angle of 297.63º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C432CA is Cyan = 0.03, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19650202-
CMYK0.030.7500.21
HSL297.63º60.32%49.41%-
HSV(B)297.63º75.25%79.22%-
XYZ34.5718.2857.58-
YUV110.98179.37188.64-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.75%
GREEN value IS 50 (19.92% from 255) = 11.16%
BLUE value IS 202 (79.30% from 255) = 45.09%
R=43.75%
G=11.16%
B=45.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal196502020.030.7500.21297.6360.3249.41
HexC432CA34B01512a3c31
Octal3046231231130254527461
Binary1100010011001011001010111001011010101100101010111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C432CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C432CA; }

 p { color: rgb(196,50,202); }

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

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

 a { background-color: rgb(196,50,202); }

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

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

 span { border-color: rgb(196,50,202); }

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