#C748C0

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

Shades of Fuchsia #C748C0

Tints of Fuchsia #C748C0

Color information

#C748C0 (or 0xC748C0) is unknown color: approx Fuchsia. HEX triplet: C7, 48 and C0. RGB value is (199,72,192). Sum of RGB (Red+Green+Blue) = 199+72+192=463 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.98% from 463); Green value is 72 (28.52% from 255 or 15.55% from 463); Blue value is 192 (75.39% from 255 or 41.47% from 463); Max value from RGB is 199 - color contains mainly: red. Hex color #C748C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748C0 is #38B73F. Grayscale: #7B7B7B. Windows color (decimal): -3716928 or 12601543. OLE color: 12601543.

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

Color convert

RGB19972192-
CMYK00.640.040.22
HSL303.31º53.14%53.14%-
HSV(B)303.31º63.82%78.04%-
XYZ35.3820.5851.98-
YUV123.65166.58181.74-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.98%
GREEN value IS 72 (28.52% from 255) = 15.55%
BLUE value IS 192 (75.39% from 255) = 41.47%
R=42.98%
G=15.55%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997219200.640.040.22303.3153.1453.14
HexC748C004041612f3535
Octal30711030001004264576565
Binary110001111001000110000000100000010010110100101111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C748C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C748C0; }

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

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

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

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

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

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

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

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