Html Css Color HEX #C534AB Fuchsia

📋 copy color: '#C534AB'

red 197 ◦ green 52 ◦ blue 171

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

Shades of Fuchsia #C534AB

Tints of Fuchsia #C534AB

RGB

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

 GREEN value IS 52 (20.7% from 255) = 12.38%

 BLUE value IS 171 (67.19% from 255) = 40.71%

R = 46.9%
G = 12.38%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C534AB (or 0xC534AB) is known color: Fuchsia. HEX triplet: C5, 34 and AB. RGB value is (197,52,171). Sum of RGB (Red+Green+Blue) = 197+52+171=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 52 (20.70% from 255 or 12.38% from 420); Blue value is 171 (67.19% from 255 or 40.71% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C534AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C534AB is #3ACB54. Grayscale: #6C6C6C. Windows color (decimal): -3853141 or 11220165. OLE color: 11220165.

HSL color Cylindrical-coordinate representation of color #C534AB: hue angle of 310.76º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C534AB is Cyan = 0, Magento = 0.74, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 52 171 -
CMYK 0 0.74 0.13 0.23
HSL 310.76º 0.58% 0.49% -
HSV(B) 310.76º 0.74% 0.77% -
XYZ 31.6 17.27 40.2 -
YUV 108.92 163.04 190.82 -
System Red Green Blue C M Y K H S L
Decimal 197 52 171 0 0.74 0.13 0.23 310.76 0.58 0.49
Hex C5 34 AB 0 4A D 17 137 3A 31
Octal 305 64 253 0 112 15 27 467 72 61
Binary 11000101 110100 10101011 0 1001010 1101 10111 100110111 111010 110001

Color Harmonies of #C534AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C534AB

Black with #C534AB

Text Example


Text Example

White with #C534AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C534AB; }

 p { color: rgb(197,52,171); }

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

background-color css

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

 a { background-color: rgb(197,52,171); }

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

border-color css

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

 span { border-color: rgb(197,52,171); }

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