Html Css Color HEX #C854B2 Fuchsia

📋 copy color: '#C854B2'

red 200 ◦ green 84 ◦ blue 178

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

Shades of Fuchsia #C854B2

Tints of Fuchsia #C854B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 38.53%

R = 43.29%
G = 18.18%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C854B2 (or 0xC854B2) is known color: Fuchsia. HEX triplet: C8, 54 and B2. RGB value is (200,84,178). Sum of RGB (Red+Green+Blue) = 200+84+178=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 178 (69.92% from 255 or 38.53% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C854B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C854B2 is #37AB4D. Grayscale: #818181. Windows color (decimal): -3648334 or 11687112. OLE color: 11687112.

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

Color convert

RGB 200 84 178 -
CMYK 0 0.58 0.11 0.22
HSL 311.38º 0.51% 0.56% -
HSV(B) 311.38º 0.58% 0.78% -
XYZ 35.03 21.83 44.49 -
YUV 129.4 155.43 178.36 -
System Red Green Blue C M Y K H S L
Decimal 200 84 178 0 0.58 0.11 0.22 311.38 0.51 0.56
Hex C8 54 B2 0 3A B 16 137 33 38
Octal 310 124 262 0 72 13 26 467 63 70
Binary 11001000 1010100 10110010 0 111010 1011 10110 100110111 110011 111000

Color Harmonies of #C854B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C854B2

Black with #C854B2

Text Example


Text Example

White with #C854B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C854B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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