#C142B9

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

Shades of Fuchsia #C142B9

Tints of Fuchsia #C142B9

Color information

#C142B9 (or 0xC142B9) is unknown color: approx Fuchsia. HEX triplet: C1, 42 and B9. RGB value is (193,66,185). Sum of RGB (Red+Green+Blue) = 193+66+185=444 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.47% from 444); Green value is 66 (26.17% from 255 or 14.86% from 444); Blue value is 185 (72.66% from 255 or 41.67% from 444); Max value from RGB is 193 - color contains mainly: red. Hex color #C142B9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C142B9 is #3EBD46. Grayscale: #757575. Windows color (decimal): -4111687 or 12141249. OLE color: 12141249.

HSL color Cylindrical-coordinate representation of color #C142B9: hue angle of 303.78º 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 #C142B9 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB19366185-
CMYK00.660.040.24
HSL303.78º50.6%50.78%-
HSV(B)303.78º65.8%75.69%-
XYZ32.718.7447.79-
YUV117.54166.08181.82-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.47%
GREEN value IS 66 (26.17% from 255) = 14.86%
BLUE value IS 185 (72.66% from 255) = 41.67%
R=43.47%
G=14.86%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936618500.660.040.24303.7850.650.78
HexC142B90424181303333
Octal30110227101024304606363
Binary110000011000010101110010100001010011000100110000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C142B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C142B9; }

 p { color: rgb(193,66,185); }

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

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

 a { background-color: rgb(193,66,185); }

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

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

 span { border-color: rgb(193,66,185); }

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