Html Css Color HEX #C550AA Fuchsia

📋 copy color: '#C550AA'

red 197 ◦ green 80 ◦ blue 170

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

Shades of Fuchsia #C550AA

Tints of Fuchsia #C550AA

RGB

 RED value IS 197 (77.34% from 255) = 44.07%

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

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

R = 44.07%
G = 17.9%
B = 38.03%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C550AA (or 0xC550AA) is known color: Fuchsia. HEX triplet: C5, 50 and AA. RGB value is (197,80,170). Sum of RGB (Red+Green+Blue) = 197+80+170=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 80 (31.64% from 255 or 17.90% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C550AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C550AA is #3AAF55. Grayscale: #7C7C7C. Windows color (decimal): -3845974 or 11161797. OLE color: 11161797.

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

Color convert

RGB 197 80 170 -
CMYK 0 0.59 0.14 0.23
HSL 313.85º 0.5% 0.54% -
HSV(B) 313.85º 0.59% 0.77% -
XYZ 33.15 20.51 40.24 -
YUV 125.24 153.26 179.18 -
System Red Green Blue C M Y K H S L
Decimal 197 80 170 0 0.59 0.14 0.23 313.85 0.5 0.54
Hex C5 50 AA 0 3B E 17 13A 32 36
Octal 305 120 252 0 73 16 27 472 62 66
Binary 11000101 1010000 10101010 0 111011 1110 10111 100111010 110010 110110

Color Harmonies of #C550AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C550AA

Black with #C550AA

Text Example


Text Example

White with #C550AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C550AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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