Html Css Color HEX #C855B9 Fuchsia

📋 copy color: '#C855B9'

red 200 ◦ green 85 ◦ blue 185

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

Shades of Fuchsia #C855B9

Tints of Fuchsia #C855B9

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.09%

 BLUE value IS 185 (72.66% from 255) = 39.36%

R = 42.55%
G = 18.09%
B = 39.36%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.22

RGB Variations

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

Color information

#C855B9 (or 0xC855B9) is known color: Fuchsia. HEX triplet: C8, 55 and B9. RGB value is (200,85,185). Sum of RGB (Red+Green+Blue) = 200+85+185=470 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.55% from 470); Green value is 85 (33.59% from 255 or 18.09% from 470); Blue value is 185 (72.66% from 255 or 39.36% from 470); Max value from RGB is 200 - color contains mainly: red. Hex color #C855B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855B9 is #37AA46. Grayscale: #828282. Windows color (decimal): -3648071 or 12146120. OLE color: 12146120.

HSL color Cylindrical-coordinate representation of color #C855B9: hue angle of 307.83º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C855B9 is Cyan = 0, Magento = 0.58, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 85 185 -
CMYK 0 0.58 0.08 0.22
HSL 307.83º 0.51% 0.56% -
HSV(B) 307.83º 0.58% 0.78% -
XYZ 35.82 22.28 48.31 -
YUV 130.79 158.6 177.37 -
System Red Green Blue C M Y K H S L
Decimal 200 85 185 0 0.58 0.08 0.22 307.83 0.51 0.56
Hex C8 55 B9 0 3A 8 16 134 33 38
Octal 310 125 271 0 72 10 26 464 63 70
Binary 11001000 1010101 10111001 0 111010 1000 10110 100110100 110011 111000

Color Harmonies of #C855B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C855B9

Black with #C855B9

Text Example


Text Example

White with #C855B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C855B9; }

 p { color: rgb(200,85,185); }

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

background-color css

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

 a { background-color: rgb(200,85,185); }

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

border-color css

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

 span { border-color: rgb(200,85,185); }

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