#C74DC3

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

Shades of Fuchsia #C74DC3

Tints of Fuchsia #C74DC3

Color information

#C74DC3 (or 0xC74DC3) is unknown color: approx Fuchsia. HEX triplet: C7, 4D and C3. RGB value is (199,77,195). Sum of RGB (Red+Green+Blue) = 199+77+195=471 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.25% from 471); Green value is 77 (30.47% from 255 or 16.35% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 199 - color contains mainly: red. Hex color #C74DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C74DC3 is #38B23C. Grayscale: #7E7E7E. Windows color (decimal): -3715645 or 12799431. OLE color: 12799431.

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

Color convert

RGB19977195-
CMYK00.610.020.22
HSL301.97º52.14%54.12%-
HSV(B)301.97º61.31%78.04%-
XYZ36.0621.3953.86-
YUV126.93166.42179.41-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.25%
GREEN value IS 77 (30.47% from 255) = 16.35%
BLUE value IS 195 (76.56% from 255) = 41.40%
R=42.25%
G=16.35%
B=41.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997719500.610.020.22301.9752.1454.12
HexC74DC303D21612e3436
Octal3071153030752264566466
Binary1100011110011011100001101111011010110100101110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74DC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74DC3; }

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

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

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

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

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

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

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

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