#C83FBA

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

Shades of Fuchsia #C83FBA

Tints of Fuchsia #C83FBA

Color information

#C83FBA (or 0xC83FBA) is unknown color: approx Fuchsia. HEX triplet: C8, 3F and BA. RGB value is (200,63,186). Sum of RGB (Red+Green+Blue) = 200+63+186=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 63 (25% from 255 or 14.03% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FBA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FBA is #37C045. Grayscale: #757575. Windows color (decimal): -3653702 or 12206024. OLE color: 12206024.

HSL color Cylindrical-coordinate representation of color #C83FBA: hue angle of 306.13º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C83FBA is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.22.

Color convert

RGB20063186-
CMYK00.680.070.22
HSL306.13º55.47%51.57%-
HSV(B)306.13º68.5%78.43%-
XYZ34.4619.3848.38-
YUV117.98166.39186.5-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.54%
GREEN value IS 63 (25% from 255) = 14.03%
BLUE value IS 186 (73.05% from 255) = 41.43%
R=44.54%
G=14.03%
B=41.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.07
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006318600.680.070.22306.1355.4751.57
HexC83FBA0447161323734
Octal3107727201047264626764
Binary11001000111111101110100100010011110110100110010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83FBA; }

 p { color: rgb(200,63,186); }

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

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

 a { background-color: rgb(200,63,186); }

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

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

 span { border-color: rgb(200,63,186); }

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