#C748C1

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

Shades of Fuchsia #C748C1

Tints of Fuchsia #C748C1

Color information

#C748C1 (or 0xC748C1) is unknown color: approx Fuchsia. HEX triplet: C7, 48 and C1. RGB value is (199,72,193). Sum of RGB (Red+Green+Blue) = 199+72+193=464 (61% of max value = 765). Red value is 199 (78.12% from 255 or 42.89% from 464); Green value is 72 (28.52% from 255 or 15.52% from 464); Blue value is 193 (75.78% from 255 or 41.59% from 464); Max value from RGB is 199 - color contains mainly: red. Hex color #C748C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748C1 is #38B73E. Grayscale: #7B7B7B. Windows color (decimal): -3716927 or 12667079. OLE color: 12667079.

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

Color convert

RGB19972193-
CMYK00.640.030.22
HSL302.83º53.14%53.14%-
HSV(B)302.83º63.82%78.04%-
XYZ35.520.6352.56-
YUV123.77167.08181.66-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 42.89%
GREEN value IS 72 (28.52% from 255) = 15.52%
BLUE value IS 193 (75.78% from 255) = 41.59%
R=42.89%
G=15.52%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997219300.640.030.22302.8353.1453.14
HexC748C104031612f3535
Octal30711030101003264576565
Binary11000111100100011000001010000001110110100101111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C748C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C748C1; }

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

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

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

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

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

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

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

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