Html Css Color HEX #C554B1 Fuchsia

📋 copy color: '#C554B1'

red 197 ◦ green 84 ◦ blue 177

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

Shades of Fuchsia #C554B1

Tints of Fuchsia #C554B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 38.65%

R = 43.01%
G = 18.34%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C554B1 (or 0xC554B1) is known color: Fuchsia. HEX triplet: C5, 54 and B1. RGB value is (197,84,177). Sum of RGB (Red+Green+Blue) = 197+84+177=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 84 (33.20% from 255 or 18.34% from 458); Blue value is 177 (69.53% from 255 or 38.65% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C554B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C554B1 is #3AAB4E. Grayscale: #808080. Windows color (decimal): -3844943 or 11621573. OLE color: 11621573.

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

Color convert

RGB 197 84 177 -
CMYK 0 0.57 0.10 0.23
HSL 310.62º 0.49% 0.55% -
HSV(B) 310.62º 0.57% 0.77% -
XYZ 34.13 21.39 43.92 -
YUV 128.39 155.44 176.94 -
System Red Green Blue C M Y K H S L
Decimal 197 84 177 0 0.57 0.10 0.23 310.62 0.49 0.55
Hex C5 54 B1 0 39 A 17 137 31 37
Octal 305 124 261 0 71 12 27 467 61 67
Binary 11000101 1010100 10110001 0 111001 1010 10111 100110111 110001 110111

Color Harmonies of #C554B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554B1

Black with #C554B1

Text Example


Text Example

White with #C554B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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