Html Css Color HEX #C851AC Fuchsia

📋 copy color: '#C851AC'

red 200 ◦ green 81 ◦ blue 172

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

Shades of Fuchsia #C851AC

Tints of Fuchsia #C851AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.97%

R = 44.15%
G = 17.88%
B = 37.97%

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

#C851AC (or 0xC851AC) is known color: Fuchsia. HEX triplet: C8, 51 and AC. RGB value is (200,81,172). Sum of RGB (Red+Green+Blue) = 200+81+172=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 81 (32.03% from 255 or 17.88% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C851AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C851AC is #37AE53. Grayscale: #7E7E7E. Windows color (decimal): -3649108 or 11293128. OLE color: 11293128.

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

Color convert

RGB 200 81 172 -
CMYK 0 0.59 0.14 0.22
HSL 314.12º 0.52% 0.55% -
HSV(B) 314.12º 0.6% 0.78% -
XYZ 34.21 21.14 41.31 -
YUV 126.96 153.42 180.1 -
System Red Green Blue C M Y K H S L
Decimal 200 81 172 0 0.59 0.14 0.22 314.12 0.52 0.55
Hex C8 51 AC 0 3B E 16 13A 34 37
Octal 310 121 254 0 73 16 26 472 64 67
Binary 11001000 1010001 10101100 0 111011 1110 10110 100111010 110100 110111

Color Harmonies of #C851AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C851AC

Black with #C851AC

Text Example


Text Example

White with #C851AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C851AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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