Html Css Color HEX #C84DAC Fuchsia

📋 copy color: '#C84DAC'

red 200 ◦ green 77 ◦ blue 172

#C84DAC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #C84DAC

Tints of Fuchsia #C84DAC

RGB

 RED value IS 200 (78.52% from 255) = 44.54%

 GREEN value IS 77 (30.47% from 255) = 17.15%

 BLUE value IS 172 (67.58% from 255) = 38.31%

R = 44.54%
G = 17.15%
B = 38.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C84DAC (or 0xC84DAC) is known color: Fuchsia. HEX triplet: C8, 4D and AC. RGB value is (200,77,172). Sum of RGB (Red+Green+Blue) = 200+77+172=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 77 (30.47% from 255 or 17.15% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C84DAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C84DAC is #37B253. Grayscale: #7C7C7C. Windows color (decimal): -3650132 or 11292104. OLE color: 11292104.

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

Color convert

RGB 200 77 172 -
CMYK 0 0.62 0.14 0.22
HSL 313.66º 0.53% 0.54% -
HSV(B) 313.66º 0.62% 0.78% -
XYZ 33.92 20.57 41.21 -
YUV 124.61 154.75 181.78 -
System Red Green Blue C M Y K H S L
Decimal 200 77 172 0 0.62 0.14 0.22 313.66 0.53 0.54
Hex C8 4D AC 0 3E E 16 13A 35 36
Octal 310 115 254 0 76 16 26 472 65 66
Binary 11001000 1001101 10101100 0 111110 1110 10110 100111010 110101 110110

Color Harmonies of #C84DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C84DAC

Black with #C84DAC

Text Example


Text Example

White with #C84DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C84DAC; }

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

 H1.HeaderClassName
 {
   color: #C84DAC;
 }
 .AnyTagClassName
 {
   color: #C84DAC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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