Html Css Color HEX #C55EA9 Fuchsia

📋 copy color: '#C55EA9'

red 197 ◦ green 94 ◦ blue 169

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

Shades of Fuchsia #C55EA9

Tints of Fuchsia #C55EA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.74%

R = 42.83%
G = 20.43%
B = 36.74%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C55EA9 (or 0xC55EA9) is known color: Fuchsia. HEX triplet: C5, 5E and A9. RGB value is (197,94,169). Sum of RGB (Red+Green+Blue) = 197+94+169=460 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.83% from 460); Green value is 94 (37.11% from 255 or 20.43% from 460); Blue value is 169 (66.41% from 255 or 36.74% from 460); Max value from RGB is 197 - color contains mainly: red. Hex color #C55EA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55EA9 is #3AA156. Grayscale: #858585. Windows color (decimal): -3842391 or 11099845. OLE color: 11099845.

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

Color convert

RGB 197 94 169 -
CMYK 0 0.52 0.14 0.23
HSL 316.31º 0.47% 0.57% -
HSV(B) 316.31º 0.52% 0.77% -
XYZ 34.19 22.74 40.12 -
YUV 133.35 148.12 173.4 -
System Red Green Blue C M Y K H S L
Decimal 197 94 169 0 0.52 0.14 0.23 316.31 0.47 0.57
Hex C5 5E A9 0 34 E 17 13C 2F 39
Octal 305 136 251 0 64 16 27 474 57 71
Binary 11000101 1011110 10101001 0 110100 1110 10111 100111100 101111 111001

Color Harmonies of #C55EA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EA9

Black with #C55EA9

Text Example


Text Example

White with #C55EA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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