Html Css Color HEX #C542AC Fuchsia

📋 copy color: '#C542AC'

red 197 ◦ green 66 ◦ blue 172

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

Shades of Fuchsia #C542AC

Tints of Fuchsia #C542AC

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.17%

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

R = 45.29%
G = 15.17%
B = 39.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C542AC (or 0xC542AC) is known color: Fuchsia. HEX triplet: C5, 42 and AC. RGB value is (197,66,172). Sum of RGB (Red+Green+Blue) = 197+66+172=435 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.29% from 435); Green value is 66 (26.17% from 255 or 15.17% from 435); Blue value is 172 (67.58% from 255 or 39.54% from 435); Max value from RGB is 197 - color contains mainly: red. Hex color #C542AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C542AC is #3ABD53. Grayscale: #747474. Windows color (decimal): -3849556 or 11289285. OLE color: 11289285.

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

Color convert

RGB 197 66 172 -
CMYK 0 0.66 0.13 0.23
HSL 311.45º 0.53% 0.52% -
HSV(B) 311.45º 0.66% 0.77% -
XYZ 32.42 18.75 40.94 -
YUV 117.25 158.9 184.88 -
System Red Green Blue C M Y K H S L
Decimal 197 66 172 0 0.66 0.13 0.23 311.45 0.53 0.52
Hex C5 42 AC 0 42 D 17 137 35 34
Octal 305 102 254 0 102 15 27 467 65 64
Binary 11000101 1000010 10101100 0 1000010 1101 10111 100110111 110101 110100

Color Harmonies of #C542AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C542AC

Black with #C542AC

Text Example


Text Example

White with #C542AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C542AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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