#C42DAD

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

Shades of Fuchsia #C42DAD

Tints of Fuchsia #C42DAD

Color information

#C42DAD (or 0xC42DAD) is unknown color: approx Fuchsia. HEX triplet: C4, 2D and AD. RGB value is (196,45,173). Sum of RGB (Red+Green+Blue) = 196+45+173=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 45 (17.97% from 255 or 10.87% from 414); Blue value is 173 (67.97% from 255 or 41.79% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C42DAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C42DAD is #3BD252. Grayscale: #686868. Windows color (decimal): -3920467 or 11349444. OLE color: 11349444.

HSL color Cylindrical-coordinate representation of color #C42DAD: hue angle of 309.14º 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 #C42DAD is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB19645173-
CMYK00.770.120.23
HSL309.14º62.66%47.25%-
HSV(B)309.14º77.04%76.86%-
XYZ31.2516.6341.1-
YUV104.74166.53193.09-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.34%
GREEN value IS 45 (17.97% from 255) = 10.87%
BLUE value IS 173 (67.97% from 255) = 41.79%
R=47.34%
G=10.87%
B=41.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.12
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1964517300.770.120.23309.1462.6647.25
HexC42DAD04DC171353f2f
Octal30455255011514274657757
Binary110001001011011010110101001101110010111100110101111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C42DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C42DAD; }

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

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

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

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

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

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

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

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