Html Css Color HEX #C53FAC Fuchsia

📋 copy color: '#C53FAC'

red 197 ◦ green 63 ◦ blue 172

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

Shades of Fuchsia #C53FAC

Tints of Fuchsia #C53FAC

RGB

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

 GREEN value IS 63 (25% from 255) = 14.58%

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

R = 45.6%
G = 14.58%
B = 39.81%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C53FAC (or 0xC53FAC) is known color: Fuchsia. HEX triplet: C5, 3F and AC. RGB value is (197,63,172). Sum of RGB (Red+Green+Blue) = 197+63+172=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 63 (25% from 255 or 14.58% from 432); Blue value is 172 (67.58% from 255 or 39.81% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C53FAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53FAC is #3AC053. Grayscale: #737373. Windows color (decimal): -3850324 or 11288517. OLE color: 11288517.

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

Color convert

RGB 197 63 172 -
CMYK 0 0.68 0.13 0.23
HSL 311.19º 0.54% 0.51% -
HSV(B) 311.19º 0.68% 0.77% -
XYZ 32.25 18.4 40.88 -
YUV 115.49 159.89 186.14 -
System Red Green Blue C M Y K H S L
Decimal 197 63 172 0 0.68 0.13 0.23 311.19 0.54 0.51
Hex C5 3F AC 0 44 D 17 137 36 33
Octal 305 77 254 0 104 15 27 467 66 63
Binary 11000101 111111 10101100 0 1000100 1101 10111 100110111 110110 110011

Color Harmonies of #C53FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53FAC

Black with #C53FAC

Text Example


Text Example

White with #C53FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53FAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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