#C74DAF

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

Shades of Fuchsia #C74DAF

Tints of Fuchsia #C74DAF

Color information

#C74DAF (or 0xC74DAF) is unknown color: approx Fuchsia. HEX triplet: C7, 4D and AF. RGB value is (199,77,175). Sum of RGB (Red+Green+Blue) = 199+77+175=451 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.12% from 451); Green value is 77 (30.47% from 255 or 17.07% from 451); Blue value is 175 (68.75% from 255 or 38.80% from 451); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74DAF is #38B250. Grayscale: #7C7C7C. Windows color (decimal): -3715665 or 11488711. OLE color: 11488711.

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

Color convert

RGB19977175-
CMYK00.610.120.22
HSL311.8º52.14%54.12%-
HSV(B)311.8º61.31%78.04%-
XYZ33.9420.5542.73-
YUV124.65156.42181.03-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.12%
GREEN value IS 77 (30.47% from 255) = 17.07%
BLUE value IS 175 (68.75% from 255) = 38.80%
R=44.12%
G=17.07%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997717500.610.120.22311.852.1454.12
HexC74DAF03DC161383436
Octal30711525707514264706466
Binary110001111001101101011110111101110010110100111000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74DAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74DAF; }

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

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

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

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

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

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

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

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