Html Css Color HEX #C855BB Fuchsia

📋 copy color: '#C855BB'

red 200 ◦ green 85 ◦ blue 187

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

Shades of Fuchsia #C855BB

Tints of Fuchsia #C855BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 39.62%

R = 42.37%
G = 18.01%
B = 39.62%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.22

RGB Variations

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

Color information

#C855BB (or 0xC855BB) is known color: Fuchsia. HEX triplet: C8, 55 and BB. RGB value is (200,85,187). Sum of RGB (Red+Green+Blue) = 200+85+187=472 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.37% from 472); Green value is 85 (33.59% from 255 or 18.01% from 472); Blue value is 187 (73.44% from 255 or 39.62% from 472); Max value from RGB is 200 - color contains mainly: red. Hex color #C855BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C855BB is #37AA44. Grayscale: #828282. Windows color (decimal): -3648069 or 12277192. OLE color: 12277192.

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

Color convert

RGB 200 85 187 -
CMYK 0 0.58 0.06 0.22
HSL 306.78º 0.51% 0.56% -
HSV(B) 306.78º 0.58% 0.78% -
XYZ 36.04 22.36 49.43 -
YUV 131.01 159.6 177.21 -
System Red Green Blue C M Y K H S L
Decimal 200 85 187 0 0.58 0.06 0.22 306.78 0.51 0.56
Hex C8 55 BB 0 3A 6 16 133 33 38
Octal 310 125 273 0 72 6 26 463 63 70
Binary 11001000 1010101 10111011 0 111010 110 10110 100110011 110011 111000

Color Harmonies of #C855BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C855BB

Black with #C855BB

Text Example


Text Example

White with #C855BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C855BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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