Html Css Color HEX #C54FBC Fuchsia

📋 copy color: '#C54FBC'

red 197 ◦ green 79 ◦ blue 188

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

Shades of Fuchsia #C54FBC

Tints of Fuchsia #C54FBC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 17.03%

 BLUE value IS 188 (73.83% from 255) = 40.52%

R = 42.46%
G = 17.03%
B = 40.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#C54FBC (or 0xC54FBC) is known color: Fuchsia. HEX triplet: C5, 4F and BC. RGB value is (197,79,188). Sum of RGB (Red+Green+Blue) = 197+79+188=464 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.46% from 464); Green value is 79 (31.25% from 255 or 17.03% from 464); Blue value is 188 (73.83% from 255 or 40.52% from 464); Max value from RGB is 197 - color contains mainly: red. Hex color #C54FBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54FBC is #3AB043. Grayscale: #7E7E7E. Windows color (decimal): -3846212 or 12341189. OLE color: 12341189.

HSL color Cylindrical-coordinate representation of color #C54FBC: hue angle of 304.58º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C54FBC is Cyan = 0, Magento = 0.60, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 79 188 -
CMYK 0 0.60 0.05 0.23
HSL 304.58º 0.5% 0.54% -
HSV(B) 304.58º 0.6% 0.77% -
XYZ 34.9 21.09 49.81 -
YUV 126.71 162.59 178.14 -
System Red Green Blue C M Y K H S L
Decimal 197 79 188 0 0.60 0.05 0.23 304.58 0.5 0.54
Hex C5 4F BC 0 3C 5 17 131 32 36
Octal 305 117 274 0 74 5 27 461 62 66
Binary 11000101 1001111 10111100 0 111100 101 10111 100110001 110010 110110

Color Harmonies of #C54FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54FBC

Black with #C54FBC

Text Example


Text Example

White with #C54FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54FBC; }

 p { color: rgb(197,79,188); }

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

background-color css

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

 a { background-color: rgb(197,79,188); }

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

border-color css

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

 span { border-color: rgb(197,79,188); }

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