Html Css Color HEX #C55EC9 Fuchsia

📋 copy color: '#C55EC9'

red 197 ◦ green 94 ◦ blue 201

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

Shades of Fuchsia #C55EC9

Tints of Fuchsia #C55EC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.85%

R = 40.04%
G = 19.11%
B = 40.85%

CMYK

 C value IS 0.02

 M value IS 0.53

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C55EC9 (or 0xC55EC9) is known color: Fuchsia. HEX triplet: C5, 5E and C9. RGB value is (197,94,201). Sum of RGB (Red+Green+Blue) = 197+94+201=492 (65% of max value = 765). Red value is 197 (77.34% from 255 or 40.04% from 492); Green value is 94 (37.11% from 255 or 19.11% from 492); Blue value is 201 (78.91% from 255 or 40.85% from 492); Max value from RGB is 201 - color contains mainly: blue. Hex color #C55EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55EC9 is #3AA136. Grayscale: #888888. Windows color (decimal): -3842359 or 13196997. OLE color: 13196997.

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

Color convert

RGB 197 94 201 -
CMYK 0.02 0.53 0 0.21
HSL 297.76º 0.5% 0.58% -
HSV(B) 297.76º 0.53% 0.79% -
XYZ 37.57 24.09 57.93 -
YUV 137 164.12 170.8 -
System Red Green Blue C M Y K H S L
Decimal 197 94 201 0.02 0.53 0 0.21 297.76 0.5 0.58
Hex C5 5E C9 2 35 0 15 12A 32 3A
Octal 305 136 311 2 65 0 25 452 62 72
Binary 11000101 1011110 11001001 10 110101 0 10101 100101010 110010 111010

Color Harmonies of #C55EC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55EC9

Black with #C55EC9

Text Example


Text Example

White with #C55EC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55EC9; }

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

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

background-color css

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

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

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

border-color css

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

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

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