Html Css Color HEX #C53ABA Fuchsia

📋 copy color: '#C53ABA'

red 197 ◦ green 58 ◦ blue 186

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

Shades of Fuchsia #C53ABA

Tints of Fuchsia #C53ABA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 13.15%

 BLUE value IS 186 (73.05% from 255) = 42.18%

R = 44.67%
G = 13.15%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C53ABA (or 0xC53ABA) is known color: Fuchsia. HEX triplet: C5, 3A and BA. RGB value is (197,58,186). Sum of RGB (Red+Green+Blue) = 197+58+186=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 58 (23.05% from 255 or 13.15% from 441); Blue value is 186 (73.05% from 255 or 42.18% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C53ABA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ABA is #3AC545. Grayscale: #717171. Windows color (decimal): -3851590 or 12204741. OLE color: 12204741.

HSL color Cylindrical-coordinate representation of color #C53ABA: hue angle of 304.75º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53ABA is Cyan = 0, Magento = 0.71, Yellow = 0.06 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 58 186 -
CMYK 0 0.71 0.06 0.23
HSL 304.75º 0.55% 0.5% -
HSV(B) 304.75º 0.71% 0.77% -
XYZ 33.4 18.44 48.25 -
YUV 114.15 168.55 187.09 -
System Red Green Blue C M Y K H S L
Decimal 197 58 186 0 0.71 0.06 0.23 304.75 0.55 0.5
Hex C5 3A BA 0 47 6 17 131 37 32
Octal 305 72 272 0 107 6 27 461 67 62
Binary 11000101 111010 10111010 0 1000111 110 10111 100110001 110111 110010

Color Harmonies of #C53ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53ABA

Black with #C53ABA

Text Example


Text Example

White with #C53ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53ABA; }

 p { color: rgb(197,58,186); }

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

background-color css

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

 a { background-color: rgb(197,58,186); }

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

border-color css

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

 span { border-color: rgb(197,58,186); }

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