#C249CA

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

Shades of Fuchsia #C249CA

Tints of Fuchsia #C249CA

Color information

#C249CA (or 0xC249CA) is unknown color: approx Fuchsia. HEX triplet: C2, 49 and CA. RGB value is (194,73,202). Sum of RGB (Red+Green+Blue) = 194+73+202=469 (62% of max value = 765). Red value is 194 (76.17% from 255 or 41.36% from 469); Green value is 73 (28.91% from 255 or 15.57% from 469); Blue value is 202 (79.30% from 255 or 43.07% from 469); Max value from RGB is 202 - color contains mainly: blue. Hex color #C249CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C249CA is #3DB635. Grayscale: #7B7B7B. Windows color (decimal): -4044342 or 13257154. OLE color: 13257154.

HSL color Cylindrical-coordinate representation of color #C249CA: hue angle of 296.28º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C249CA is Cyan = 0.04, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19473202-
CMYK0.040.6400.21
HSL296.28º54.89%53.92%-
HSV(B)296.28º63.86%79.22%-
XYZ35.2920.557.97-
YUV123.88172.09178.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 41.36%
GREEN value IS 73 (28.91% from 255) = 15.57%
BLUE value IS 202 (79.30% from 255) = 43.07%
R=41.36%
G=15.57%
B=43.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194732020.040.6400.21296.2854.8953.92
HexC249CA4400151283736
Octal30211131241000254506766
Binary110000101001001110010101001000000010101100101000110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C249CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C249CA; }

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

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

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

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

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

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

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

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