Html Css Color HEX #C55EAC Fuchsia

📋 copy color: '#C55EAC'

red 197 ◦ green 94 ◦ blue 172

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

Shades of Fuchsia #C55EAC

Tints of Fuchsia #C55EAC

RGB

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

 GREEN value IS 94 (37.11% from 255) = 20.3%

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

R = 42.55%
G = 20.3%
B = 37.15%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C55EAC (or 0xC55EAC) is known color: Fuchsia. HEX triplet: C5, 5E and AC. RGB value is (197,94,172). Sum of RGB (Red+Green+Blue) = 197+94+172=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 94 (37.11% from 255 or 20.30% from 463); Blue value is 172 (67.58% from 255 or 37.15% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C55EAC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55EAC is #3AA153. Grayscale: #858585. Windows color (decimal): -3842388 or 11296453. OLE color: 11296453.

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

Color convert

RGB 197 94 172 -
CMYK 0 0.52 0.13 0.23
HSL 314.56º 0.47% 0.57% -
HSV(B) 314.56º 0.52% 0.77% -
XYZ 34.48 22.85 41.62 -
YUV 133.69 149.62 173.16 -
System Red Green Blue C M Y K H S L
Decimal 197 94 172 0 0.52 0.13 0.23 314.56 0.47 0.57
Hex C5 5E AC 0 34 D 17 13B 2F 39
Octal 305 136 254 0 64 15 27 473 57 71
Binary 11000101 1011110 10101100 0 110100 1101 10111 100111011 101111 111001

Color Harmonies of #C55EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EAC

Black with #C55EAC

Text Example


Text Example

White with #C55EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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