Html Css Color HEX #C54DC8 Fuchsia

📋 copy color: '#C54DC8'

red 197 ◦ green 77 ◦ blue 200

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

Shades of Fuchsia #C54DC8

Tints of Fuchsia #C54DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 42.19%

R = 41.56%
G = 16.24%
B = 42.19%

CMYK

 C value IS 0.02

 M value IS 0.62

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C54DC8 (or 0xC54DC8) is known color: Fuchsia. HEX triplet: C5, 4D and C8. RGB value is (197,77,200). Sum of RGB (Red+Green+Blue) = 197+77+200=474 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.56% from 474); Green value is 77 (30.47% from 255 or 16.24% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #C54DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54DC8 is #3AB237. Grayscale: #7E7E7E. Windows color (decimal): -3846712 or 13127109. OLE color: 13127109.

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

Color convert

RGB 197 77 200 -
CMYK 0.02 0.62 0 0.22
HSL 298.54º 0.53% 0.54% -
HSV(B) 298.54º 0.62% 0.78% -
XYZ 36.11 21.35 56.86 -
YUV 126.9 169.26 178 -
System Red Green Blue C M Y K H S L
Decimal 197 77 200 0.02 0.62 0 0.22 298.54 0.53 0.54
Hex C5 4D C8 2 3E 0 16 12B 35 36
Octal 305 115 310 2 76 0 26 453 65 66
Binary 11000101 1001101 11001000 10 111110 0 10110 100101011 110101 110110

Color Harmonies of #C54DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54DC8

Black with #C54DC8

Text Example


Text Example

White with #C54DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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