Html Css Color HEX #C554AB Fuchsia

📋 copy color: '#C554AB'

red 197 ◦ green 84 ◦ blue 171

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

Shades of Fuchsia #C554AB

Tints of Fuchsia #C554AB

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.58%

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

R = 43.58%
G = 18.58%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C554AB (or 0xC554AB) is known color: Fuchsia. HEX triplet: C5, 54 and AB. RGB value is (197,84,171). Sum of RGB (Red+Green+Blue) = 197+84+171=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 84 (33.20% from 255 or 18.58% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C554AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C554AB is #3AAB54. Grayscale: #7F7F7F. Windows color (decimal): -3844949 or 11228357. OLE color: 11228357.

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

Color convert

RGB 197 84 171 -
CMYK 0 0.57 0.13 0.23
HSL 313.81º 0.49% 0.55% -
HSV(B) 313.81º 0.57% 0.77% -
XYZ 33.55 21.15 40.84 -
YUV 127.71 152.44 177.43 -
System Red Green Blue C M Y K H S L
Decimal 197 84 171 0 0.57 0.13 0.23 313.81 0.49 0.55
Hex C5 54 AB 0 39 D 17 13A 31 37
Octal 305 124 253 0 71 15 27 472 61 67
Binary 11000101 1010100 10101011 0 111001 1101 10111 100111010 110001 110111

Color Harmonies of #C554AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554AB

Black with #C554AB

Text Example


Text Example

White with #C554AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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