#C84AD1

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

Shades of Fuchsia #C84AD1

Tints of Fuchsia #C84AD1

Color information

#C84AD1 (or 0xC84AD1) is unknown color: approx Fuchsia. HEX triplet: C8, 4A and D1. RGB value is (200,74,209). Sum of RGB (Red+Green+Blue) = 200+74+209=483 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.41% from 483); Green value is 74 (29.30% from 255 or 15.32% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #C84AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84AD1 is #37B52E. Grayscale: #7E7E7E. Windows color (decimal): -3650863 or 13716168. OLE color: 13716168.

HSL color Cylindrical-coordinate representation of color #C84AD1: hue angle of 296º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C84AD1 is Cyan = 0.04, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB20074209-
CMYK0.040.6500.18
HSL296º59.47%55.49%-
HSV(B)296º64.59%81.96%-
XYZ37.7821.7862.53-
YUV127.06174.24180.02-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.41%
GREEN value IS 74 (29.30% from 255) = 15.32%
BLUE value IS 209 (82.03% from 255) = 43.27%
R=41.41%
G=15.32%
B=43.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal200742090.040.6500.1829659.4755.49
HexC84AD14410121283b37
Octal31011232141010224507367
Binary110010001001010110100011001000001010010100101000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84AD1; }

 p { color: rgb(200,74,209); }

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

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

 a { background-color: rgb(200,74,209); }

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

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

 span { border-color: rgb(200,74,209); }

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