#C74AB1

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

Shades of Fuchsia #C74AB1

Tints of Fuchsia #C74AB1

Color information

#C74AB1 (or 0xC74AB1) is unknown color: approx Fuchsia. HEX triplet: C7, 4A and B1. RGB value is (199,74,177). Sum of RGB (Red+Green+Blue) = 199+74+177=450 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.22% from 450); Green value is 74 (29.30% from 255 or 16.44% from 450); Blue value is 177 (69.53% from 255 or 39.33% from 450); Max value from RGB is 199 - color contains mainly: red. Hex color #C74AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74AB1 is #38B54E. Grayscale: #7A7A7A. Windows color (decimal): -3716431 or 11619015. OLE color: 11619015.

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

Color convert

RGB19974177-
CMYK00.630.110.22
HSL310.56º52.74%53.53%-
HSV(B)310.56º62.81%78.04%-
XYZ33.9420.2143.71-
YUV123.12158.41182.12-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.22%
GREEN value IS 74 (29.30% from 255) = 16.44%
BLUE value IS 177 (69.53% from 255) = 39.33%
R=44.22%
G=16.44%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997417700.630.110.22310.5652.7453.53
HexC74AB103FB161373536
Octal30711226107713264676566
Binary110001111001010101100010111111101110110100110111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74AB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74AB1; }

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

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

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

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

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

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

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

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