Html Css Color HEX #C850AA Fuchsia

📋 copy color: '#C850AA'

red 200 ◦ green 80 ◦ blue 170

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

Shades of Fuchsia #C850AA

Tints of Fuchsia #C850AA

RGB

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

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

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

R = 44.44%
G = 17.78%
B = 37.78%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.15

 K value IS 0.22

RGB Variations

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

Color information

#C850AA (or 0xC850AA) is known color: Fuchsia. HEX triplet: C8, 50 and AA. RGB value is (200,80,170). Sum of RGB (Red+Green+Blue) = 200+80+170=450 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.44% from 450); Green value is 80 (31.64% from 255 or 17.78% from 450); Blue value is 170 (66.80% from 255 or 37.78% from 450); Max value from RGB is 200 - color contains mainly: red. Hex color #C850AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C850AA is #37AF55. Grayscale: #7D7D7D. Windows color (decimal): -3649366 or 11161800. OLE color: 11161800.

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

Color convert

RGB 200 80 170 -
CMYK 0 0.6 0.15 0.22
HSL 315º 0.52% 0.55% -
HSV(B) 315º 0.6% 0.78% -
XYZ 33.94 20.92 40.28 -
YUV 126.14 152.76 180.68 -
System Red Green Blue C M Y K H S L
Decimal 200 80 170 0 0.6 0.15 0.22 315 0.52 0.55
Hex C8 50 AA 0 3C F 16 13B 34 37
Octal 310 120 252 0 74 17 26 473 64 67
Binary 11001000 1010000 10101010 0 111100 1111 10110 100111011 110100 110111

Color Harmonies of #C850AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C850AA

Black with #C850AA

Text Example


Text Example

White with #C850AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C850AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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