Html Css Color HEX #C854AF Fuchsia

📋 copy color: '#C854AF'

red 200 ◦ green 84 ◦ blue 175

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

Shades of Fuchsia #C854AF

Tints of Fuchsia #C854AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.13%

R = 43.57%
G = 18.3%
B = 38.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C854AF (or 0xC854AF) is known color: Fuchsia. HEX triplet: C8, 54 and AF. RGB value is (200,84,175). Sum of RGB (Red+Green+Blue) = 200+84+175=459 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.57% from 459); Green value is 84 (33.20% from 255 or 18.30% from 459); Blue value is 175 (68.75% from 255 or 38.13% from 459); Max value from RGB is 200 - color contains mainly: red. Hex color #C854AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C854AF is #37AB50. Grayscale: #808080. Windows color (decimal): -3648337 or 11490504. OLE color: 11490504.

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

Color convert

RGB 200 84 175 -
CMYK 0 0.58 0.12 0.22
HSL 312.93º 0.51% 0.56% -
HSV(B) 312.93º 0.58% 0.78% -
XYZ 34.73 21.72 42.92 -
YUV 129.06 153.93 178.6 -
System Red Green Blue C M Y K H S L
Decimal 200 84 175 0 0.58 0.12 0.22 312.93 0.51 0.56
Hex C8 54 AF 0 3A C 16 139 33 38
Octal 310 124 257 0 72 14 26 471 63 70
Binary 11001000 1010100 10101111 0 111010 1100 10110 100111001 110011 111000

Color Harmonies of #C854AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C854AF

Black with #C854AF

Text Example


Text Example

White with #C854AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C854AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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