#C74CC2

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

Shades of Fuchsia #C74CC2

Tints of Fuchsia #C74CC2

Color information

#C74CC2 (or 0xC74CC2) is unknown color: approx Fuchsia. HEX triplet: C7, 4C and C2. RGB value is (199,76,194). Sum of RGB (Red+Green+Blue) = 199+76+194=469 (62% of max value = 765). Red value is 199 (78.12% from 255 or 42.43% from 469); Green value is 76 (30.08% from 255 or 16.20% from 469); Blue value is 194 (76.17% from 255 or 41.36% from 469); Max value from RGB is 199 - color contains mainly: red. Hex color #C74CC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C74CC2 is #38B33D. Grayscale: #7D7D7D. Windows color (decimal): -3715902 or 12733639. OLE color: 12733639.

HSL color Cylindrical-coordinate representation of color #C74CC2: hue angle of 302.44º degrees, saturation: 0.52, 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 #C74CC2 is Cyan = 0, Magento = 0.62, Yellow = 0.03 and Black (K on CMYK) = 0.22.

Color convert

RGB19976194-
CMYK00.620.030.22
HSL302.44º52.34%53.92%-
HSV(B)302.44º61.81%78.04%-
XYZ35.8821.2153.24-
YUV126.23166.25179.91-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.43%
GREEN value IS 76 (30.08% from 255) = 16.20%
BLUE value IS 194 (76.17% from 255) = 41.36%
R=42.43%
G=16.20%
B=41.36%

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
Decimal1997619400.620.030.22302.4452.3453.92
HexC74CC203E31612e3436
Octal3071143020763264566466
Binary1100011110011001100001001111101110110100101110110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C74CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C74CC2; }

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

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

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

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

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

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

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

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