Html Css Color HEX #C55FAD Fuchsia

📋 copy color: '#C55FAD'

red 197 ◦ green 95 ◦ blue 173

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

Shades of Fuchsia #C55FAD

Tints of Fuchsia #C55FAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 37.2%

R = 42.37%
G = 20.43%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C55FAD (or 0xC55FAD) is known color: Fuchsia. HEX triplet: C5, 5F and AD. RGB value is (197,95,173). Sum of RGB (Red+Green+Blue) = 197+95+173=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 173 (67.97% from 255 or 37.20% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C55FAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55FAD is #3AA052. Grayscale: #868686. Windows color (decimal): -3842131 or 11362245. OLE color: 11362245.

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

Color convert

RGB 197 95 173 -
CMYK 0 0.52 0.12 0.23
HSL 314.12º 0.47% 0.57% -
HSV(B) 314.12º 0.52% 0.77% -
XYZ 34.66 23.07 42.16 -
YUV 134.39 149.79 172.66 -
System Red Green Blue C M Y K H S L
Decimal 197 95 173 0 0.52 0.12 0.23 314.12 0.47 0.57
Hex C5 5F AD 0 34 C 17 13A 2F 39
Octal 305 137 255 0 64 14 27 472 57 71
Binary 11000101 1011111 10101101 0 110100 1100 10111 100111010 101111 111001

Color Harmonies of #C55FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55FAD

Black with #C55FAD

Text Example


Text Example

White with #C55FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55FAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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