Html Css Color HEX #C854AC Fuchsia

📋 copy color: '#C854AC'

red 200 ◦ green 84 ◦ blue 172

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

Shades of Fuchsia #C854AC

Tints of Fuchsia #C854AC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.42%

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

R = 43.86%
G = 18.42%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C854AC (or 0xC854AC) is known color: Fuchsia. HEX triplet: C8, 54 and AC. RGB value is (200,84,172). Sum of RGB (Red+Green+Blue) = 200+84+172=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 84 (33.20% from 255 or 18.42% from 456); Blue value is 172 (67.58% from 255 or 37.72% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C854AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C854AC is #37AB53. Grayscale: #808080. Windows color (decimal): -3648340 or 11293896. OLE color: 11293896.

HSL color Cylindrical-coordinate representation of color #C854AC: hue angle of 314.48º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C854AC is Cyan = 0, Magento = 0.58, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 84 172 -
CMYK 0 0.58 0.14 0.22
HSL 314.48º 0.51% 0.56% -
HSV(B) 314.48º 0.58% 0.78% -
XYZ 34.44 21.6 41.38 -
YUV 128.72 152.43 178.84 -
System Red Green Blue C M Y K H S L
Decimal 200 84 172 0 0.58 0.14 0.22 314.48 0.51 0.56
Hex C8 54 AC 0 3A E 16 13A 33 38
Octal 310 124 254 0 72 16 26 472 63 70
Binary 11001000 1010100 10101100 0 111010 1110 10110 100111010 110011 111000

Color Harmonies of #C854AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C854AC

Black with #C854AC

Text Example


Text Example

White with #C854AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C854AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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