#C83FBB

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

Shades of Fuchsia #C83FBB

Tints of Fuchsia #C83FBB

Color information

#C83FBB (or 0xC83FBB) is unknown color: approx Fuchsia. HEX triplet: C8, 3F and BB. RGB value is (200,63,187). Sum of RGB (Red+Green+Blue) = 200+63+187=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 63 (25% from 255 or 14% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FBB is #37C044. Grayscale: #757575. Windows color (decimal): -3653701 or 12271560. OLE color: 12271560.

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

Color convert

RGB20063187-
CMYK00.680.060.22
HSL305.69º55.47%51.57%-
HSV(B)305.69º68.5%78.43%-
XYZ34.5719.4248.94-
YUV118.1166.89186.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 63 (25% from 255) = 14%
BLUE value IS 187 (73.44% from 255) = 41.56%
R=44.44%
G=14%
B=41.56%

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
Decimal2006318700.680.060.22305.6955.4751.57
HexC83FBB0446161323734
Octal3107727301046264626764
Binary11001000111111101110110100010011010110100110010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83FBB; }

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

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

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

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

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

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

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

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