Html Css Color HEX #C854BC Fuchsia

📋 copy color: '#C854BC'

red 200 ◦ green 84 ◦ blue 188

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

Shades of Fuchsia #C854BC

Tints of Fuchsia #C854BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 39.83%

R = 42.37%
G = 17.8%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C854BC (or 0xC854BC) is known color: Fuchsia. HEX triplet: C8, 54 and BC. RGB value is (200,84,188). Sum of RGB (Red+Green+Blue) = 200+84+188=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 84 (33.20% from 255 or 17.80% from 472); Blue value is 188 (73.83% from 255 or 39.83% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C854BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C854BC is #37AB43. Grayscale: #828282. Windows color (decimal): -3648324 or 12342472. OLE color: 12342472.

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

Color convert

RGB 200 84 188 -
CMYK 0 0.58 0.06 0.22
HSL 306.21º 0.51% 0.56% -
HSV(B) 306.21º 0.58% 0.78% -
XYZ 36.07 22.25 49.97 -
YUV 130.54 160.43 177.54 -
System Red Green Blue C M Y K H S L
Decimal 200 84 188 0 0.58 0.06 0.22 306.21 0.51 0.56
Hex C8 54 BC 0 3A 6 16 132 33 38
Octal 310 124 274 0 72 6 26 462 63 70
Binary 11001000 1010100 10111100 0 111010 110 10110 100110010 110011 111000

Color Harmonies of #C854BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C854BC

Black with #C854BC

Text Example


Text Example

White with #C854BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C854BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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