Html Css Color HEX #C55ECB Fuchsia

📋 copy color: '#C55ECB'

red 197 ◦ green 94 ◦ blue 203

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

Shades of Fuchsia #C55ECB

Tints of Fuchsia #C55ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.09%

R = 39.88%
G = 19.03%
B = 41.09%

CMYK

 C value IS 0.03

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C55ECB (or 0xC55ECB) is known color: Fuchsia. HEX triplet: C5, 5E and CB. RGB value is (197,94,203). Sum of RGB (Red+Green+Blue) = 197+94+203=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 94 (37.11% from 255 or 19.03% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 203 - color contains mainly: blue. Hex color #C55ECB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55ECB is #3AA134. Grayscale: #888888. Windows color (decimal): -3842357 or 13328069. OLE color: 13328069.

HSL color Cylindrical-coordinate representation of color #C55ECB: hue angle of 296.7º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55ECB is Cyan = 0.03, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 197 94 203 -
CMYK 0.03 0.54 0 0.20
HSL 296.7º 0.51% 0.58% -
HSV(B) 296.7º 0.54% 0.8% -
XYZ 37.81 24.19 59.18 -
YUV 137.22 165.12 170.64 -
System Red Green Blue C M Y K H S L
Decimal 197 94 203 0.03 0.54 0 0.20 296.7 0.51 0.58
Hex C5 5E CB 3 36 0 14 129 33 3A
Octal 305 136 313 3 66 0 24 451 63 72
Binary 11000101 1011110 11001011 11 110110 0 10100 100101001 110011 111010

Color Harmonies of #C55ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55ECB

Black with #C55ECB

Text Example


Text Example

White with #C55ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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