#C829BD

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

Shades of Fuchsia #C829BD

Tints of Fuchsia #C829BD

Color information

#C829BD (or 0xC829BD) is unknown color: approx Fuchsia. HEX triplet: C8, 29 and BD. RGB value is (200,41,189). Sum of RGB (Red+Green+Blue) = 200+41+189=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 41 (16.41% from 255 or 9.53% from 430); Blue value is 189 (74.22% from 255 or 43.95% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C829BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C829BD is #37D642. Grayscale: #686868. Windows color (decimal): -3659331 or 12397000. OLE color: 12397000.

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

Color convert

RGB20041189-
CMYK00.800.060.22
HSL304.15º65.98%47.25%-
HSV(B)304.15º79.5%78.43%-
XYZ33.817.5449.75-
YUV105.41175.18195.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 41 (16.41% from 255) = 9.53%
BLUE value IS 189 (74.22% from 255) = 43.95%
R=46.51%
G=9.53%
B=43.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2004118900.800.060.22304.1565.9847.25
HexC829BD050616130422f
Octal31051275012062646010257
Binary110010001010011011110101010000110101101001100001000010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C829BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C829BD; }

 p { color: rgb(200,41,189); }

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

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

 a { background-color: rgb(200,41,189); }

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

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

 span { border-color: rgb(200,41,189); }

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