#C74DBF

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

Shades of Fuchsia #C74DBF

Tints of Fuchsia #C74DBF

Color information

#C74DBF (or 0xC74DBF) is unknown color: approx Fuchsia. HEX triplet: C7, 4D and BF. RGB value is (199,77,191). Sum of RGB (Red+Green+Blue) = 199+77+191=467 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.61% from 467); Green value is 77 (30.47% from 255 or 16.49% from 467); Blue value is 191 (75% from 255 or 40.90% from 467); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DBF is #38B240. Grayscale: #7E7E7E. Windows color (decimal): -3715649 or 12537287. OLE color: 12537287.

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

Color convert

RGB19977191-
CMYK00.610.040.22
HSL303.93º52.14%54.12%-
HSV(B)303.93º61.31%78.04%-
XYZ35.6121.2151.51-
YUV126.47164.42179.73-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.61%
GREEN value IS 77 (30.47% from 255) = 16.49%
BLUE value IS 191 (75% from 255) = 40.90%
R=42.61%
G=16.49%
B=40.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997719100.610.040.22303.9352.1454.12
HexC74DBF03D4161303436
Octal3071152770754264606466
Binary11000111100110110111111011110110010110100110000110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74DBF; }

 p { color: rgb(199,77,191); }

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

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

 a { background-color: rgb(199,77,191); }

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

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

 span { border-color: rgb(199,77,191); }

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