#C83BAB

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

Shades of Fuchsia #C83BAB

Tints of Fuchsia #C83BAB

Color information

#C83BAB (or 0xC83BAB) is unknown color: approx Fuchsia. HEX triplet: C8, 3B and AB. RGB value is (200,59,171). Sum of RGB (Red+Green+Blue) = 200+59+171=430 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.51% from 430); Green value is 59 (23.44% from 255 or 13.72% from 430); Blue value is 171 (67.19% from 255 or 39.77% from 430); Max value from RGB is 200 - color contains mainly: red. Hex color #C83BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83BAB is #37C454. Grayscale: #717171. Windows color (decimal): -3654741 or 11221960. OLE color: 11221960.

HSL color Cylindrical-coordinate representation of color #C83BAB: hue angle of 312.34º 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 #C83BAB is Cyan = 0, Magento = 0.70, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB20059171-
CMYK00.700.140.22
HSL312.34º56.18%50.78%-
HSV(B)312.34º70.5%78.43%-
XYZ32.7318.3540.34-
YUV113.93160.21189.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.51%
GREEN value IS 59 (23.44% from 255) = 13.72%
BLUE value IS 171 (67.19% from 255) = 39.77%
R=46.51%
G=13.72%
B=39.77%

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
Decimal2005917100.700.140.22312.3456.1850.78
HexC83BAB046E161383833
Octal31073253010616264707063
Binary110010001110111010101101000110111010110100111000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83BAB; }

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

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

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

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

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

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

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

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