#C83FBC

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

Shades of Fuchsia #C83FBC

Tints of Fuchsia #C83FBC

Color information

#C83FBC (or 0xC83FBC) is unknown color: approx Fuchsia. HEX triplet: C8, 3F and BC. RGB value is (200,63,188). Sum of RGB (Red+Green+Blue) = 200+63+188=451 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.35% from 451); Green value is 63 (25% from 255 or 13.97% from 451); Blue value is 188 (73.83% from 255 or 41.69% from 451); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FBC is #37C043. Grayscale: #757575. Windows color (decimal): -3653700 or 12337096. OLE color: 12337096.

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

Color convert

RGB20063188-
CMYK00.680.060.22
HSL305.26º55.47%51.57%-
HSV(B)305.26º68.5%78.43%-
XYZ34.6719.4749.51-
YUV118.21167.39186.34-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.35%
GREEN value IS 63 (25% from 255) = 13.97%
BLUE value IS 188 (73.83% from 255) = 41.69%
R=44.35%
G=13.97%
B=41.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006318800.680.060.22305.2655.4751.57
HexC83FBC0446161313734
Octal3107727401046264616764
Binary11001000111111101111000100010011010110100110001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83FBC; }

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

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

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

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

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

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

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

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