#C74EBA

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

Shades of Fuchsia #C74EBA

Tints of Fuchsia #C74EBA

Color information

#C74EBA (or 0xC74EBA) is unknown color: approx Fuchsia. HEX triplet: C7, 4E and BA. RGB value is (199,78,186). Sum of RGB (Red+Green+Blue) = 199+78+186=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 78 (30.86% from 255 or 16.85% from 463); Blue value is 186 (73.05% from 255 or 40.17% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C74EBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74EBA is #38B145. Grayscale: #7E7E7E. Windows color (decimal): -3715398 or 12209863. OLE color: 12209863.

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

Color convert

RGB19978186-
CMYK00.610.070.22
HSL306.45º51.93%54.31%-
HSV(B)306.45º60.8%78.04%-
XYZ35.1421.1448.68-
YUV126.49161.59179.72-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 78 (30.86% from 255) = 16.85%
BLUE value IS 186 (73.05% from 255) = 40.17%
R=42.98%
G=16.85%
B=40.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997818600.610.070.22306.4551.9354.31
HexC74EBA03D7161323436
Octal3071162720757264626466
Binary11000111100111010111010011110111110110100110010110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74EBA; }

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

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

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

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

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

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

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

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