#C74FB2

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

Shades of Fuchsia #C74FB2

Tints of Fuchsia #C74FB2

Color information

#C74FB2 (or 0xC74FB2) is unknown color: approx Fuchsia. HEX triplet: C7, 4F and B2. RGB value is (199,79,178). Sum of RGB (Red+Green+Blue) = 199+79+178=456 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.64% from 456); Green value is 79 (31.25% from 255 or 17.32% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 199 - color contains mainly: red. Hex color #C74FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C74FB2 is #38B04D. Grayscale: #7D7D7D. Windows color (decimal): -3715150 or 11685831. OLE color: 11685831.

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

Color convert

RGB19979178-
CMYK00.600.110.22
HSL310.5º51.72%54.51%-
HSV(B)310.5º60.3%78.04%-
XYZ34.3920.9544.35-
YUV126.17157.26179.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.64%
GREEN value IS 79 (31.25% from 255) = 17.32%
BLUE value IS 178 (69.92% from 255) = 39.04%
R=43.64%
G=17.32%
B=39.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.11
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997917800.600.110.22310.551.7254.51
HexC74FB203CB161363437
Octal30711726207413264666467
Binary110001111001111101100100111100101110110100110110110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74FB2; }

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

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

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

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

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

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

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

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