Html Css Color HEX #C851BE Fuchsia

📋 copy color: '#C851BE'

red 200 ◦ green 81 ◦ blue 190

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

Shades of Fuchsia #C851BE

Tints of Fuchsia #C851BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 40.34%

R = 42.46%
G = 17.2%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.05

 K value IS 0.22

RGB Variations

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

Color information

#C851BE (or 0xC851BE) is known color: Fuchsia. HEX triplet: C8, 51 and BE. RGB value is (200,81,190). Sum of RGB (Red+Green+Blue) = 200+81+190=471 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.46% from 471); Green value is 81 (32.03% from 255 or 17.20% from 471); Blue value is 190 (74.61% from 255 or 40.34% from 471); Max value from RGB is 200 - color contains mainly: red. Hex color #C851BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851BE is #37AE41. Grayscale: #808080. Windows color (decimal): -3649090 or 12472776. OLE color: 12472776.

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

Color convert

RGB 200 81 190 -
CMYK 0 0.59 0.05 0.22
HSL 305.04º 0.52% 0.55% -
HSV(B) 305.04º 0.6% 0.78% -
XYZ 36.06 21.88 51.04 -
YUV 129.01 162.42 178.64 -
System Red Green Blue C M Y K H S L
Decimal 200 81 190 0 0.59 0.05 0.22 305.04 0.52 0.55
Hex C8 51 BE 0 3B 5 16 131 34 37
Octal 310 121 276 0 73 5 26 461 64 67
Binary 11001000 1010001 10111110 0 111011 101 10110 100110001 110100 110111

Color Harmonies of #C851BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C851BE

Black with #C851BE

Text Example


Text Example

White with #C851BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C851BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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