#C042B6

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

Shades of Fuchsia #C042B6

Tints of Fuchsia #C042B6

Color information

#C042B6 (or 0xC042B6) is unknown color: approx Fuchsia. HEX triplet: C0, 42 and B6. RGB value is (192,66,182). Sum of RGB (Red+Green+Blue) = 192+66+182=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 66 (26.17% from 255 or 15% from 440); Blue value is 182 (71.48% from 255 or 41.36% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C042B6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042B6 is #3FBD49. Grayscale: #747474. Windows color (decimal): -4177226 or 11944640. OLE color: 11944640.

HSL color Cylindrical-coordinate representation of color #C042B6: hue angle of 304.76º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C042B6 is Cyan = 0, Magento = 0.66, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB19266182-
CMYK00.660.050.25
HSL304.76º50%50.59%-
HSV(B)304.76º65.62%75.29%-
XYZ32.1318.4846.13-
YUV116.9164.74181.57-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 66 (26.17% from 255) = 15%
BLUE value IS 182 (71.48% from 255) = 41.36%
R=43.64%
G=15%
B=41.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.05
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926618200.660.050.25304.765050.59
HexC042B60425191313233
Octal30010226601025314616263
Binary110000001000010101101100100001010111001100110001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C042B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C042B6; }

 p { color: rgb(192,66,182); }

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

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

 a { background-color: rgb(192,66,182); }

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

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

 span { border-color: rgb(192,66,182); }

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