#C141A9

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

Shades of Fuchsia #C141A9

Tints of Fuchsia #C141A9

Color information

#C141A9 (or 0xC141A9) is unknown color: approx Fuchsia. HEX triplet: C1, 41 and A9. RGB value is (193,65,169). Sum of RGB (Red+Green+Blue) = 193+65+169=427 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.20% from 427); Green value is 65 (25.78% from 255 or 15.22% from 427); Blue value is 169 (66.41% from 255 or 39.58% from 427); Max value from RGB is 193 - color contains mainly: red. Hex color #C141A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C141A9 is #3EBE56. Grayscale: #727272. Windows color (decimal): -4111959 or 11092417. OLE color: 11092417.

HSL color Cylindrical-coordinate representation of color #C141A9: hue angle of 311.25º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C141A9 is Cyan = 0, Magento = 0.66, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB19365169-
CMYK00.660.120.24
HSL311.25º50.79%50.59%-
HSV(B)311.25º66.32%75.69%-
XYZ31.0417.9839.37-
YUV115.13158.41183.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.20%
GREEN value IS 65 (25.78% from 255) = 15.22%
BLUE value IS 169 (66.41% from 255) = 39.58%
R=45.20%
G=15.22%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936516900.660.120.24311.2550.7950.59
HexC141A9042C181373333
Octal301101251010214304676363
Binary1100000110000011010100101000010110011000100110111110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C141A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C141A9; }

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

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

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

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

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

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

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

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