Html Css Color HEX #C55CAD Fuchsia

📋 copy color: '#C55CAD'

red 197 ◦ green 92 ◦ blue 173

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

Shades of Fuchsia #C55CAD

Tints of Fuchsia #C55CAD

RGB

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

 GREEN value IS 92 (36.33% from 255) = 19.91%

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

R = 42.64%
G = 19.91%
B = 37.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C55CAD (or 0xC55CAD) is known color: Fuchsia. HEX triplet: C5, 5C and AD. RGB value is (197,92,173). Sum of RGB (Red+Green+Blue) = 197+92+173=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 173 (67.97% from 255 or 37.45% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C55CAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55CAD is #3AA352. Grayscale: #848484. Windows color (decimal): -3842899 or 11361477. OLE color: 11361477.

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

Color convert

RGB 197 92 173 -
CMYK 0 0.53 0.12 0.23
HSL 313.71º 0.48% 0.57% -
HSV(B) 313.71º 0.53% 0.77% -
XYZ 34.4 22.54 42.07 -
YUV 132.63 150.79 173.91 -
System Red Green Blue C M Y K H S L
Decimal 197 92 173 0 0.53 0.12 0.23 313.71 0.48 0.57
Hex C5 5C AD 0 35 C 17 13A 30 39
Octal 305 134 255 0 65 14 27 472 60 71
Binary 11000101 1011100 10101101 0 110101 1100 10111 100111010 110000 111001

Color Harmonies of #C55CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55CAD

Black with #C55CAD

Text Example


Text Example

White with #C55CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55CAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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