Html Css Color HEX #C851AD Fuchsia

📋 copy color: '#C851AD'

red 200 ◦ green 81 ◦ blue 173

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

Shades of Fuchsia #C851AD

Tints of Fuchsia #C851AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 38.11%

R = 44.05%
G = 17.84%
B = 38.11%

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

#C851AD (or 0xC851AD) is known color: Fuchsia. HEX triplet: C8, 51 and AD. RGB value is (200,81,173). Sum of RGB (Red+Green+Blue) = 200+81+173=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 81 (32.03% from 255 or 17.84% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C851AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C851AD is #37AE52. Grayscale: #7E7E7E. Windows color (decimal): -3649107 or 11358664. OLE color: 11358664.

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

Color convert

RGB 200 81 173 -
CMYK 0 0.59 0.14 0.22
HSL 313.61º 0.52% 0.55% -
HSV(B) 313.61º 0.6% 0.78% -
XYZ 34.3 21.18 41.82 -
YUV 127.07 153.92 180.02 -
System Red Green Blue C M Y K H S L
Decimal 200 81 173 0 0.59 0.14 0.22 313.61 0.52 0.55
Hex C8 51 AD 0 3B E 16 13A 34 37
Octal 310 121 255 0 73 16 26 472 64 67
Binary 11001000 1010001 10101101 0 111011 1110 10110 100111010 110100 110111

Color Harmonies of #C851AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C851AD

Black with #C851AD

Text Example


Text Example

White with #C851AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C851AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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