Html Css Color HEX #C55AAC Fuchsia

📋 copy color: '#C55AAC'

red 197 ◦ green 90 ◦ blue 172

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

Shades of Fuchsia #C55AAC

Tints of Fuchsia #C55AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 19.61%

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

R = 42.92%
G = 19.61%
B = 37.47%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C55AAC (or 0xC55AAC) is known color: Fuchsia. HEX triplet: C5, 5A and AC. RGB value is (197,90,172). Sum of RGB (Red+Green+Blue) = 197+90+172=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 90 (35.55% from 255 or 19.61% from 459); Blue value is 172 (67.58% from 255 or 37.47% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C55AAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55AAC is #3AA553. Grayscale: #838383. Windows color (decimal): -3843412 or 11295429. OLE color: 11295429.

HSL color Cylindrical-coordinate representation of color #C55AAC: hue angle of 314.02º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55AAC is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 90 172 -
CMYK 0 0.54 0.13 0.23
HSL 314.02º 0.48% 0.56% -
HSV(B) 314.02º 0.54% 0.77% -
XYZ 34.13 22.16 41.51 -
YUV 131.34 150.95 174.83 -
System Red Green Blue C M Y K H S L
Decimal 197 90 172 0 0.54 0.13 0.23 314.02 0.48 0.56
Hex C5 5A AC 0 36 D 17 13A 30 38
Octal 305 132 254 0 66 15 27 472 60 70
Binary 11000101 1011010 10101100 0 110110 1101 10111 100111010 110000 111000

Color Harmonies of #C55AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55AAC

Black with #C55AAC

Text Example


Text Example

White with #C55AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55AAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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