#C74FB8

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

Shades of Fuchsia #C74FB8

Tints of Fuchsia #C74FB8

Color information

#C74FB8 (or 0xC74FB8) is unknown color: approx Fuchsia. HEX triplet: C7, 4F and B8. RGB value is (199,79,184). Sum of RGB (Red+Green+Blue) = 199+79+184=462 (61% of max value = 765). Red value is 199 (78.12% from 255 or 43.07% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 184 (72.27% from 255 or 39.83% from 462); Max value from RGB is 199 - color contains mainly: red. Hex color #C74FB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74FB8 is #38B047. Grayscale: #7E7E7E. Windows color (decimal): -3715144 or 12079047. OLE color: 12079047.

HSL color Cylindrical-coordinate representation of color #C74FB8: hue angle of 307.5º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C74FB8 is Cyan = 0, Magento = 0.60, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB19979184-
CMYK00.600.080.22
HSL307.5º51.72%54.51%-
HSV(B)307.5º60.3%78.04%-
XYZ3521.1947.59-
YUV126.85160.26179.46-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.07%
GREEN value IS 79 (31.25% from 255) = 17.10%
BLUE value IS 184 (72.27% from 255) = 39.83%
R=43.07%
G=17.10%
B=39.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997918400.600.080.22307.551.7254.51
HexC74FB803C8161343437
Octal30711727007410264646467
Binary110001111001111101110000111100100010110100110100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74FB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74FB8; }

 p { color: rgb(199,79,184); }

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

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

 a { background-color: rgb(199,79,184); }

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

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

 span { border-color: rgb(199,79,184); }

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