#C142BD

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

Shades of Fuchsia #C142BD

Tints of Fuchsia #C142BD

Color information

#C142BD (or 0xC142BD) is unknown color: approx Fuchsia. HEX triplet: C1, 42 and BD. RGB value is (193,66,189). Sum of RGB (Red+Green+Blue) = 193+66+189=448 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.08% from 448); Green value is 66 (26.17% from 255 or 14.73% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 193 - color contains mainly: red. Hex color #C142BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C142BD is #3EBD42. Grayscale: #757575. Windows color (decimal): -4111683 or 12403393. OLE color: 12403393.

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

Color convert

RGB19366189-
CMYK00.660.020.24
HSL301.89º50.6%50.78%-
HSV(B)301.89º65.8%75.69%-
XYZ33.1318.9150.05-
YUV118168.08181.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.08%
GREEN value IS 66 (26.17% from 255) = 14.73%
BLUE value IS 189 (74.22% from 255) = 42.19%
R=43.08%
G=14.73%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1936618900.660.020.24301.8950.650.78
HexC142BD04221812e3333
Octal30110227501022304566363
Binary11000001100001010111101010000101011000100101110110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C142BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C142BD; }

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

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

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

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

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

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

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

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