Html Css Color HEX #C554B3 Fuchsia

📋 copy color: '#C554B3'

red 197 ◦ green 84 ◦ blue 179

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

Shades of Fuchsia #C554B3

Tints of Fuchsia #C554B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 38.91%

R = 42.83%
G = 18.26%
B = 38.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.09

 K value IS 0.23

RGB Variations

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

Color information

#C554B3 (or 0xC554B3) is known color: Fuchsia. HEX triplet: C5, 54 and B3. RGB value is (197,84,179). Sum of RGB (Red+Green+Blue) = 197+84+179=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 179 (70.31% from 255 or 38.91% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C554B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C554B3 is #3AAB4C. Grayscale: #808080. Windows color (decimal): -3844941 or 11752645. OLE color: 11752645.

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

Color convert

RGB 197 84 179 -
CMYK 0 0.57 0.09 0.23
HSL 309.56º 0.49% 0.55% -
HSV(B) 309.56º 0.57% 0.77% -
XYZ 34.33 21.47 44.98 -
YUV 128.62 156.44 176.78 -
System Red Green Blue C M Y K H S L
Decimal 197 84 179 0 0.57 0.09 0.23 309.56 0.49 0.55
Hex C5 54 B3 0 39 9 17 136 31 37
Octal 305 124 263 0 71 11 27 466 61 67
Binary 11000101 1010100 10110011 0 111001 1001 10111 100110110 110001 110111

Color Harmonies of #C554B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C554B3

Black with #C554B3

Text Example


Text Example

White with #C554B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C554B3; }

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

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

background-color css

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

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

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

border-color css

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

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

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