Html Css Color HEX #C553AE Fuchsia

📋 copy color: '#C553AE'

red 197 ◦ green 83 ◦ blue 174

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

Shades of Fuchsia #C553AE

Tints of Fuchsia #C553AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 38.33%

R = 43.39%
G = 18.28%
B = 38.33%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C553AE (or 0xC553AE) is known color: Fuchsia. HEX triplet: C5, 53 and AE. RGB value is (197,83,174). Sum of RGB (Red+Green+Blue) = 197+83+174=454 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.39% from 454); Green value is 83 (32.81% from 255 or 18.28% from 454); Blue value is 174 (68.36% from 255 or 38.33% from 454); Max value from RGB is 197 - color contains mainly: red. Hex color #C553AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C553AE is #3AAC51. Grayscale: #7F7F7F. Windows color (decimal): -3845202 or 11424709. OLE color: 11424709.

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

Color convert

RGB 197 83 174 -
CMYK 0 0.58 0.12 0.23
HSL 312.11º 0.5% 0.55% -
HSV(B) 312.11º 0.58% 0.77% -
XYZ 33.76 21.11 42.34 -
YUV 127.46 154.27 177.6 -
System Red Green Blue C M Y K H S L
Decimal 197 83 174 0 0.58 0.12 0.23 312.11 0.5 0.55
Hex C5 53 AE 0 3A C 17 138 32 37
Octal 305 123 256 0 72 14 27 470 62 67
Binary 11000101 1010011 10101110 0 111010 1100 10111 100111000 110010 110111

Color Harmonies of #C553AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C553AE

Black with #C553AE

Text Example


Text Example

White with #C553AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C553AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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