Html Css Color HEX #C53BAF Fuchsia

📋 copy color: '#C53BAF'

red 197 ◦ green 59 ◦ blue 175

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

Shades of Fuchsia #C53BAF

Tints of Fuchsia #C53BAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.6%

R = 45.71%
G = 13.69%
B = 40.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C53BAF (or 0xC53BAF) is known color: Fuchsia. HEX triplet: C5, 3B and AF. RGB value is (197,59,175). Sum of RGB (Red+Green+Blue) = 197+59+175=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 59 (23.44% from 255 or 13.69% from 431); Blue value is 175 (68.75% from 255 or 40.60% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C53BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C53BAF is #3AC450. Grayscale: #717171. Windows color (decimal): -3851345 or 11484101. OLE color: 11484101.

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

Color convert

RGB 197 59 175 -
CMYK 0 0.70 0.11 0.23
HSL 309.57º 0.54% 0.5% -
HSV(B) 309.57º 0.7% 0.77% -
XYZ 32.33 18.09 42.35 -
YUV 113.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 197 59 175 0 0.70 0.11 0.23 309.57 0.54 0.5
Hex C5 3B AF 0 46 B 17 136 36 32
Octal 305 73 257 0 106 13 27 466 66 62
Binary 11000101 111011 10101111 0 1000110 1011 10111 100110110 110110 110010

Color Harmonies of #C53BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C53BAF

Black with #C53BAF

Text Example


Text Example

White with #C53BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C53BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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