Html Css Color HEX #C850B1 Fuchsia

📋 copy color: '#C850B1'

red 200 ◦ green 80 ◦ blue 177

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

Shades of Fuchsia #C850B1

Tints of Fuchsia #C850B1

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.51%

 BLUE value IS 177 (69.53% from 255) = 38.73%

R = 43.76%
G = 17.51%
B = 38.73%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C850B1 (or 0xC850B1) is known color: Fuchsia. HEX triplet: C8, 50 and B1. RGB value is (200,80,177). Sum of RGB (Red+Green+Blue) = 200+80+177=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 80 (31.64% from 255 or 17.51% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C850B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C850B1 is #37AF4E. Grayscale: #7E7E7E. Windows color (decimal): -3649359 or 11620552. OLE color: 11620552.

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

Color convert

RGB 200 80 177 -
CMYK 0 0.6 0.12 0.22
HSL 311.5º 0.52% 0.55% -
HSV(B) 311.5º 0.6% 0.78% -
XYZ 34.62 21.19 43.86 -
YUV 126.94 156.26 180.11 -
System Red Green Blue C M Y K H S L
Decimal 200 80 177 0 0.6 0.12 0.22 311.5 0.52 0.55
Hex C8 50 B1 0 3C C 16 138 34 37
Octal 310 120 261 0 74 14 26 470 64 67
Binary 11001000 1010000 10110001 0 111100 1100 10110 100111000 110100 110111

Color Harmonies of #C850B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C850B1

Black with #C850B1

Text Example


Text Example

White with #C850B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C850B1; }

 p { color: rgb(200,80,177); }

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

background-color css

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

 a { background-color: rgb(200,80,177); }

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

border-color css

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

 span { border-color: rgb(200,80,177); }

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