Html Css Color HEX #C54ECC Fuchsia

📋 copy color: '#C54ECC'

red 197 ◦ green 78 ◦ blue 204

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

Shades of Fuchsia #C54ECC

Tints of Fuchsia #C54ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 41.13%
G = 16.28%
B = 42.59%

CMYK

 C value IS 0.03

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C54ECC (or 0xC54ECC) is known color: Fuchsia. HEX triplet: C5, 4E and CC. RGB value is (197,78,204). Sum of RGB (Red+Green+Blue) = 197+78+204=479 (63% of max value = 765). Red value is 197 (77.34% from 255 or 41.13% from 479); Green value is 78 (30.86% from 255 or 16.28% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #C54ECC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54ECC is #3AB133. Grayscale: #7F7F7F. Windows color (decimal): -3846452 or 13389509. OLE color: 13389509.

HSL color Cylindrical-coordinate representation of color #C54ECC: hue angle of 296.67º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C54ECC is Cyan = 0.03, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 197 78 204 -
CMYK 0.03 0.62 0 0.2
HSL 296.67º 0.55% 0.55% -
HSV(B) 296.67º 0.62% 0.8% -
XYZ 36.65 21.68 59.38 -
YUV 127.95 170.92 177.25 -
System Red Green Blue C M Y K H S L
Decimal 197 78 204 0.03 0.62 0 0.2 296.67 0.55 0.55
Hex C5 4E CC 3 3E 0 14 129 37 37
Octal 305 116 314 3 76 0 24 451 67 67
Binary 11000101 1001110 11001100 11 111110 0 10100 100101001 110111 110111

Color Harmonies of #C54ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54ECC

Black with #C54ECC

Text Example


Text Example

White with #C54ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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