Html Css Color HEX #C54DC6 Fuchsia

📋 copy color: '#C54DC6'

red 197 ◦ green 77 ◦ blue 198

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

Shades of Fuchsia #C54DC6

Tints of Fuchsia #C54DC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 41.95%

R = 41.74%
G = 16.31%
B = 41.95%

CMYK

 C value IS 0.01

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C54DC6 (or 0xC54DC6) is known color: Fuchsia. HEX triplet: C5, 4D and C6. RGB value is (197,77,198). Sum of RGB (Red+Green+Blue) = 197+77+198=472 (62% of max value = 765). Red value is 197 (77.34% from 255 or 41.74% from 472); Green value is 77 (30.47% from 255 or 16.31% from 472); Blue value is 198 (77.73% from 255 or 41.95% from 472); Max value from RGB is 198 - color contains mainly: blue. Hex color #C54DC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C54DC6 is #3AB239. Grayscale: #7E7E7E. Windows color (decimal): -3846714 or 12996037. OLE color: 12996037.

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

Color convert

RGB 197 77 198 -
CMYK 0.01 0.61 0 0.22
HSL 299.5º 0.51% 0.54% -
HSV(B) 299.5º 0.61% 0.78% -
XYZ 35.87 21.26 55.64 -
YUV 126.67 168.26 178.16 -
System Red Green Blue C M Y K H S L
Decimal 197 77 198 0.01 0.61 0 0.22 299.5 0.51 0.54
Hex C5 4D C6 1 3D 0 16 12C 33 36
Octal 305 115 306 1 75 0 26 454 63 66
Binary 11000101 1001101 11000110 1 111101 0 10110 100101100 110011 110110

Color Harmonies of #C54DC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54DC6

Black with #C54DC6

Text Example


Text Example

White with #C54DC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54DC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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