#C446CA

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

Shades of Fuchsia #C446CA

Tints of Fuchsia #C446CA

Color information

#C446CA (or 0xC446CA) is unknown color: approx Fuchsia. HEX triplet: C4, 46 and CA. RGB value is (196,70,202). Sum of RGB (Red+Green+Blue) = 196+70+202=468 (61% of max value = 765). Red value is 196 (76.95% from 255 or 41.88% from 468); Green value is 70 (27.73% from 255 or 14.96% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 202 - color contains mainly: blue. Hex color #C446CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C446CA is #3BB935. Grayscale: #7A7A7A. Windows color (decimal): -3914038 or 13256388. OLE color: 13256388.

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

Color convert

RGB19670202-
CMYK0.030.6500.21
HSL297.27º55.46%53.33%-
HSV(B)297.27º65.35%79.22%-
XYZ35.6220.3857.93-
YUV122.72172.74180.27-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 41.88%
GREEN value IS 70 (27.73% from 255) = 14.96%
BLUE value IS 202 (79.30% from 255) = 43.16%
R=41.88%
G=14.96%
B=43.16%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal196702020.030.6500.21297.2755.4653.33
HexC446CA3410151293735
Octal30410631231010254516765
Binary11000100100011011001010111000001010101100101001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C446CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C446CA; }

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

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

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

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

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

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

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

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