#C74AB4

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

Shades of Fuchsia #C74AB4

Tints of Fuchsia #C74AB4

Color information

#C74AB4 (or 0xC74AB4) is unknown color: approx Fuchsia. HEX triplet: C7, 4A and B4. RGB value is (199,74,180). Sum of RGB (Red+Green+Blue) = 199+74+180=453 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.93% from 453); Green value is 74 (29.30% from 255 or 16.34% from 453); Blue value is 180 (70.70% from 255 or 39.74% from 453); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74AB4 is #38B54B. Grayscale: #7B7B7B. Windows color (decimal): -3716428 or 11815623. OLE color: 11815623.

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

Color convert

RGB19974180-
CMYK00.630.100.22
HSL309.12º52.74%53.53%-
HSV(B)309.12º62.81%78.04%-
XYZ34.2420.3345.3-
YUV123.46159.91181.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.93%
GREEN value IS 74 (29.30% from 255) = 16.34%
BLUE value IS 180 (70.70% from 255) = 39.74%
R=43.93%
G=16.34%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997418000.630.100.22309.1252.7453.53
HexC74AB403FA161353536
Octal30711226407712264656566
Binary110001111001010101101000111111101010110100110101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74AB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74AB4; }

 p { color: rgb(199,74,180); }

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

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

 a { background-color: rgb(199,74,180); }

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

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

 span { border-color: rgb(199,74,180); }

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