#C84DC5

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

Shades of Fuchsia #C84DC5

Tints of Fuchsia #C84DC5

Color information

#C84DC5 (or 0xC84DC5) is unknown color: approx Fuchsia. HEX triplet: C8, 4D and C5. RGB value is (200,77,197). Sum of RGB (Red+Green+Blue) = 200+77+197=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DC5 is #37B23A. Grayscale: #7F7F7F. Windows color (decimal): -3650107 or 12930504. OLE color: 12930504.

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

Color convert

RGB20077197-
CMYK00.620.020.22
HSL301.46º52.79%54.31%-
HSV(B)301.46º61.5%78.43%-
XYZ36.5521.6255.07-
YUV127.46167.25179.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.19%
GREEN value IS 77 (30.47% from 255) = 16.24%
BLUE value IS 197 (77.34% from 255) = 41.56%
R=42.19%
G=16.24%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007719700.620.020.22301.4652.7954.31
HexC84DC503E21612d3536
Octal3101153050762264556566
Binary1100100010011011100010101111101010110100101101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84DC5; }

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

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

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

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

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

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

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

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