Html Css Color HEX #C857BA Fuchsia

📋 copy color: '#C857BA'

red 200 ◦ green 87 ◦ blue 186

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

Shades of Fuchsia #C857BA

Tints of Fuchsia #C857BA

RGB

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

 GREEN value IS 87 (34.38% from 255) = 18.39%

 BLUE value IS 186 (73.05% from 255) = 39.32%

R = 42.28%
G = 18.39%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.07

 K value IS 0.22

RGB Variations

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

Color information

#C857BA (or 0xC857BA) is known color: Fuchsia. HEX triplet: C8, 57 and BA. RGB value is (200,87,186). Sum of RGB (Red+Green+Blue) = 200+87+186=473 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.28% from 473); Green value is 87 (34.38% from 255 or 18.39% from 473); Blue value is 186 (73.05% from 255 or 39.32% from 473); Max value from RGB is 200 - color contains mainly: red. Hex color #C857BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C857BA is #37A845. Grayscale: #838383. Windows color (decimal): -3647558 or 12212168. OLE color: 12212168.

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

Color convert

RGB 200 87 186 -
CMYK 0 0.56 0.07 0.22
HSL 307.43º 0.51% 0.56% -
HSV(B) 307.43º 0.57% 0.78% -
XYZ 36.09 22.64 48.92 -
YUV 132.07 158.44 176.45 -
System Red Green Blue C M Y K H S L
Decimal 200 87 186 0 0.56 0.07 0.22 307.43 0.51 0.56
Hex C8 57 BA 0 38 7 16 133 33 38
Octal 310 127 272 0 70 7 26 463 63 70
Binary 11001000 1010111 10111010 0 111000 111 10110 100110011 110011 111000

Color Harmonies of #C857BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C857BA

Black with #C857BA

Text Example


Text Example

White with #C857BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C857BA; }

 p { color: rgb(200,87,186); }

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

background-color css

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

 a { background-color: rgb(200,87,186); }

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

border-color css

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

 span { border-color: rgb(200,87,186); }

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