#C748BD

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

Shades of Fuchsia #C748BD

Tints of Fuchsia #C748BD

Color information

#C748BD (or 0xC748BD) is unknown color: approx Fuchsia. HEX triplet: C7, 48 and BD. RGB value is (199,72,189). Sum of RGB (Red+Green+Blue) = 199+72+189=460 (60% of max value = 765). Red value is 199 (78.12% from 255 or 43.26% from 460); Green value is 72 (28.52% from 255 or 15.65% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 199 - color contains mainly: red. Hex color #C748BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C748BD is #38B742. Grayscale: #7A7A7A. Windows color (decimal): -3716931 or 12404935. OLE color: 12404935.

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

Color convert

RGB19972189-
CMYK00.640.050.22
HSL304.72º53.14%53.14%-
HSV(B)304.72º63.82%78.04%-
XYZ35.0620.4550.24-
YUV123.31165.08181.99-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 43.26%
GREEN value IS 72 (28.52% from 255) = 15.65%
BLUE value IS 189 (74.22% from 255) = 41.09%
R=43.26%
G=15.65%
B=41.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.05
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1997218900.640.050.22304.7253.1453.14
HexC748BD0405161313535
Octal30711027501005264616565
Binary110001111001000101111010100000010110110100110001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C748BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C748BD; }

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

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

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

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

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

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

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

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