Html Css Color HEX #C54CAC Fuchsia

📋 copy color: '#C54CAC'

red 197 ◦ green 76 ◦ blue 172

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

Shades of Fuchsia #C54CAC

Tints of Fuchsia #C54CAC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.08%

 BLUE value IS 172 (67.58% from 255) = 38.65%

R = 44.27%
G = 17.08%
B = 38.65%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C54CAC (or 0xC54CAC) is known color: Fuchsia. HEX triplet: C5, 4C and AC. RGB value is (197,76,172). Sum of RGB (Red+Green+Blue) = 197+76+172=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 76 (30.08% from 255 or 17.08% from 445); Blue value is 172 (67.58% from 255 or 38.65% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C54CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54CAC is #3AB353. Grayscale: #7A7A7A. Windows color (decimal): -3846996 or 11291845. OLE color: 11291845.

HSL color Cylindrical-coordinate representation of color #C54CAC: hue angle of 312.4º 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 #C54CAC is Cyan = 0, Magento = 0.61, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 76 172 -
CMYK 0 0.61 0.13 0.23
HSL 312.4º 0.51% 0.54% -
HSV(B) 312.4º 0.61% 0.77% -
XYZ 33.06 20.02 41.15 -
YUV 123.12 155.59 180.69 -
System Red Green Blue C M Y K H S L
Decimal 197 76 172 0 0.61 0.13 0.23 312.4 0.51 0.54
Hex C5 4C AC 0 3D D 17 138 33 36
Octal 305 114 254 0 75 15 27 470 63 66
Binary 11000101 1001100 10101100 0 111101 1101 10111 100111000 110011 110110

Color Harmonies of #C54CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54CAC

Black with #C54CAC

Text Example


Text Example

White with #C54CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54CAC; }

 p { color: rgb(197,76,172); }

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

background-color css

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

 a { background-color: rgb(197,76,172); }

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

border-color css

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

 span { border-color: rgb(197,76,172); }

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