Html Css Color HEX #C55EC1 Fuchsia

📋 copy color: '#C55EC1'

red 197 ◦ green 94 ◦ blue 193

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

Shades of Fuchsia #C55EC1

Tints of Fuchsia #C55EC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 39.88%

R = 40.7%
G = 19.42%
B = 39.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C55EC1 (or 0xC55EC1) is known color: Fuchsia. HEX triplet: C5, 5E and C1. RGB value is (197,94,193). Sum of RGB (Red+Green+Blue) = 197+94+193=484 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.70% from 484); Green value is 94 (37.11% from 255 or 19.42% from 484); Blue value is 193 (75.78% from 255 or 39.88% from 484); Max value from RGB is 197 - color contains mainly: red. Hex color #C55EC1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55EC1 is #3AA13E. Grayscale: #878787. Windows color (decimal): -3842367 or 12672709. OLE color: 12672709.

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

Color convert

RGB 197 94 193 -
CMYK 0 0.52 0.02 0.23
HSL 302.33º 0.47% 0.57% -
HSV(B) 302.33º 0.52% 0.77% -
XYZ 36.65 23.73 53.1 -
YUV 136.08 160.12 171.45 -
System Red Green Blue C M Y K H S L
Decimal 197 94 193 0 0.52 0.02 0.23 302.33 0.47 0.57
Hex C5 5E C1 0 34 2 17 12E 2F 39
Octal 305 136 301 0 64 2 27 456 57 71
Binary 11000101 1011110 11000001 0 110100 10 10111 100101110 101111 111001

Color Harmonies of #C55EC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EC1

Black with #C55EC1

Text Example


Text Example

White with #C55EC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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