Html Css Color HEX #C553AC Fuchsia

📋 copy color: '#C553AC'

red 197 ◦ green 83 ◦ blue 172

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

Shades of Fuchsia #C553AC

Tints of Fuchsia #C553AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.05%

R = 43.58%
G = 18.36%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C553AC (or 0xC553AC) is known color: Fuchsia. HEX triplet: C5, 53 and AC. RGB value is (197,83,172). Sum of RGB (Red+Green+Blue) = 197+83+172=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 83 (32.81% from 255 or 18.36% from 452); Blue value is 172 (67.58% from 255 or 38.05% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C553AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C553AC is #3AAC53. Grayscale: #7E7E7E. Windows color (decimal): -3845204 or 11293637. OLE color: 11293637.

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

Color convert

RGB 197 83 172 -
CMYK 0 0.58 0.13 0.23
HSL 313.16º 0.5% 0.55% -
HSV(B) 313.16º 0.58% 0.77% -
XYZ 33.57 21.04 41.32 -
YUV 127.23 153.27 177.76 -
System Red Green Blue C M Y K H S L
Decimal 197 83 172 0 0.58 0.13 0.23 313.16 0.5 0.55
Hex C5 53 AC 0 3A D 17 139 32 37
Octal 305 123 254 0 72 15 27 471 62 67
Binary 11000101 1010011 10101100 0 111010 1101 10111 100111001 110010 110111

Color Harmonies of #C553AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C553AC

Black with #C553AC

Text Example


Text Example

White with #C553AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C553AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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