Html Css Color HEX #C855AC Fuchsia

📋 copy color: '#C855AC'

red 200 ◦ green 85 ◦ blue 172

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

Shades of Fuchsia #C855AC

Tints of Fuchsia #C855AC

RGB

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

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

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

R = 43.76%
G = 18.6%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C855AC (or 0xC855AC) is known color: Fuchsia. HEX triplet: C8, 55 and AC. RGB value is (200,85,172). Sum of RGB (Red+Green+Blue) = 200+85+172=457 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.76% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 172 (67.58% from 255 or 37.64% from 457); Max value from RGB is 200 - color contains mainly: red. Hex color #C855AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C855AC is #37AA53. Grayscale: #818181. Windows color (decimal): -3648084 or 11294152. OLE color: 11294152.

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

Color convert

RGB 200 85 172 -
CMYK 0 0.58 0.14 0.22
HSL 314.61º 0.51% 0.56% -
HSV(B) 314.61º 0.58% 0.78% -
XYZ 34.51 21.75 41.41 -
YUV 129.3 152.1 178.43 -
System Red Green Blue C M Y K H S L
Decimal 200 85 172 0 0.58 0.14 0.22 314.61 0.51 0.56
Hex C8 55 AC 0 3A E 16 13B 33 38
Octal 310 125 254 0 72 16 26 473 63 70
Binary 11001000 1010101 10101100 0 111010 1110 10110 100111011 110011 111000

Color Harmonies of #C855AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C855AC

Black with #C855AC

Text Example


Text Example

White with #C855AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C855AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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