Html Css Color HEX #C554B5 Fuchsia

📋 copy color: '#C554B5'

red 197 ◦ green 84 ◦ blue 181

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

Shades of Fuchsia #C554B5

Tints of Fuchsia #C554B5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 39.18%

R = 42.64%
G = 18.18%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C554B5 (or 0xC554B5) is known color: Fuchsia. HEX triplet: C5, 54 and B5. RGB value is (197,84,181). Sum of RGB (Red+Green+Blue) = 197+84+181=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 84 (33.20% from 255 or 18.18% from 462); Blue value is 181 (71.09% from 255 or 39.18% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C554B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554B5 is #3AAB4A. Grayscale: #808080. Windows color (decimal): -3844939 or 11883717. OLE color: 11883717.

HSL color Cylindrical-coordinate representation of color #C554B5: hue angle of 308.5º 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 #C554B5 is Cyan = 0, Magento = 0.57, Yellow = 0.08 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 84 181 -
CMYK 0 0.57 0.08 0.23
HSL 308.5º 0.49% 0.55% -
HSV(B) 308.5º 0.57% 0.77% -
XYZ 34.54 21.55 46.05 -
YUV 128.85 157.44 176.61 -
System Red Green Blue C M Y K H S L
Decimal 197 84 181 0 0.57 0.08 0.23 308.5 0.49 0.55
Hex C5 54 B5 0 39 8 17 134 31 37
Octal 305 124 265 0 71 10 27 464 61 67
Binary 11000101 1010100 10110101 0 111001 1000 10111 100110100 110001 110111

Color Harmonies of #C554B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554B5

Black with #C554B5

Text Example


Text Example

White with #C554B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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