#C042C6

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

Shades of Fuchsia #C042C6

Tints of Fuchsia #C042C6

Color information

#C042C6 (or 0xC042C6) is unknown color: approx Fuchsia. HEX triplet: C0, 42 and C6. RGB value is (192,66,198). Sum of RGB (Red+Green+Blue) = 192+66+198=456 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.11% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 198 - color contains mainly: blue. Hex color #C042C6 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C042C6 is #3FBD39. Grayscale: #767676. Windows color (decimal): -4177210 or 12993216. OLE color: 12993216.

HSL color Cylindrical-coordinate representation of color #C042C6: hue angle of 297.27º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C042C6 is Cyan = 0.03, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB19266198-
CMYK0.030.6700.22
HSL297.27º53.66%51.76%-
HSV(B)297.27º66.67%77.65%-
XYZ33.8819.1855.34-
YUV118.72172.74180.27-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.11%
GREEN value IS 66 (26.17% from 255) = 14.47%
BLUE value IS 198 (77.73% from 255) = 43.42%
R=42.11%
G=14.47%
B=43.42%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal192661980.030.6700.22297.2753.6651.76
HexC042C63430161293634
Octal30010230631030264516664
Binary11000000100001011000110111000011010110100101001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C042C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C042C6; }

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

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

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

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

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

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

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

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