#c042a7

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

Shades of Fuchsia #C042A7

Tints of Fuchsia #C042A7

Color information

#C042A7 (or 0xC042A7) is unknown color: approx Fuchsia. HEX triplet: C0, 42 and A7. RGB value is (192,66,167). Sum of RGB (Red+Green+Blue) = 192+66+167=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 66 (26.17% from 255 or 15.53% from 425); Blue value is 167 (65.62% from 255 or 39.29% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C042A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C042A7 is #3FBD58. Grayscale: #727272. Windows color (decimal): -4177241 or 10961600. OLE color: 10961600.

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

Color convert

RGB19266167-
CMYK00.660.130.25
HSL311.9º50%50.59%-
HSV(B)311.9º65.62%75.29%-
XYZ30.6617.8938.4-
YUV115.19157.24182.79-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 66 (26.17% from 255) = 15.53%
BLUE value IS 167 (65.62% from 255) = 39.29%
R=45.18%
G=15.53%
B=39.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1926616700.660.130.25311.95050.59
HexC042A7042D191383233
Octal300102247010215314706263
Binary1100000010000101010011101000010110111001100111000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c042a7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c042a7; }

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

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

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

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

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

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

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

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