#C74BAB

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

Shades of Fuchsia #C74BAB

Tints of Fuchsia #C74BAB

Color information

#C74BAB (or 0xC74BAB) is unknown color: approx Fuchsia. HEX triplet: C7, 4B and AB. RGB value is (199,75,171). Sum of RGB (Red+Green+Blue) = 199+75+171=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 75 (29.69% from 255 or 16.85% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74BAB is #38B454. Grayscale: #7A7A7A. Windows color (decimal): -3716181 or 11226055. OLE color: 11226055.

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

Color convert

RGB19975171-
CMYK00.620.140.22
HSL313.55º52.54%53.73%-
HSV(B)313.55º62.31%78.04%-
XYZ33.4220.1140.65-
YUV123.02155.08182.19-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.72%
GREEN value IS 75 (29.69% from 255) = 16.85%
BLUE value IS 171 (67.19% from 255) = 38.43%
R=44.72%
G=16.85%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997517100.620.140.22313.5552.5453.73
HexC74BAB03EE1613a3536
Octal30711325307616264726566
Binary110001111001011101010110111110111010110100111010110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74BAB; }

 p { color: rgb(199,75,171); }

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

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

 a { background-color: rgb(199,75,171); }

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

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

 span { border-color: rgb(199,75,171); }

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