Html Css Color HEX #C54DBF Fuchsia

📋 copy color: '#C54DBF'

red 197 ◦ green 77 ◦ blue 191

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

Shades of Fuchsia #C54DBF

Tints of Fuchsia #C54DBF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 16.56%

 BLUE value IS 191 (75% from 255) = 41.08%

R = 42.37%
G = 16.56%
B = 41.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C54DBF (or 0xC54DBF) is known color: Fuchsia. HEX triplet: C5, 4D and BF. RGB value is (197,77,191). Sum of RGB (Red+Green+Blue) = 197+77+191=465 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.37% from 465); Green value is 77 (30.47% from 255 or 16.56% from 465); Blue value is 191 (75% from 255 or 41.08% from 465); Max value from RGB is 197 - color contains mainly: red. Hex color #C54DBF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54DBF is #3AB240. Grayscale: #7D7D7D. Windows color (decimal): -3846721 or 12537285. OLE color: 12537285.

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

Color convert

RGB 197 77 191 -
CMYK 0 0.61 0.03 0.23
HSL 303º 0.51% 0.54% -
HSV(B) 303º 0.61% 0.77% -
XYZ 35.08 20.94 51.48 -
YUV 125.88 164.76 178.73 -
System Red Green Blue C M Y K H S L
Decimal 197 77 191 0 0.61 0.03 0.23 303 0.51 0.54
Hex C5 4D BF 0 3D 3 17 12F 33 36
Octal 305 115 277 0 75 3 27 457 63 66
Binary 11000101 1001101 10111111 0 111101 11 10111 100101111 110011 110110

Color Harmonies of #C54DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54DBF

Black with #C54DBF

Text Example


Text Example

White with #C54DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54DBF; }

 p { color: rgb(197,77,191); }

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

background-color css

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

 a { background-color: rgb(197,77,191); }

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

border-color css

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

 span { border-color: rgb(197,77,191); }

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