#C74BC2

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

Shades of Fuchsia #C74BC2

Tints of Fuchsia #C74BC2

Color information

#C74BC2 (or 0xC74BC2) is unknown color: approx Fuchsia. HEX triplet: C7, 4B and C2. RGB value is (199,75,194). Sum of RGB (Red+Green+Blue) = 199+75+194=468 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.52% from 468); Green value is 75 (29.69% from 255 or 16.03% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 199 - color contains mainly: red. Hex color #C74BC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74BC2 is #38B43D. Grayscale: #7D7D7D. Windows color (decimal): -3716158 or 12733383. OLE color: 12733383.

HSL color Cylindrical-coordinate representation of color #C74BC2: hue angle of 302.42º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C74BC2 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB19975194-
CMYK00.620.030.22
HSL302.42º52.54%53.73%-
HSV(B)302.42º62.31%78.04%-
XYZ35.8121.0753.22-
YUV125.64166.58180.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.52%
GREEN value IS 75 (29.69% from 255) = 16.03%
BLUE value IS 194 (76.17% from 255) = 41.45%
R=42.52%
G=16.03%
B=41.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997519400.620.030.22302.4252.5453.73
HexC74BC203E31612e3536
Octal3071133020763264566566
Binary1100011110010111100001001111101110110100101110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74BC2; }

 p { color: rgb(199,75,194); }

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

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

 a { background-color: rgb(199,75,194); }

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

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

 span { border-color: rgb(199,75,194); }

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