Html Css Color HEX #C851BA Fuchsia

📋 copy color: '#C851BA'

red 200 ◦ green 81 ◦ blue 186

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

Shades of Fuchsia #C851BA

Tints of Fuchsia #C851BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 39.83%

R = 42.83%
G = 17.34%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C851BA (or 0xC851BA) is known color: Fuchsia. HEX triplet: C8, 51 and BA. RGB value is (200,81,186). Sum of RGB (Red+Green+Blue) = 200+81+186=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 81 (32.03% from 255 or 17.34% from 467); Blue value is 186 (73.05% from 255 or 39.83% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C851BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C851BA is #37AE45. Grayscale: #808080. Windows color (decimal): -3649094 or 12210632. OLE color: 12210632.

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

Color convert

RGB 200 81 186 -
CMYK 0 0.59 0.07 0.22
HSL 307.06º 0.52% 0.55% -
HSV(B) 307.06º 0.6% 0.78% -
XYZ 35.62 21.71 48.77 -
YUV 128.55 160.42 178.96 -
System Red Green Blue C M Y K H S L
Decimal 200 81 186 0 0.59 0.07 0.22 307.06 0.52 0.55
Hex C8 51 BA 0 3B 7 16 133 34 37
Octal 310 121 272 0 73 7 26 463 64 67
Binary 11001000 1010001 10111010 0 111011 111 10110 100110011 110100 110111

Color Harmonies of #C851BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C851BA

Black with #C851BA

Text Example


Text Example

White with #C851BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C851BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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