Html Css Color HEX #C53BAC Fuchsia

📋 copy color: '#C53BAC'

red 197 ◦ green 59 ◦ blue 172

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

Shades of Fuchsia #C53BAC

Tints of Fuchsia #C53BAC

RGB

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

 GREEN value IS 59 (23.44% from 255) = 13.79%

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

R = 46.03%
G = 13.79%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C53BAC (or 0xC53BAC) is known color: Fuchsia. HEX triplet: C5, 3B and AC. RGB value is (197,59,172). Sum of RGB (Red+Green+Blue) = 197+59+172=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 59 (23.44% from 255 or 13.79% from 428); Blue value is 172 (67.58% from 255 or 40.19% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C53BAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53BAC is #3AC453. Grayscale: #707070. Windows color (decimal): -3851348 or 11287493. OLE color: 11287493.

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

Color convert

RGB 197 59 172 -
CMYK 0 0.70 0.13 0.23
HSL 310.87º 0.54% 0.5% -
HSV(B) 310.87º 0.7% 0.77% -
XYZ 32.04 17.98 40.81 -
YUV 113.14 161.22 187.81 -
System Red Green Blue C M Y K H S L
Decimal 197 59 172 0 0.70 0.13 0.23 310.87 0.54 0.5
Hex C5 3B AC 0 46 D 17 137 36 32
Octal 305 73 254 0 106 15 27 467 66 62
Binary 11000101 111011 10101100 0 1000110 1101 10111 100110111 110110 110010

Color Harmonies of #C53BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53BAC

Black with #C53BAC

Text Example


Text Example

White with #C53BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53BAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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