#c74eb4

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

Shades of Fuchsia #C74EB4

Tints of Fuchsia #C74EB4

Color information

#C74EB4 (or 0xC74EB4) is unknown color: approx Fuchsia. HEX triplet: C7, 4E and B4. RGB value is (199,78,180). Sum of RGB (Red+Green+Blue) = 199+78+180=457 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.54% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 180 (70.70% from 255 or 39.39% from 457); Max value from RGB is 199 - color contains mainly: red. Hex color #C74EB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74EB4 is #38B14B. Grayscale: #7D7D7D. Windows color (decimal): -3715404 or 11816647. OLE color: 11816647.

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

Color convert

RGB19978180-
CMYK00.610.100.22
HSL309.42º51.93%54.31%-
HSV(B)309.42º60.8%78.04%-
XYZ34.5220.8945.39-
YUV125.81158.59180.21-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.54%
GREEN value IS 78 (30.86% from 255) = 17.07%
BLUE value IS 180 (70.70% from 255) = 39.39%
R=43.54%
G=17.07%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.10
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997818000.610.100.22309.4251.9354.31
HexC74EB403DA161353436
Octal30711626407512264656466
Binary110001111001110101101000111101101010110100110101110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c74eb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c74eb4; }

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

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

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

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

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

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

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

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