#C048BB

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

Shades of Fuchsia #C048BB

Tints of Fuchsia #C048BB

Color information

#C048BB (or 0xC048BB) is unknown color: approx Fuchsia. HEX triplet: C0, 48 and BB. RGB value is (192,72,187). Sum of RGB (Red+Green+Blue) = 192+72+187=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 72 (28.52% from 255 or 15.96% from 451); Blue value is 187 (73.44% from 255 or 41.46% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C048BB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048BB is #3FB744. Grayscale: #787878. Windows color (decimal): -4175685 or 12273856. OLE color: 12273856.

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

Color convert

RGB19272187-
CMYK00.630.030.25
HSL302.5º48.78%51.76%-
HSV(B)302.5º62.5%75.29%-
XYZ33.0319.4349.02-
YUV120.99165.26178.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 72 (28.52% from 255) = 15.96%
BLUE value IS 187 (73.44% from 255) = 41.46%
R=42.57%
G=15.96%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.03
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1927218700.630.030.25302.548.7851.76
HexC048BB03F31912e3134
Octal3001102730773314566164
Binary1100000010010001011101101111111111001100101110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C048BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C048BB; }

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

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

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

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

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

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

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

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