#C84DAD

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

Shades of Fuchsia #C84DAD

Tints of Fuchsia #C84DAD

Color information

#C84DAD (or 0xC84DAD) is unknown color: approx Fuchsia. HEX triplet: C8, 4D and AD. RGB value is (200,77,173). Sum of RGB (Red+Green+Blue) = 200+77+173=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 77 (30.47% from 255 or 17.11% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84DAD is #37B252. Grayscale: #7C7C7C. Windows color (decimal): -3650131 or 11357640. OLE color: 11357640.

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

Color convert

RGB20077173-
CMYK00.620.140.22
HSL313.17º52.79%54.31%-
HSV(B)313.17º61.5%78.43%-
XYZ34.0220.641.72-
YUV124.72155.25181.69-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.44%
GREEN value IS 77 (30.47% from 255) = 17.11%
BLUE value IS 173 (67.97% from 255) = 38.44%
R=44.44%
G=17.11%
B=38.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.14
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007717300.620.140.22313.1752.7954.31
HexC84DAD03EE161393536
Octal31011525507616264716566
Binary110010001001101101011010111110111010110100111001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84DAD; }

 p { color: rgb(200,77,173); }

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

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

 a { background-color: rgb(200,77,173); }

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

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

 span { border-color: rgb(200,77,173); }

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