Html Css Color HEX #C53DAC Fuchsia

📋 copy color: '#C53DAC'

red 197 ◦ green 61 ◦ blue 172

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

Shades of Fuchsia #C53DAC

Tints of Fuchsia #C53DAC

RGB

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

 GREEN value IS 61 (24.22% from 255) = 14.19%

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

R = 45.81%
G = 14.19%
B = 40%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C53DAC (or 0xC53DAC) is known color: Fuchsia. HEX triplet: C5, 3D and AC. RGB value is (197,61,172). Sum of RGB (Red+Green+Blue) = 197+61+172=430 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.81% from 430); Green value is 61 (24.22% from 255 or 14.19% from 430); Blue value is 172 (67.58% from 255 or 40% from 430); Max value from RGB is 197 - color contains mainly: red. Hex color #C53DAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53DAC is #3AC253. Grayscale: #727272. Windows color (decimal): -3850836 or 11288005. OLE color: 11288005.

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

Color convert

RGB 197 61 172 -
CMYK 0 0.69 0.13 0.23
HSL 311.03º 0.54% 0.51% -
HSV(B) 311.03º 0.69% 0.77% -
XYZ 32.14 18.19 40.85 -
YUV 114.32 160.56 186.97 -
System Red Green Blue C M Y K H S L
Decimal 197 61 172 0 0.69 0.13 0.23 311.03 0.54 0.51
Hex C5 3D AC 0 45 D 17 137 36 33
Octal 305 75 254 0 105 15 27 467 66 63
Binary 11000101 111101 10101100 0 1000101 1101 10111 100110111 110110 110011

Color Harmonies of #C53DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53DAC

Black with #C53DAC

Text Example


Text Example

White with #C53DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53DAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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