Html Css Color HEX #C854BE Fuchsia

📋 copy color: '#C854BE'

red 200 ◦ green 84 ◦ blue 190

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

Shades of Fuchsia #C854BE

Tints of Fuchsia #C854BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.08%

R = 42.19%
G = 17.72%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C854BE (or 0xC854BE) is known color: Fuchsia. HEX triplet: C8, 54 and BE. RGB value is (200,84,190). Sum of RGB (Red+Green+Blue) = 200+84+190=474 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.19% from 474); Green value is 84 (33.20% from 255 or 17.72% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 200 - color contains mainly: red. Hex color #C854BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C854BE is #37AB41. Grayscale: #828282. Windows color (decimal): -3648322 or 12473544. OLE color: 12473544.

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

Color convert

RGB 200 84 190 -
CMYK 0 0.58 0.05 0.22
HSL 305.17º 0.51% 0.56% -
HSV(B) 305.17º 0.58% 0.78% -
XYZ 36.28 22.34 51.11 -
YUV 130.77 161.43 177.38 -
System Red Green Blue C M Y K H S L
Decimal 200 84 190 0 0.58 0.05 0.22 305.17 0.51 0.56
Hex C8 54 BE 0 3A 5 16 131 33 38
Octal 310 124 276 0 72 5 26 461 63 70
Binary 11001000 1010100 10111110 0 111010 101 10110 100110001 110011 111000

Color Harmonies of #C854BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C854BE

Black with #C854BE

Text Example


Text Example

White with #C854BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C854BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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