#C83CAC

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

Shades of Fuchsia #C83CAC

Tints of Fuchsia #C83CAC

Color information

#C83CAC (or 0xC83CAC) is unknown color: approx Fuchsia. HEX triplet: C8, 3C and AC. RGB value is (200,60,172). Sum of RGB (Red+Green+Blue) = 200+60+172=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 60 (23.83% from 255 or 13.89% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C83CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C83CAC is #37C353. Grayscale: #727272. Windows color (decimal): -3654484 or 11287752. OLE color: 11287752.

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

Color convert

RGB20060172-
CMYK00.70.140.22
HSL312º56%50.98%-
HSV(B)312º70%78.43%-
XYZ32.8818.4940.87-
YUV114.63160.38188.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.30%
GREEN value IS 60 (23.83% from 255) = 13.89%
BLUE value IS 172 (67.58% from 255) = 39.81%
R=46.30%
G=13.89%
B=39.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.7
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2006017200.70.140.223125650.98
HexC83CAC046E161383833
Octal31074254010616264707063
Binary110010001111001010110001000110111010110100111000111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C83CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C83CAC; }

 p { color: rgb(200,60,172); }

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

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

 a { background-color: rgb(200,60,172); }

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

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

 span { border-color: rgb(200,60,172); }

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