#C249A7

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

Shades of Fuchsia #C249A7

Tints of Fuchsia #C249A7

Color information

#C249A7 (or 0xC249A7) is unknown color: approx Fuchsia. HEX triplet: C2, 49 and A7. RGB value is (194,73,167). Sum of RGB (Red+Green+Blue) = 194+73+167=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 73 (28.91% from 255 or 16.82% from 434); Blue value is 167 (65.62% from 255 or 38.48% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C249A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C249A7 is #3DB658. Grayscale: #777777. Windows color (decimal): -4044377 or 10963394. OLE color: 10963394.

HSL color Cylindrical-coordinate representation of color #C249A7: hue angle of 313.39º 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 #C249A7 is Cyan = 0, Magento = 0.62, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB19473167-
CMYK00.620.140.24
HSL313.39º49.79%52.35%-
HSV(B)313.39º62.37%76.08%-
XYZ31.6119.0238.57-
YUV119.9154.59180.86-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 73 (28.91% from 255) = 16.82%
BLUE value IS 167 (65.62% from 255) = 38.48%
R=44.70%
G=16.82%
B=38.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1947316700.620.140.24313.3949.7952.35
HexC249A703EE181393234
Octal30211124707616304716264
Binary110000101001001101001110111110111011000100111001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C249A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C249A7; }

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

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

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

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

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

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

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

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