Html Css Color HEX #C55FA9 Fuchsia

📋 copy color: '#C55FA9'

red 197 ◦ green 95 ◦ blue 169

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

Shades of Fuchsia #C55FA9

Tints of Fuchsia #C55FA9

RGB

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

 GREEN value IS 95 (37.5% from 255) = 20.61%

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

R = 42.73%
G = 20.61%
B = 36.66%

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

#C55FA9 (or 0xC55FA9) is known color: Fuchsia. HEX triplet: C5, 5F and A9. RGB value is (197,95,169). Sum of RGB (Red+Green+Blue) = 197+95+169=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 95 (37.5% from 255 or 20.61% from 461); Blue value is 169 (66.41% from 255 or 36.66% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C55FA9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55FA9 is #3AA056. Grayscale: #858585. Windows color (decimal): -3842135 or 11100101. OLE color: 11100101.

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

Color convert

RGB 197 95 169 -
CMYK 0 0.52 0.14 0.23
HSL 316.47º 0.47% 0.57% -
HSV(B) 316.47º 0.52% 0.77% -
XYZ 34.28 22.92 40.15 -
YUV 133.93 147.79 172.98 -
System Red Green Blue C M Y K H S L
Decimal 197 95 169 0 0.52 0.14 0.23 316.47 0.47 0.57
Hex C5 5F A9 0 34 E 17 13C 2F 39
Octal 305 137 251 0 64 16 27 474 57 71
Binary 11000101 1011111 10101001 0 110100 1110 10111 100111100 101111 111001

Color Harmonies of #C55FA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FA9

Black with #C55FA9

Text Example


Text Example

White with #C55FA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FA9; }

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

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

background-color css

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

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

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

border-color css

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

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

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