Html Css Color HEX #C53AB8 Fuchsia

📋 copy color: '#C53AB8'

red 197 ◦ green 58 ◦ blue 184

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

Shades of Fuchsia #C53AB8

Tints of Fuchsia #C53AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 41.91%

R = 44.87%
G = 13.21%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C53AB8 (or 0xC53AB8) is known color: Fuchsia. HEX triplet: C5, 3A and B8. RGB value is (197,58,184). Sum of RGB (Red+Green+Blue) = 197+58+184=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 184 (72.27% from 255 or 41.91% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C53AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53AB8 is #3AC547. Grayscale: #717171. Windows color (decimal): -3851592 or 12073669. OLE color: 12073669.

HSL color Cylindrical-coordinate representation of color #C53AB8: hue angle of 305.61º 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 #C53AB8 is Cyan = 0, Magento = 0.71, Yellow = 0.07 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 58 184 -
CMYK 0 0.71 0.07 0.23
HSL 305.61º 0.55% 0.5% -
HSV(B) 305.61º 0.71% 0.77% -
XYZ 33.19 18.36 47.14 -
YUV 113.93 167.55 187.25 -
System Red Green Blue C M Y K H S L
Decimal 197 58 184 0 0.71 0.07 0.23 305.61 0.55 0.5
Hex C5 3A B8 0 47 7 17 132 37 32
Octal 305 72 270 0 107 7 27 462 67 62
Binary 11000101 111010 10111000 0 1000111 111 10111 100110010 110111 110010

Color Harmonies of #C53AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53AB8

Black with #C53AB8

Text Example


Text Example

White with #C53AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53AB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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