#C83AAA

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

Shades of Fuchsia #C83AAA

Tints of Fuchsia #C83AAA

Color information

#C83AAA (or 0xC83AAA) is unknown color: approx Fuchsia. HEX triplet: C8, 3A and AA. RGB value is (200,58,170). Sum of RGB (Red+Green+Blue) = 200+58+170=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 58 (23.05% from 255 or 13.55% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C83AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83AAA is #37C555. Grayscale: #707070. Windows color (decimal): -3654998 or 11156168. OLE color: 11156168.

HSL color Cylindrical-coordinate representation of color #C83AAA: hue angle of 312.68º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C83AAA is Cyan = 0, Magento = 0.71, Yellow = 0.15 and Black (K on CMYK) = 0.22.

Color convert

RGB20058170-
CMYK00.710.150.22
HSL312.68º56.35%50.59%-
HSV(B)312.68º71%78.43%-
XYZ32.5918.2139.83-
YUV113.23160.04189.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.73%
GREEN value IS 58 (23.05% from 255) = 13.55%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=46.73%
G=13.55%
B=39.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.15
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2005817000.710.150.22312.6856.3550.59
HexC83AAA047F161393833
Octal31072252010717264717063
Binary110010001110101010101001000111111110110100111001111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83AAA; }

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

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

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

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

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

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

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

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