#C049BD

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

Shades of Fuchsia #C049BD

Tints of Fuchsia #C049BD

Color information

#C049BD (or 0xC049BD) is unknown color: approx Fuchsia. HEX triplet: C0, 49 and BD. RGB value is (192,73,189). Sum of RGB (Red+Green+Blue) = 192+73+189=454 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.29% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 189 (74.22% from 255 or 41.63% from 454); Max value from RGB is 192 - color contains mainly: red. Hex color #C049BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049BD is #3FB642. Grayscale: #797979. Windows color (decimal): -4175427 or 12405184. OLE color: 12405184.

HSL color Cylindrical-coordinate representation of color #C049BD: hue angle of 301.51º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C049BD is Cyan = 0, Magento = 0.62, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB19273189-
CMYK00.620.020.25
HSL301.51º48.57%51.96%-
HSV(B)301.51º61.98%75.29%-
XYZ33.3119.6550.18-
YUV121.8165.92178.07-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.29%
GREEN value IS 73 (28.91% from 255) = 16.08%
BLUE value IS 189 (74.22% from 255) = 41.63%
R=42.29%
G=16.08%
B=41.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927318900.620.020.25301.5148.5751.96
HexC049BD03E21912e3134
Octal3001112750762314566164
Binary1100000010010011011110101111101011001100101110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C049BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C049BD; }

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

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

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

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

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

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

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

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