#C74BAE

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

Shades of Fuchsia #C74BAE

Tints of Fuchsia #C74BAE

Color information

#C74BAE (or 0xC74BAE) is unknown color: approx Fuchsia. HEX triplet: C7, 4B and AE. RGB value is (199,75,174). Sum of RGB (Red+Green+Blue) = 199+75+174=448 (59% of max value = 765). Red value is 199 (78.12% from 255 or 44.42% from 448); Green value is 75 (29.69% from 255 or 16.74% from 448); Blue value is 174 (68.36% from 255 or 38.84% from 448); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C74BAE is #38B451. Grayscale: #7B7B7B. Windows color (decimal): -3716178 or 11422663. OLE color: 11422663.

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

Color convert

RGB19975174-
CMYK00.620.130.22
HSL312.1º52.54%53.73%-
HSV(B)312.1º62.31%78.04%-
XYZ33.7120.2342.17-
YUV123.36156.58181.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.42%
GREEN value IS 75 (29.69% from 255) = 16.74%
BLUE value IS 174 (68.36% from 255) = 38.84%
R=44.42%
G=16.74%
B=38.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997517400.620.130.22312.152.5453.73
HexC74BAE03ED161383536
Octal30711325607615264706566
Binary110001111001011101011100111110110110110100111000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74BAE; }

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

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

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

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

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

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

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

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