#C84ABD

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

Shades of Fuchsia #C84ABD

Tints of Fuchsia #C84ABD

Color information

#C84ABD (or 0xC84ABD) is unknown color: approx Fuchsia. HEX triplet: C8, 4A and BD. RGB value is (200,74,189). Sum of RGB (Red+Green+Blue) = 200+74+189=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 74 (29.30% from 255 or 15.98% from 463); Blue value is 189 (74.22% from 255 or 40.82% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C84ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C84ABD is #37B542. Grayscale: #7C7C7C. Windows color (decimal): -3650883 or 12405448. OLE color: 12405448.

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

Color convert

RGB20074189-
CMYK00.630.060.22
HSL305.24º53.39%53.73%-
HSV(B)305.24º63%78.43%-
XYZ35.4520.8550.3-
YUV124.78164.24181.65-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 74 (29.30% from 255) = 15.98%
BLUE value IS 189 (74.22% from 255) = 40.82%
R=43.20%
G=15.98%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2007418900.630.060.22305.2453.3953.73
HexC84ABD03F6161313536
Octal3101122750776264616566
Binary11001000100101010111101011111111010110100110001110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C84ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C84ABD; }

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

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

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

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

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

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

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

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