#C248A9

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

Shades of Fuchsia #C248A9

Tints of Fuchsia #C248A9

Color information

#C248A9 (or 0xC248A9) is unknown color: approx Fuchsia. HEX triplet: C2, 48 and A9. RGB value is (194,72,169). Sum of RGB (Red+Green+Blue) = 194+72+169=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 72 (28.52% from 255 or 16.55% from 435); Blue value is 169 (66.41% from 255 or 38.85% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C248A9 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C248A9 is #3DB756. Grayscale: #777777. Windows color (decimal): -4044631 or 11094210. OLE color: 11094210.

HSL color Cylindrical-coordinate representation of color #C248A9: hue angle of 312.3º degrees, saturation: 0.5, 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 #C248A9 is Cyan = 0, Magento = 0.63, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB19472169-
CMYK00.630.130.24
HSL312.3º50%52.16%-
HSV(B)312.3º62.89%76.08%-
XYZ31.7318.9739.53-
YUV119.54155.92181.11-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 72 (28.52% from 255) = 16.55%
BLUE value IS 169 (66.41% from 255) = 38.85%
R=44.60%
G=16.55%
B=38.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947216900.630.130.24312.35052.16
HexC248A903FD181383234
Octal30211025107715304706264
Binary110000101001000101010010111111110111000100111000110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C248A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C248A9; }

 p { color: rgb(194,72,169); }

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

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

 a { background-color: rgb(194,72,169); }

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

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

 span { border-color: rgb(194,72,169); }

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