#C048C1

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

Shades of Fuchsia #C048C1

Tints of Fuchsia #C048C1

Color information

#C048C1 (or 0xC048C1) is unknown color: approx Fuchsia. HEX triplet: C0, 48 and C1. RGB value is (192,72,193). Sum of RGB (Red+Green+Blue) = 192+72+193=457 (60% of max value = 765). Red value is 192 (75.39% from 255 or 42.01% from 457); Green value is 72 (28.52% from 255 or 15.75% from 457); Blue value is 193 (75.78% from 255 or 42.23% from 457); Max value from RGB is 193 - color contains mainly: blue. Hex color #C048C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C048C1 is #3FB73E. Grayscale: #797979. Windows color (decimal): -4175679 or 12667072. OLE color: 12667072.

HSL color Cylindrical-coordinate representation of color #C048C1: hue angle of 299.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C048C1 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB19272193-
CMYK0.010.6300.24
HSL299.5º49.39%51.96%-
HSV(B)299.5º62.69%75.69%-
XYZ33.6819.6952.48-
YUV121.67168.26178.16-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.01%
GREEN value IS 72 (28.52% from 255) = 15.75%
BLUE value IS 193 (75.78% from 255) = 42.23%
R=42.01%
G=15.75%
B=42.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal192721930.010.6300.24299.549.3951.96
HexC048C113F01812c3134
Octal3001103011770304546164
Binary110000001001000110000011111111011000100101100110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C048C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C048C1; }

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

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

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

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

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

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

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

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