Html Css Color HEX #C871B2 Fuchsia

📋 copy color: '#C871B2'

red 200 ◦ green 113 ◦ blue 178

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

Shades of Fuchsia #C871B2

Tints of Fuchsia #C871B2

RGB

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

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

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

R = 40.73%
G = 23.01%
B = 36.25%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.22

RGB Variations

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

Color information

#C871B2 (or 0xC871B2) is known color: Fuchsia. HEX triplet: C8, 71 and B2. RGB value is (200,113,178). Sum of RGB (Red+Green+Blue) = 200+113+178=491 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.73% from 491); Green value is 113 (44.53% from 255 or 23.01% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 200 - color contains mainly: red. Hex color #C871B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C871B2 is #378E4D. Grayscale: #929292. Windows color (decimal): -3640910 or 11694536. OLE color: 11694536.

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

Color convert

RGB 200 113 178 -
CMYK 0 0.44 0.11 0.22
HSL 315.17º 0.44% 0.61% -
HSV(B) 315.17º 0.44% 0.78% -
XYZ 37.76 27.3 45.4 -
YUV 146.42 145.82 166.21 -
System Red Green Blue C M Y K H S L
Decimal 200 113 178 0 0.44 0.11 0.22 315.17 0.44 0.61
Hex C8 71 B2 0 2C B 16 13B 2C 3D
Octal 310 161 262 0 54 13 26 473 54 75
Binary 11001000 1110001 10110010 0 101100 1011 10110 100111011 101100 111101

Color Harmonies of #C871B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C871B2

Black with #C871B2

Text Example


Text Example

White with #C871B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C871B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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