#C749C0

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

Shades of Fuchsia #C749C0

Tints of Fuchsia #C749C0

Color information

#C749C0 (or 0xC749C0) is unknown color: approx Fuchsia. HEX triplet: C7, 49 and C0. RGB value is (199,73,192). Sum of RGB (Red+Green+Blue) = 199+73+192=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C749C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C749C0 is #38B63F. Grayscale: #7B7B7B. Windows color (decimal): -3716672 or 12601799. OLE color: 12601799.

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

Color convert

RGB19973192-
CMYK00.630.040.22
HSL303.33º52.94%53.33%-
HSV(B)303.33º63.32%78.04%-
XYZ35.4520.7152-
YUV124.24166.24181.32-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.89%
GREEN value IS 73 (28.91% from 255) = 15.73%
BLUE value IS 192 (75.39% from 255) = 41.38%
R=42.89%
G=15.73%
B=41.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997319200.630.040.22303.3352.9453.33
HexC749C003F41612f3535
Octal3071113000774264576565
Binary11000111100100111000000011111110010110100101111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C749C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C749C0; }

 p { color: rgb(199,73,192); }

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

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

 a { background-color: rgb(199,73,192); }

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

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

 span { border-color: rgb(199,73,192); }

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