#C629BA

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

Shades of Fuchsia #C629BA

Tints of Fuchsia #C629BA

Color information

#C629BA (or 0xC629BA) is unknown color: approx Fuchsia. HEX triplet: C6, 29 and BA. RGB value is (198,41,186). Sum of RGB (Red+Green+Blue) = 198+41+186=425 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.59% from 425); Green value is 41 (16.41% from 255 or 9.65% from 425); Blue value is 186 (73.05% from 255 or 43.76% from 425); Max value from RGB is 198 - color contains mainly: red. Hex color #C629BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C629BA is #39D645. Grayscale: #686868. Windows color (decimal): -3790406 or 12200390. OLE color: 12200390.

HSL color Cylindrical-coordinate representation of color #C629BA: hue angle of 304.59º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C629BA is Cyan = 0, Magento = 0.79, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB19841186-
CMYK00.790.060.22
HSL304.59º65.69%46.86%-
HSV(B)304.59º79.29%77.65%-
XYZ32.9417.1448.03-
YUV104.47174.01194.71-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.59%
GREEN value IS 41 (16.41% from 255) = 9.65%
BLUE value IS 186 (73.05% from 255) = 43.76%
R=46.59%
G=9.65%
B=43.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1984118600.790.060.22304.5965.6946.86
HexC629BA04F616131422f
Octal30651272011762646110257
Binary110001101010011011101001001111110101101001100011000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C629BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C629BA; }

 p { color: rgb(198,41,186); }

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

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

 a { background-color: rgb(198,41,186); }

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

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

 span { border-color: rgb(198,41,186); }

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