#C42DAE

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

Shades of Fuchsia #C42DAE

Tints of Fuchsia #C42DAE

Color information

#C42DAE (or 0xC42DAE) is unknown color: approx Fuchsia. HEX triplet: C4, 2D and AE. RGB value is (196,45,174). Sum of RGB (Red+Green+Blue) = 196+45+174=415 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.23% from 415); Green value is 45 (17.97% from 255 or 10.84% from 415); Blue value is 174 (68.36% from 255 or 41.93% from 415); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42DAE is #3BD251. Grayscale: #686868. Windows color (decimal): -3920466 or 11414980. OLE color: 11414980.

HSL color Cylindrical-coordinate representation of color #C42DAE: hue angle of 308.74º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42DAE is Cyan = 0, Magento = 0.77, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB19645174-
CMYK00.770.110.23
HSL308.74º62.66%47.25%-
HSV(B)308.74º77.04%76.86%-
XYZ31.3416.6741.61-
YUV104.86167.03193.01-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.23%
GREEN value IS 45 (17.97% from 255) = 10.84%
BLUE value IS 174 (68.36% from 255) = 41.93%
R=47.23%
G=10.84%
B=41.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964517400.770.110.23308.7462.6647.25
HexC42DAE04DB171353f2f
Octal30455256011513274657757
Binary110001001011011010111001001101101110111100110101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42DAE; }

 p { color: rgb(196,45,174); }

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

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

 a { background-color: rgb(196,45,174); }

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

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

 span { border-color: rgb(196,45,174); }

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