Html Css Color HEX #C850B6 Fuchsia

📋 copy color: '#C850B6'

red 200 ◦ green 80 ◦ blue 182

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

Shades of Fuchsia #C850B6

Tints of Fuchsia #C850B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.39%

R = 43.29%
G = 17.32%
B = 39.39%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.09

 K value IS 0.22

RGB Variations

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

Color information

#C850B6 (or 0xC850B6) is known color: Fuchsia. HEX triplet: C8, 50 and B6. RGB value is (200,80,182). Sum of RGB (Red+Green+Blue) = 200+80+182=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C850B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850B6 is #37AF49. Grayscale: #7F7F7F. Windows color (decimal): -3649354 or 11948232. OLE color: 11948232.

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

Color convert

RGB 200 80 182 -
CMYK 0 0.6 0.09 0.22
HSL 309º 0.52% 0.55% -
HSV(B) 309º 0.6% 0.78% -
XYZ 35.13 21.39 46.53 -
YUV 127.51 158.76 179.71 -
System Red Green Blue C M Y K H S L
Decimal 200 80 182 0 0.6 0.09 0.22 309 0.52 0.55
Hex C8 50 B6 0 3C 9 16 135 34 37
Octal 310 120 266 0 74 11 26 465 64 67
Binary 11001000 1010000 10110110 0 111100 1001 10110 100110101 110100 110111

Color Harmonies of #C850B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C850B6

Black with #C850B6

Text Example


Text Example

White with #C850B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C850B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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