Html Css Color HEX #C55EC8 Fuchsia

📋 copy color: '#C55EC8'

red 197 ◦ green 94 ◦ blue 200

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

Shades of Fuchsia #C55EC8

Tints of Fuchsia #C55EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 40.73%

R = 40.12%
G = 19.14%
B = 40.73%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C55EC8 (or 0xC55EC8) is known color: Fuchsia. HEX triplet: C5, 5E and C8. RGB value is (197,94,200). Sum of RGB (Red+Green+Blue) = 197+94+200=491 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.12% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 200 (78.52% from 255 or 40.73% from 491); Max value from RGB is 200 - color contains mainly: blue. Hex color #C55EC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55EC8 is #3AA137. Grayscale: #888888. Windows color (decimal): -3842360 or 13131461. OLE color: 13131461.

HSL color Cylindrical-coordinate representation of color #C55EC8: hue angle of 298.3º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C55EC8 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 94 200 -
CMYK 0.02 0.53 0 0.22
HSL 298.3º 0.49% 0.58% -
HSV(B) 298.3º 0.53% 0.78% -
XYZ 37.45 24.05 57.31 -
YUV 136.88 163.62 170.88 -
System Red Green Blue C M Y K H S L
Decimal 197 94 200 0.02 0.53 0 0.22 298.3 0.49 0.58
Hex C5 5E C8 2 35 0 16 12A 31 3A
Octal 305 136 310 2 65 0 26 452 61 72
Binary 11000101 1011110 11001000 10 110101 0 10110 100101010 110001 111010

Color Harmonies of #C55EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EC8

Black with #C55EC8

Text Example


Text Example

White with #C55EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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