#C83FB5

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

Shades of Fuchsia #C83FB5

Tints of Fuchsia #C83FB5

Color information

#C83FB5 (or 0xC83FB5) is unknown color: approx Fuchsia. HEX triplet: C8, 3F and B5. RGB value is (200,63,181). Sum of RGB (Red+Green+Blue) = 200+63+181=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 63 (25% from 255 or 14.19% from 444); Blue value is 181 (71.09% from 255 or 40.77% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83FB5 is #37C04A. Grayscale: #757575. Windows color (decimal): -3653707 or 11878344. OLE color: 11878344.

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

Color convert

RGB20063181-
CMYK00.680.090.22
HSL308.32º55.47%51.57%-
HSV(B)308.32º68.5%78.43%-
XYZ33.9419.1745.63-
YUV117.42163.89186.91-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.05%
GREEN value IS 63 (25% from 255) = 14.19%
BLUE value IS 181 (71.09% from 255) = 40.77%
R=45.05%
G=14.19%
B=40.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006318100.680.090.22308.3255.4751.57
HexC83FB50449161343734
Octal31077265010411264646764
Binary110010001111111011010101000100100110110100110100110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83FB5; }

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

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

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

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

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

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

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

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