Html Css Color HEX #C53ABD Fuchsia

📋 copy color: '#C53ABD'

red 197 ◦ green 58 ◦ blue 189

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

Shades of Fuchsia #C53ABD

Tints of Fuchsia #C53ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 42.57%

R = 44.37%
G = 13.06%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C53ABD (or 0xC53ABD) is known color: Fuchsia. HEX triplet: C5, 3A and BD. RGB value is (197,58,189). Sum of RGB (Red+Green+Blue) = 197+58+189=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 58 (23.05% from 255 or 13.06% from 444); Blue value is 189 (74.22% from 255 or 42.57% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C53ABD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C53ABD is #3AC542. Grayscale: #727272. Windows color (decimal): -3851587 or 12401349. OLE color: 12401349.

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

Color convert

RGB 197 58 189 -
CMYK 0 0.71 0.04 0.23
HSL 303.45º 0.55% 0.5% -
HSV(B) 303.45º 0.71% 0.77% -
XYZ 33.72 18.57 49.95 -
YUV 114.5 170.05 186.85 -
System Red Green Blue C M Y K H S L
Decimal 197 58 189 0 0.71 0.04 0.23 303.45 0.55 0.5
Hex C5 3A BD 0 47 4 17 12F 37 32
Octal 305 72 275 0 107 4 27 457 67 62
Binary 11000101 111010 10111101 0 1000111 100 10111 100101111 110111 110010

Color Harmonies of #C53ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53ABD

Black with #C53ABD

Text Example


Text Example

White with #C53ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53ABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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