Html Css Color HEX #C85BAC Fuchsia

📋 copy color: '#C85BAC'

red 200 ◦ green 91 ◦ blue 172

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

Shades of Fuchsia #C85BAC

Tints of Fuchsia #C85BAC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.65%

 BLUE value IS 172 (67.58% from 255) = 37.15%

R = 43.2%
G = 19.65%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C85BAC (or 0xC85BAC) is known color: Fuchsia. HEX triplet: C8, 5B and AC. RGB value is (200,91,172). Sum of RGB (Red+Green+Blue) = 200+91+172=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C85BAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85BAC is #37A453. Grayscale: #848484. Windows color (decimal): -3646548 or 11295688. OLE color: 11295688.

HSL color Cylindrical-coordinate representation of color #C85BAC: hue angle of 315.41º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C85BAC is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 91 172 -
CMYK 0 0.54 0.14 0.22
HSL 315.41º 0.5% 0.57% -
HSV(B) 315.41º 0.55% 0.78% -
XYZ 35.01 22.74 41.57 -
YUV 132.83 150.11 175.91 -
System Red Green Blue C M Y K H S L
Decimal 200 91 172 0 0.54 0.14 0.22 315.41 0.5 0.57
Hex C8 5B AC 0 36 E 16 13B 32 39
Octal 310 133 254 0 66 16 26 473 62 71
Binary 11001000 1011011 10101100 0 110110 1110 10110 100111011 110010 111001

Color Harmonies of #C85BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85BAC

Black with #C85BAC

Text Example


Text Example

White with #C85BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85BAC; }

 p { color: rgb(200,91,172); }

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

background-color css

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

 a { background-color: rgb(200,91,172); }

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

border-color css

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

 span { border-color: rgb(200,91,172); }

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