Html Css Color HEX #C54BAC Fuchsia

📋 copy color: '#C54BAC'

red 197 ◦ green 75 ◦ blue 172

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

Shades of Fuchsia #C54BAC

Tints of Fuchsia #C54BAC

RGB

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

 GREEN value IS 75 (29.69% from 255) = 16.89%

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

R = 44.37%
G = 16.89%
B = 38.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C54BAC (or 0xC54BAC) is known color: Fuchsia. HEX triplet: C5, 4B and AC. RGB value is (197,75,172). Sum of RGB (Red+Green+Blue) = 197+75+172=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 75 (29.69% from 255 or 16.89% from 444); Blue value is 172 (67.58% from 255 or 38.74% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C54BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54BAC is #3AB453. Grayscale: #7A7A7A. Windows color (decimal): -3847252 or 11291589. OLE color: 11291589.

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

Color convert

RGB 197 75 172 -
CMYK 0 0.62 0.13 0.23
HSL 312.3º 0.51% 0.53% -
HSV(B) 312.3º 0.62% 0.77% -
XYZ 32.99 19.88 41.13 -
YUV 122.54 155.92 181.11 -
System Red Green Blue C M Y K H S L
Decimal 197 75 172 0 0.62 0.13 0.23 312.3 0.51 0.53
Hex C5 4B AC 0 3E D 17 138 33 35
Octal 305 113 254 0 76 15 27 470 63 65
Binary 11000101 1001011 10101100 0 111110 1101 10111 100111000 110011 110101

Color Harmonies of #C54BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C54BAC

Black with #C54BAC

Text Example


Text Example

White with #C54BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C54BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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