Html Css Color HEX #C54DCF Fuchsia

📋 copy color: '#C54DCF'

red 197 ◦ green 77 ◦ blue 207

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

Shades of Fuchsia #C54DCF

Tints of Fuchsia #C54DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 43.04%

R = 40.96%
G = 16.01%
B = 43.04%

CMYK

 C value IS 0.05

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C54DCF (or 0xC54DCF) is known color: Fuchsia. HEX triplet: C5, 4D and CF. RGB value is (197,77,207). Sum of RGB (Red+Green+Blue) = 197+77+207=481 (63% of max value = 765). Red value is 197 (77.34% from 255 or 40.96% from 481); Green value is 77 (30.47% from 255 or 16.01% from 481); Blue value is 207 (81.25% from 255 or 43.04% from 481); Max value from RGB is 207 - color contains mainly: blue. Hex color #C54DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54DCF is #3AB230. Grayscale: #7F7F7F. Windows color (decimal): -3846705 or 13585861. OLE color: 13585861.

HSL color Cylindrical-coordinate representation of color #C54DCF: hue angle of 295.38º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54DCF is Cyan = 0.05, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 77 207 -
CMYK 0.05 0.63 0 0.19
HSL 295.38º 0.58% 0.56% -
HSV(B) 295.38º 0.63% 0.81% -
XYZ 36.94 21.68 61.27 -
YUV 127.7 172.76 177.43 -
System Red Green Blue C M Y K H S L
Decimal 197 77 207 0.05 0.63 0 0.19 295.38 0.58 0.56
Hex C5 4D CF 5 3F 0 13 127 3A 38
Octal 305 115 317 5 77 0 23 447 72 70
Binary 11000101 1001101 11001111 101 111111 0 10011 100100111 111010 111000

Color Harmonies of #C54DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54DCF

Black with #C54DCF

Text Example


Text Example

White with #C54DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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