#C83BAC

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

Shades of Fuchsia #C83BAC

Tints of Fuchsia #C83BAC

Color information

#C83BAC (or 0xC83BAC) is unknown color: approx Fuchsia. HEX triplet: C8, 3B and AC. RGB value is (200,59,172). Sum of RGB (Red+Green+Blue) = 200+59+172=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 172 (67.58% from 255 or 39.91% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C83BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83BAC is #37C453. Grayscale: #717171. Windows color (decimal): -3654740 or 11287496. OLE color: 11287496.

HSL color Cylindrical-coordinate representation of color #C83BAC: hue angle of 311.91º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C83BAC is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB20059172-
CMYK00.700.140.22
HSL311.91º56.18%50.78%-
HSV(B)311.91º70.5%78.43%-
XYZ32.8318.3940.85-
YUV114.04160.71189.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.40%
GREEN value IS 59 (23.44% from 255) = 13.69%
BLUE value IS 172 (67.58% from 255) = 39.91%
R=46.40%
G=13.69%
B=39.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005917200.700.140.22311.9156.1850.78
HexC83BAC046E161383833
Octal31073254010616264707063
Binary110010001110111010110001000110111010110100111000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83BAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83BAC; }

 p { color: rgb(200,59,172); }

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

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

 a { background-color: rgb(200,59,172); }

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

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

 span { border-color: rgb(200,59,172); }

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