Html Css Color HEX #C85BAA Fuchsia

📋 copy color: '#C85BAA'

red 200 ◦ green 91 ◦ blue 170

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

Shades of Fuchsia #C85BAA

Tints of Fuchsia #C85BAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.88%

R = 43.38%
G = 19.74%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C85BAA (or 0xC85BAA) is known color: Fuchsia. HEX triplet: C8, 5B and AA. RGB value is (200,91,170). Sum of RGB (Red+Green+Blue) = 200+91+170=461 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.38% from 461); Green value is 91 (35.94% from 255 or 19.74% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 200 - color contains mainly: red. Hex color #C85BAA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C85BAA is #37A455. Grayscale: #848484. Windows color (decimal): -3646550 or 11164616. OLE color: 11164616.

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

Color convert

RGB 200 91 170 -
CMYK 0 0.54 0.15 0.22
HSL 316.51º 0.5% 0.57% -
HSV(B) 316.51º 0.55% 0.78% -
XYZ 34.82 22.66 40.57 -
YUV 132.6 149.11 176.08 -
System Red Green Blue C M Y K H S L
Decimal 200 91 170 0 0.54 0.15 0.22 316.51 0.5 0.57
Hex C8 5B AA 0 36 F 16 13D 32 39
Octal 310 133 252 0 66 17 26 475 62 71
Binary 11001000 1011011 10101010 0 110110 1111 10110 100111101 110010 111001

Color Harmonies of #C85BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85BAA

Black with #C85BAA

Text Example


Text Example

White with #C85BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85BAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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