#C84DCD

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

Shades of Fuchsia #C84DCD

Tints of Fuchsia #C84DCD

Color information

#C84DCD (or 0xC84DCD) is unknown color: approx Fuchsia. HEX triplet: C8, 4D and CD. RGB value is (200,77,205). Sum of RGB (Red+Green+Blue) = 200+77+205=482 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.49% from 482); Green value is 77 (30.47% from 255 or 15.98% from 482); Blue value is 205 (80.47% from 255 or 42.53% from 482); Max value from RGB is 205 - color contains mainly: blue. Hex color #C84DCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C84DCD is #37B232. Grayscale: #7F7F7F. Windows color (decimal): -3650099 or 13454792. OLE color: 13454792.

HSL color Cylindrical-coordinate representation of color #C84DCD: hue angle of 297.66º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C84DCD is Cyan = 0.02, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB20077205-
CMYK0.020.6200.20
HSL297.66º56.14%55.29%-
HSV(B)297.66º62.44%80.39%-
XYZ37.4921.9960.03-
YUV128.37171.25179.09-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 41.49%
GREEN value IS 77 (30.47% from 255) = 15.98%
BLUE value IS 205 (80.47% from 255) = 42.53%
R=41.49%
G=15.98%
B=42.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal200772050.020.6200.20297.6656.1455.29
HexC84DCD23E01412a3837
Octal3101153152760244527067
Binary1100100010011011100110110111110010100100101010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84DCD; }

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

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

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

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

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

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

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

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