#C441C2

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

Shades of Fuchsia #C441C2

Tints of Fuchsia #C441C2

Color information

#C441C2 (or 0xC441C2) is unknown color: approx Fuchsia. HEX triplet: C4, 41 and C2. RGB value is (196,65,194). Sum of RGB (Red+Green+Blue) = 196+65+194=455 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.08% from 455); Green value is 65 (25.78% from 255 or 14.29% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 196 - color contains mainly: red. Hex color #C441C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441C2 is #3BBE3D. Grayscale: #767676. Windows color (decimal): -3915326 or 12730820. OLE color: 12730820.

HSL color Cylindrical-coordinate representation of color #C441C2: hue angle of 300.92º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C441C2 is Cyan = 0, Magento = 0.67, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB19665194-
CMYK00.670.010.23
HSL300.92º52.61%51.18%-
HSV(B)300.92º66.84%76.86%-
XYZ34.3919.4152.97-
YUV118.88170.4183.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.08%
GREEN value IS 65 (25.78% from 255) = 14.29%
BLUE value IS 194 (76.17% from 255) = 42.64%
R=43.08%
G=14.29%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966519400.670.010.23300.9252.6151.18
HexC441C204311712d3533
Octal30410130201031274556563
Binary1100010010000011100001001000011110111100101101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C441C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C441C2; }

 p { color: rgb(196,65,194); }

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

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

 a { background-color: rgb(196,65,194); }

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

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

 span { border-color: rgb(196,65,194); }

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