Html Css Color HEX #C854B9 Fuchsia

📋 copy color: '#C854B9'

red 200 ◦ green 84 ◦ blue 185

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

Shades of Fuchsia #C854B9

Tints of Fuchsia #C854B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 39.45%

R = 42.64%
G = 17.91%
B = 39.45%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C854B9 (or 0xC854B9) is known color: Fuchsia. HEX triplet: C8, 54 and B9. RGB value is (200,84,185). Sum of RGB (Red+Green+Blue) = 200+84+185=469 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.64% from 469); Green value is 84 (33.20% from 255 or 17.91% from 469); Blue value is 185 (72.66% from 255 or 39.45% from 469); Max value from RGB is 200 - color contains mainly: red. Hex color #C854B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C854B9 is #37AB46. Grayscale: #818181. Windows color (decimal): -3648327 or 12145864. OLE color: 12145864.

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

Color convert

RGB 200 84 185 -
CMYK 0 0.58 0.08 0.22
HSL 307.76º 0.51% 0.56% -
HSV(B) 307.76º 0.58% 0.78% -
XYZ 35.75 22.12 48.29 -
YUV 130.2 158.93 177.79 -
System Red Green Blue C M Y K H S L
Decimal 200 84 185 0 0.58 0.08 0.22 307.76 0.51 0.56
Hex C8 54 B9 0 3A 8 16 134 33 38
Octal 310 124 271 0 72 10 26 464 63 70
Binary 11001000 1010100 10111001 0 111010 1000 10110 100110100 110011 111000

Color Harmonies of #C854B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C854B9

Black with #C854B9

Text Example


Text Example

White with #C854B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C854B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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