#C74DAA

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

Shades of Fuchsia #C74DAA

Tints of Fuchsia #C74DAA

Color information

#C74DAA (or 0xC74DAA) is unknown color: approx Fuchsia. HEX triplet: C7, 4D and AA. RGB value is (199,77,170). Sum of RGB (Red+Green+Blue) = 199+77+170=446 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.62% from 446); Green value is 77 (30.47% from 255 or 17.26% from 446); Blue value is 170 (66.80% from 255 or 38.12% from 446); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74DAA is #38B255. Grayscale: #7B7B7B. Windows color (decimal): -3715670 or 11161031. OLE color: 11161031.

HSL color Cylindrical-coordinate representation of color #C74DAA: hue angle of 314.26º 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 #C74DAA is Cyan = 0, Magento = 0.61, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB19977170-
CMYK00.610.150.22
HSL314.26º52.14%54.12%-
HSV(B)314.26º61.31%78.04%-
XYZ33.4620.3540.19-
YUV124.08153.92181.44-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.62%
GREEN value IS 77 (30.47% from 255) = 17.26%
BLUE value IS 170 (66.80% from 255) = 38.12%
R=44.62%
G=17.26%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997717000.610.150.22314.2652.1454.12
HexC74DAA03DF1613a3436
Octal30711525207517264726466
Binary110001111001101101010100111101111110110100111010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74DAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74DAA; }

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

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

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

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

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

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

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

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