#C831C9

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

Shades of Fuchsia #C831C9

Tints of Fuchsia #C831C9

Color information

#C831C9 (or 0xC831C9) is unknown color: approx Fuchsia. HEX triplet: C8, 31 and C9. RGB value is (200,49,201). Sum of RGB (Red+Green+Blue) = 200+49+201=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 49 (19.53% from 255 or 10.89% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #C831C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C831C9 is #37CE36. Grayscale: #6F6F6F. Windows color (decimal): -3657271 or 13185480. OLE color: 13185480.

HSL color Cylindrical-coordinate representation of color #C831C9: hue angle of 299.61º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C831C9 is Cyan = 0.00, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB20049201-
CMYK0.000.7600.21
HSL299.61º60.8%49.02%-
HSV(B)299.61º75.62%78.82%-
XYZ35.4618.6957-
YUV111.48178.53191.14-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 49 (19.53% from 255) = 10.89%
BLUE value IS 201 (78.91% from 255) = 44.67%
R=44.44%
G=10.89%
B=44.67%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal200492010.000.7600.21299.6160.849.02
HexC831C904C01512c3d31
Octal3106131101140254547561
Binary110010001100011100100101001100010101100101100111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C831C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C831C9; }

 p { color: rgb(200,49,201); }

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

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

 a { background-color: rgb(200,49,201); }

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

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

 span { border-color: rgb(200,49,201); }

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