Html Css Color HEX #C553B5 Fuchsia

📋 copy color: '#C553B5'

red 197 ◦ green 83 ◦ blue 181

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

Shades of Fuchsia #C553B5

Tints of Fuchsia #C553B5

RGB

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

 GREEN value IS 83 (32.81% from 255) = 18%

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

R = 42.73%
G = 18%
B = 39.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C553B5 (or 0xC553B5) is known color: Fuchsia. HEX triplet: C5, 53 and B5. RGB value is (197,83,181). Sum of RGB (Red+Green+Blue) = 197+83+181=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 83 (32.81% from 255 or 18.00% from 461); Blue value is 181 (71.09% from 255 or 39.26% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C553B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C553B5 is #3AAC4A. Grayscale: #7F7F7F. Windows color (decimal): -3845195 or 11883461. OLE color: 11883461.

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

Color convert

RGB 197 83 181 -
CMYK 0 0.58 0.08 0.23
HSL 308.42º 0.5% 0.55% -
HSV(B) 308.42º 0.58% 0.77% -
XYZ 34.46 21.39 46.03 -
YUV 128.26 157.77 177.03 -
System Red Green Blue C M Y K H S L
Decimal 197 83 181 0 0.58 0.08 0.23 308.42 0.5 0.55
Hex C5 53 B5 0 3A 8 17 134 32 37
Octal 305 123 265 0 72 10 27 464 62 67
Binary 11000101 1010011 10110101 0 111010 1000 10111 100110100 110010 110111

Color Harmonies of #C553B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C553B5

Black with #C553B5

Text Example


Text Example

White with #C553B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C553B5; }

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

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

background-color css

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

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

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

border-color css

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

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

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