Html Css Color HEX #C54EC6 Fuchsia

📋 copy color: '#C54EC6'

red 197 ◦ green 78 ◦ blue 198

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

Shades of Fuchsia #C54EC6

Tints of Fuchsia #C54EC6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.49%

 BLUE value IS 198 (77.73% from 255) = 41.86%

R = 41.65%
G = 16.49%
B = 41.86%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C54EC6 (or 0xC54EC6) is known color: Fuchsia. HEX triplet: C5, 4E and C6. RGB value is (197,78,198). Sum of RGB (Red+Green+Blue) = 197+78+198=473 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.65% from 473); Green value is 78 (30.86% from 255 or 16.49% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 198 - color contains mainly: blue. Hex color #C54EC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54EC6 is #3AB139. Grayscale: #7E7E7E. Windows color (decimal): -3846458 or 12996293. OLE color: 12996293.

HSL color Cylindrical-coordinate representation of color #C54EC6: hue angle of 299.5º degrees, saturation: 0.51, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C54EC6 is Cyan = 0.01, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 78 198 -
CMYK 0.01 0.61 0 0.22
HSL 299.5º 0.51% 0.54% -
HSV(B) 299.5º 0.61% 0.78% -
XYZ 35.94 21.4 55.66 -
YUV 127.26 167.92 177.74 -
System Red Green Blue C M Y K H S L
Decimal 197 78 198 0.01 0.61 0 0.22 299.5 0.51 0.54
Hex C5 4E C6 1 3D 0 16 12C 33 36
Octal 305 116 306 1 75 0 26 454 63 66
Binary 11000101 1001110 11000110 1 111101 0 10110 100101100 110011 110110

Color Harmonies of #C54EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54EC6

Black with #C54EC6

Text Example


Text Example

White with #C54EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54EC6; }

 p { color: rgb(197,78,198); }

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

background-color css

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

 a { background-color: rgb(197,78,198); }

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

border-color css

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

 span { border-color: rgb(197,78,198); }

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