#C74DAE

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

Shades of Fuchsia #C74DAE

Tints of Fuchsia #C74DAE

Color information

#C74DAE (or 0xC74DAE) is unknown color: approx Fuchsia. HEX triplet: C7, 4D and AE. RGB value is (199,77,174). Sum of RGB (Red+Green+Blue) = 199+77+174=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 174 (68.36% from 255 or 38.67% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74DAE is #38B251. Grayscale: #7C7C7C. Windows color (decimal): -3715666 or 11423175. OLE color: 11423175.

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

Color convert

RGB19977174-
CMYK00.610.130.22
HSL312.3º52.14%54.12%-
HSV(B)312.3º61.31%78.04%-
XYZ33.8520.5142.22-
YUV124.54155.92181.11-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.22%
GREEN value IS 77 (30.47% from 255) = 17.11%
BLUE value IS 174 (68.36% from 255) = 38.67%
R=44.22%
G=17.11%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997717400.610.130.22312.352.1454.12
HexC74DAE03DD161383436
Octal30711525607515264706466
Binary110001111001101101011100111101110110110100111000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74DAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74DAE; }

 p { color: rgb(199,77,174); }

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

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

 a { background-color: rgb(199,77,174); }

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

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

 span { border-color: rgb(199,77,174); }

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