Html Css Color HEX #C871BB Fuchsia

📋 copy color: '#C871BB'

red 200 ◦ green 113 ◦ blue 187

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

Shades of Fuchsia #C871BB

Tints of Fuchsia #C871BB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 22.6%

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 40%
G = 22.6%
B = 37.4%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C871BB (or 0xC871BB) is known color: Fuchsia. HEX triplet: C8, 71 and BB. RGB value is (200,113,187). Sum of RGB (Red+Green+Blue) = 200+113+187=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 113 (44.53% from 255 or 22.6% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C871BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871BB is #378E44. Grayscale: #939393. Windows color (decimal): -3640901 or 12284360. OLE color: 12284360.

HSL color Cylindrical-coordinate representation of color #C871BB: hue angle of 308.97º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C871BB is Cyan = 0, Magento = 0.44, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 113 187 -
CMYK 0 0.44 0.06 0.22
HSL 308.97º 0.44% 0.61% -
HSV(B) 308.97º 0.44% 0.78% -
XYZ 38.69 27.68 50.32 -
YUV 147.45 150.32 165.48 -
System Red Green Blue C M Y K H S L
Decimal 200 113 187 0 0.44 0.06 0.22 308.97 0.44 0.61
Hex C8 71 BB 0 2C 6 16 135 2C 3D
Octal 310 161 273 0 54 6 26 465 54 75
Binary 11001000 1110001 10111011 0 101100 110 10110 100110101 101100 111101

Color Harmonies of #C871BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C871BB

Black with #C871BB

Text Example


Text Example

White with #C871BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C871BB; }

 p { color: rgb(200,113,187); }

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

background-color css

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

 a { background-color: rgb(200,113,187); }

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

border-color css

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

 span { border-color: rgb(200,113,187); }

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