Html Css Color HEX #C871BA Fuchsia

📋 copy color: '#C871BA'

red 200 ◦ green 113 ◦ blue 186

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

Shades of Fuchsia #C871BA

Tints of Fuchsia #C871BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.27%

R = 40.08%
G = 22.65%
B = 37.27%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C871BA (or 0xC871BA) is known color: Fuchsia. HEX triplet: C8, 71 and BA. RGB value is (200,113,186). Sum of RGB (Red+Green+Blue) = 200+113+186=499 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40.08% from 499); Green value is 113 (44.53% from 255 or 22.65% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 200 - color contains mainly: red. Hex color #C871BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871BA is #378E45. Grayscale: #939393. Windows color (decimal): -3640902 or 12218824. OLE color: 12218824.

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

Color convert

RGB 200 113 186 -
CMYK 0 0.44 0.07 0.22
HSL 309.66º 0.44% 0.61% -
HSV(B) 309.66º 0.44% 0.78% -
XYZ 38.59 27.63 49.75 -
YUV 147.34 149.82 165.56 -
System Red Green Blue C M Y K H S L
Decimal 200 113 186 0 0.44 0.07 0.22 309.66 0.44 0.61
Hex C8 71 BA 0 2C 7 16 136 2C 3D
Octal 310 161 272 0 54 7 26 466 54 75
Binary 11001000 1110001 10111010 0 101100 111 10110 100110110 101100 111101

Color Harmonies of #C871BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C871BA

Black with #C871BA

Text Example


Text Example

White with #C871BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C871BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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