Html Css Color HEX #C854A9 Fuchsia

📋 copy color: '#C854A9'

red 200 ◦ green 84 ◦ blue 169

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

Shades of Fuchsia #C854A9

Tints of Fuchsia #C854A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 37.31%

R = 44.15%
G = 18.54%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.16

 K value IS 0.22

RGB Variations

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

Color information

#C854A9 (or 0xC854A9) is known color: Fuchsia. HEX triplet: C8, 54 and A9. RGB value is (200,84,169). Sum of RGB (Red+Green+Blue) = 200+84+169=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 84 (33.20% from 255 or 18.54% from 453); Blue value is 169 (66.41% from 255 or 37.31% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C854A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C854A9 is #37AB56. Grayscale: #808080. Windows color (decimal): -3648343 or 11097288. OLE color: 11097288.

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

Color convert

RGB 200 84 169 -
CMYK 0 0.58 0.16 0.22
HSL 316.03º 0.51% 0.56% -
HSV(B) 316.03º 0.58% 0.78% -
XYZ 34.15 21.48 39.88 -
YUV 128.37 150.93 179.09 -
System Red Green Blue C M Y K H S L
Decimal 200 84 169 0 0.58 0.16 0.22 316.03 0.51 0.56
Hex C8 54 A9 0 3A 10 16 13C 33 38
Octal 310 124 251 0 72 20 26 474 63 70
Binary 11001000 1010100 10101001 0 111010 10000 10110 100111100 110011 111000

Color Harmonies of #C854A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C854A9

Black with #C854A9

Text Example


Text Example

White with #C854A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C854A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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