#C049CA

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

Shades of Fuchsia #C049CA

Tints of Fuchsia #C049CA

Color information

#C049CA (or 0xC049CA) is unknown color: approx Fuchsia. HEX triplet: C0, 49 and CA. RGB value is (192,73,202). Sum of RGB (Red+Green+Blue) = 192+73+202=467 (61% of max value = 765). Red value is 192 (75.39% from 255 or 41.11% from 467); Green value is 73 (28.91% from 255 or 15.63% from 467); Blue value is 202 (79.30% from 255 or 43.25% from 467); Max value from RGB is 202 - color contains mainly: blue. Hex color #C049CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C049CA is #3FB635. Grayscale: #7A7A7A. Windows color (decimal): -4175414 or 13257152. OLE color: 13257152.

HSL color Cylindrical-coordinate representation of color #C049CA: hue angle of 295.35º 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 #C049CA is Cyan = 0.05, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB19273202-
CMYK0.050.6400.21
HSL295.35º54.89%53.92%-
HSV(B)295.35º63.86%79.22%-
XYZ34.7820.2457.95-
YUV123.29172.42177.01-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.11%
GREEN value IS 73 (28.91% from 255) = 15.63%
BLUE value IS 202 (79.30% from 255) = 43.25%
R=41.11%
G=15.63%
B=43.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal192732020.050.6400.21295.3554.8953.92
HexC049CA5400151273736
Octal30011131251000254476766
Binary110000001001001110010101011000000010101100100111110111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C049CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C049CA; }

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

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

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

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

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

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

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

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