#C84DC0

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

Shades of Fuchsia #C84DC0

Tints of Fuchsia #C84DC0

Color information

#C84DC0 (or 0xC84DC0) is unknown color: approx Fuchsia. HEX triplet: C8, 4D and C0. RGB value is (200,77,192). Sum of RGB (Red+Green+Blue) = 200+77+192=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 77 (30.47% from 255 or 16.42% from 469); Blue value is 192 (75.39% from 255 or 40.94% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DC0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DC0 is #37B23F. Grayscale: #7E7E7E. Windows color (decimal): -3650112 or 12602824. OLE color: 12602824.

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

Color convert

RGB20077192-
CMYK00.620.040.22
HSL303.9º52.79%54.31%-
HSV(B)303.9º61.5%78.43%-
XYZ35.9921.3952.1-
YUV126.89164.75180.15-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.64%
GREEN value IS 77 (30.47% from 255) = 16.42%
BLUE value IS 192 (75.39% from 255) = 40.94%
R=42.64%
G=16.42%
B=40.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007719200.620.040.22303.952.7954.31
HexC84DC003E4161303536
Octal3101153000764264606566
Binary11001000100110111000000011111010010110100110000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84DC0; }

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

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

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

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

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

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

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

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