Html Css Color HEX #C851AF Fuchsia

📋 copy color: '#C851AF'

red 200 ◦ green 81 ◦ blue 175

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

Shades of Fuchsia #C851AF

Tints of Fuchsia #C851AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 38.38%

R = 43.86%
G = 17.76%
B = 38.38%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C851AF (or 0xC851AF) is known color: Fuchsia. HEX triplet: C8, 51 and AF. RGB value is (200,81,175). Sum of RGB (Red+Green+Blue) = 200+81+175=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 81 (32.03% from 255 or 17.76% from 456); Blue value is 175 (68.75% from 255 or 38.38% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C851AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C851AF is #37AE50. Grayscale: #7F7F7F. Windows color (decimal): -3649105 or 11489736. OLE color: 11489736.

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

Color convert

RGB 200 81 175 -
CMYK 0 0.59 0.12 0.22
HSL 312.61º 0.52% 0.55% -
HSV(B) 312.61º 0.6% 0.78% -
XYZ 34.5 21.26 42.84 -
YUV 127.3 154.92 179.86 -
System Red Green Blue C M Y K H S L
Decimal 200 81 175 0 0.59 0.12 0.22 312.61 0.52 0.55
Hex C8 51 AF 0 3B C 16 139 34 37
Octal 310 121 257 0 73 14 26 471 64 67
Binary 11001000 1010001 10101111 0 111011 1100 10110 100111001 110100 110111

Color Harmonies of #C851AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C851AF

Black with #C851AF

Text Example


Text Example

White with #C851AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C851AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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