Html Css Color HEX #C55EAD Fuchsia

📋 copy color: '#C55EAD'

red 197 ◦ green 94 ◦ blue 173

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

Shades of Fuchsia #C55EAD

Tints of Fuchsia #C55EAD

RGB

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

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

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

R = 42.46%
G = 20.26%
B = 37.28%

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

#C55EAD (or 0xC55EAD) is known color: Fuchsia. HEX triplet: C5, 5E and AD. RGB value is (197,94,173). Sum of RGB (Red+Green+Blue) = 197+94+173=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 94 (37.11% from 255 or 20.26% from 464); Blue value is 173 (67.97% from 255 or 37.28% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C55EAD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55EAD is #3AA152. Grayscale: #858585. Windows color (decimal): -3842387 or 11361989. OLE color: 11361989.

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

Color convert

RGB 197 94 173 -
CMYK 0 0.52 0.12 0.23
HSL 313.98º 0.47% 0.57% -
HSV(B) 313.98º 0.52% 0.77% -
XYZ 34.57 22.89 42.13 -
YUV 133.8 150.12 173.08 -
System Red Green Blue C M Y K H S L
Decimal 197 94 173 0 0.52 0.12 0.23 313.98 0.47 0.57
Hex C5 5E AD 0 34 C 17 13A 2F 39
Octal 305 136 255 0 64 14 27 472 57 71
Binary 11000101 1011110 10101101 0 110100 1100 10111 100111010 101111 111001

Color Harmonies of #C55EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EAD

Black with #C55EAD

Text Example


Text Example

White with #C55EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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