#C042B3

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

Shades of Fuchsia #C042B3

Tints of Fuchsia #C042B3

Color information

#C042B3 (or 0xC042B3) is unknown color: approx Fuchsia. HEX triplet: C0, 42 and B3. RGB value is (192,66,179). Sum of RGB (Red+Green+Blue) = 192+66+179=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 66 (26.17% from 255 or 15.10% from 437); Blue value is 179 (70.31% from 255 or 40.96% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C042B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042B3 is #3FBD4C. Grayscale: #747474. Windows color (decimal): -4177229 or 11748032. OLE color: 11748032.

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

Color convert

RGB19266179-
CMYK00.660.070.25
HSL306.19º50%50.59%-
HSV(B)306.19º65.62%75.29%-
XYZ31.8218.3644.51-
YUV116.56163.24181.81-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 66 (26.17% from 255) = 15.10%
BLUE value IS 179 (70.31% from 255) = 40.96%
R=43.94%
G=15.10%
B=40.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.07
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926617900.660.070.25306.195050.59
HexC042B30427191323233
Octal30010226301027314626263
Binary110000001000010101100110100001011111001100110010110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C042B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C042B3; }

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

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

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

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

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

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

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

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