#C441C1

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

Shades of Fuchsia #C441C1

Tints of Fuchsia #C441C1

Color information

#C441C1 (or 0xC441C1) is unknown color: approx Fuchsia. HEX triplet: C4, 41 and C1. RGB value is (196,65,193). Sum of RGB (Red+Green+Blue) = 196+65+193=454 (60% of max value = 765). Red value is 196 (76.95% from 255 or 43.17% from 454); Green value is 65 (25.78% from 255 or 14.32% from 454); Blue value is 193 (75.78% from 255 or 42.51% from 454); Max value from RGB is 196 - color contains mainly: red. Hex color #C441C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C441C1 is #3BBE3E. Grayscale: #767676. Windows color (decimal): -3915327 or 12665284. OLE color: 12665284.

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

Color convert

RGB19665193-
CMYK00.670.020.23
HSL301.37º52.61%51.18%-
HSV(B)301.37º66.84%76.86%-
XYZ34.2819.3752.38-
YUV118.76169.9183.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 43.17%
GREEN value IS 65 (25.78% from 255) = 14.32%
BLUE value IS 193 (75.78% from 255) = 42.51%
R=43.17%
G=14.32%
B=42.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1966519300.670.020.23301.3752.6151.18
HexC441C104321712d3533
Octal30410130101032274556563
Binary11000100100000111000001010000111010111100101101110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C441C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C441C1; }

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

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

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

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

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

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

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

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