Html Css Color HEX #C534AC Fuchsia

📋 copy color: '#C534AC'

red 197 ◦ green 52 ◦ blue 172

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

Shades of Fuchsia #C534AC

Tints of Fuchsia #C534AC

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.35%

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

R = 46.79%
G = 12.35%
B = 40.86%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C534AC (or 0xC534AC) is known color: Fuchsia. HEX triplet: C5, 34 and AC. RGB value is (197,52,172). Sum of RGB (Red+Green+Blue) = 197+52+172=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 52 (20.70% from 255 or 12.35% from 421); Blue value is 172 (67.58% from 255 or 40.86% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C534AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C534AC is #3ACB53. Grayscale: #6C6C6C. Windows color (decimal): -3853140 or 11285701. OLE color: 11285701.

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

Color convert

RGB 197 52 172 -
CMYK 0 0.74 0.13 0.23
HSL 310.34º 0.58% 0.49% -
HSV(B) 310.34º 0.74% 0.77% -
XYZ 31.7 17.3 40.7 -
YUV 109.04 163.54 190.74 -
System Red Green Blue C M Y K H S L
Decimal 197 52 172 0 0.74 0.13 0.23 310.34 0.58 0.49
Hex C5 34 AC 0 4A D 17 136 3A 31
Octal 305 64 254 0 112 15 27 466 72 61
Binary 11000101 110100 10101100 0 1001010 1101 10111 100110110 111010 110001

Color Harmonies of #C534AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534AC

Black with #C534AC

Text Example


Text Example

White with #C534AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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