#C249A8

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

Shades of Fuchsia #C249A8

Tints of Fuchsia #C249A8

Color information

#C249A8 (or 0xC249A8) is unknown color: approx Fuchsia. HEX triplet: C2, 49 and A8. RGB value is (194,73,168). Sum of RGB (Red+Green+Blue) = 194+73+168=435 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.60% from 435); Green value is 73 (28.91% from 255 or 16.78% from 435); Blue value is 168 (66.02% from 255 or 38.62% from 435); Max value from RGB is 194 - color contains mainly: red. Hex color #C249A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C249A8 is #3DB657. Grayscale: #777777. Windows color (decimal): -4044376 or 11028930. OLE color: 11028930.

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

Color convert

RGB19473168-
CMYK00.620.130.24
HSL312.89º49.79%52.35%-
HSV(B)312.89º62.37%76.08%-
XYZ31.719.0639.05-
YUV120.01155.09180.78-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.60%
GREEN value IS 73 (28.91% from 255) = 16.78%
BLUE value IS 168 (66.02% from 255) = 38.62%
R=44.60%
G=16.78%
B=38.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947316800.620.130.24312.8949.7952.35
HexC249A803ED181393234
Octal30211125007615304716264
Binary110000101001001101010000111110110111000100111001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C249A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C249A8; }

 p { color: rgb(194,73,168); }

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

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

 a { background-color: rgb(194,73,168); }

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

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

 span { border-color: rgb(194,73,168); }

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