Html Css Color HEX #C851AB Fuchsia

📋 copy color: '#C851AB'

red 200 ◦ green 81 ◦ blue 171

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

Shades of Fuchsia #C851AB

Tints of Fuchsia #C851AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.92%

 BLUE value IS 171 (67.19% from 255) = 37.83%

R = 44.25%
G = 17.92%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C851AB (or 0xC851AB) is known color: Fuchsia. HEX triplet: C8, 51 and AB. RGB value is (200,81,171). Sum of RGB (Red+Green+Blue) = 200+81+171=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C851AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C851AB is #37AE54. Grayscale: #7E7E7E. Windows color (decimal): -3649109 or 11227592. OLE color: 11227592.

HSL color Cylindrical-coordinate representation of color #C851AB: hue angle of 314.62º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C851AB is Cyan = 0, Magento = 0.59, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 81 171 -
CMYK 0 0.59 0.14 0.22
HSL 314.62º 0.52% 0.55% -
HSV(B) 314.62º 0.6% 0.78% -
XYZ 34.11 21.1 40.8 -
YUV 126.84 152.92 180.18 -
System Red Green Blue C M Y K H S L
Decimal 200 81 171 0 0.59 0.14 0.22 314.62 0.52 0.55
Hex C8 51 AB 0 3B E 16 13B 34 37
Octal 310 121 253 0 73 16 26 473 64 67
Binary 11001000 1010001 10101011 0 111011 1110 10110 100111011 110100 110111

Color Harmonies of #C851AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C851AB

Black with #C851AB

Text Example


Text Example

White with #C851AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C851AB; }

 p { color: rgb(200,81,171); }

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

background-color css

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

 a { background-color: rgb(200,81,171); }

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

border-color css

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

 span { border-color: rgb(200,81,171); }

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