Html Css Color HEX #C551AB Fuchsia

📋 copy color: '#C551AB'

red 197 ◦ green 81 ◦ blue 171

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

Shades of Fuchsia #C551AB

Tints of Fuchsia #C551AB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.04%

 BLUE value IS 171 (67.19% from 255) = 38.08%

R = 43.88%
G = 18.04%
B = 38.08%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C551AB (or 0xC551AB) is known color: Fuchsia. HEX triplet: C5, 51 and AB. RGB value is (197,81,171). Sum of RGB (Red+Green+Blue) = 197+81+171=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 81 (32.03% from 255 or 18.04% from 449); Blue value is 171 (67.19% from 255 or 38.08% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C551AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C551AB is #3AAE54. Grayscale: #7D7D7D. Windows color (decimal): -3845717 or 11227589. OLE color: 11227589.

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

Color convert

RGB 197 81 171 -
CMYK 0 0.59 0.13 0.23
HSL 313.45º 0.5% 0.55% -
HSV(B) 313.45º 0.59% 0.77% -
XYZ 33.32 20.7 40.77 -
YUV 125.94 153.43 178.68 -
System Red Green Blue C M Y K H S L
Decimal 197 81 171 0 0.59 0.13 0.23 313.45 0.5 0.55
Hex C5 51 AB 0 3B D 17 139 32 37
Octal 305 121 253 0 73 15 27 471 62 67
Binary 11000101 1010001 10101011 0 111011 1101 10111 100111001 110010 110111

Color Harmonies of #C551AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C551AB

Black with #C551AB

Text Example


Text Example

White with #C551AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C551AB; }

 p { color: rgb(197,81,171); }

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

background-color css

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

 a { background-color: rgb(197,81,171); }

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

border-color css

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

 span { border-color: rgb(197,81,171); }

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