Html Css Color HEX #C850AC Fuchsia

📋 copy color: '#C850AC'

red 200 ◦ green 80 ◦ blue 172

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

Shades of Fuchsia #C850AC

Tints of Fuchsia #C850AC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.7%

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

R = 44.25%
G = 17.7%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C850AC (or 0xC850AC) is known color: Fuchsia. HEX triplet: C8, 50 and AC. RGB value is (200,80,172). Sum of RGB (Red+Green+Blue) = 200+80+172=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 80 (31.64% from 255 or 17.70% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C850AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C850AC is #37AF53. Grayscale: #7E7E7E. Windows color (decimal): -3649364 or 11292872. OLE color: 11292872.

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

Color convert

RGB 200 80 172 -
CMYK 0 0.6 0.14 0.22
HSL 314º 0.52% 0.55% -
HSV(B) 314º 0.6% 0.78% -
XYZ 34.13 21 41.28 -
YUV 126.37 153.76 180.52 -
System Red Green Blue C M Y K H S L
Decimal 200 80 172 0 0.6 0.14 0.22 314 0.52 0.55
Hex C8 50 AC 0 3C E 16 13A 34 37
Octal 310 120 254 0 74 16 26 472 64 67
Binary 11001000 1010000 10101100 0 111100 1110 10110 100111010 110100 110111

Color Harmonies of #C850AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C850AC

Black with #C850AC

Text Example


Text Example

White with #C850AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C850AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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