#c83faa

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

Shades of Fuchsia #C83FAA

Tints of Fuchsia #C83FAA

Color information

#C83FAA (or 0xC83FAA) is unknown color: approx Fuchsia. HEX triplet: C8, 3F and AA. RGB value is (200,63,170). Sum of RGB (Red+Green+Blue) = 200+63+170=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 63 (25% from 255 or 14.55% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C83FAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83FAA is #37C055. Grayscale: #737373. Windows color (decimal): -3653718 or 11157448. OLE color: 11157448.

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

Color convert

RGB20063170-
CMYK00.680.150.22
HSL313.14º55.47%51.57%-
HSV(B)313.14º68.5%78.43%-
XYZ32.8518.7439.92-
YUV116.16158.39187.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.19%
GREEN value IS 63 (25% from 255) = 14.55%
BLUE value IS 170 (66.80% from 255) = 39.26%
R=46.19%
G=14.55%
B=39.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006317000.680.150.22313.1455.4751.57
HexC83FAA044F161393734
Octal31077252010417264716764
Binary110010001111111010101001000100111110110100111001110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c83faa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c83faa; }

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

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

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

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

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

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

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

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