Html Css Color HEX #C850B5 Fuchsia

📋 copy color: '#C850B5'

red 200 ◦ green 80 ◦ blue 181

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

Shades of Fuchsia #C850B5

Tints of Fuchsia #C850B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.26%

R = 43.38%
G = 17.35%
B = 39.26%

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

#C850B5 (or 0xC850B5) is known color: Fuchsia. HEX triplet: C8, 50 and B5. RGB value is (200,80,181). Sum of RGB (Red+Green+Blue) = 200+80+181=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C850B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C850B5 is #37AF4A. Grayscale: #7F7F7F. Windows color (decimal): -3649355 or 11882696. OLE color: 11882696.

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

Color convert

RGB 200 80 181 -
CMYK 0 0.6 0.09 0.22
HSL 309.5º 0.52% 0.55% -
HSV(B) 309.5º 0.6% 0.78% -
XYZ 35.03 21.35 45.99 -
YUV 127.39 158.26 179.79 -
System Red Green Blue C M Y K H S L
Decimal 200 80 181 0 0.6 0.09 0.22 309.5 0.52 0.55
Hex C8 50 B5 0 3C 9 16 136 34 37
Octal 310 120 265 0 74 11 26 466 64 67
Binary 11001000 1010000 10110101 0 111100 1001 10110 100110110 110100 110111

Color Harmonies of #C850B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C850B5

Black with #C850B5

Text Example


Text Example

White with #C850B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C850B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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