#C74ABE

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

Shades of Fuchsia #C74ABE

Tints of Fuchsia #C74ABE

Color information

#C74ABE (or 0xC74ABE) is unknown color: approx Fuchsia. HEX triplet: C7, 4A and BE. RGB value is (199,74,190). Sum of RGB (Red+Green+Blue) = 199+74+190=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 190 (74.61% from 255 or 41.04% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C74ABE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74ABE is #38B541. Grayscale: #7C7C7C. Windows color (decimal): -3716418 or 12470983. OLE color: 12470983.

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

Color convert

RGB19974190-
CMYK00.630.050.22
HSL304.32º52.74%53.53%-
HSV(B)304.32º62.81%78.04%-
XYZ35.320.7650.86-
YUV124.6164.91181.07-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 74 (29.30% from 255) = 15.98%
BLUE value IS 190 (74.61% from 255) = 41.04%
R=42.98%
G=15.98%
B=41.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997419000.630.050.22304.3252.7453.53
HexC74ABE03F5161303536
Octal3071122760775264606566
Binary11000111100101010111110011111110110110100110000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74ABE; }

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

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

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

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

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

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

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

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