Html Css Color HEX #C538AA Fuchsia

📋 copy color: '#C538AA'

red 197 ◦ green 56 ◦ blue 170

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

Shades of Fuchsia #C538AA

Tints of Fuchsia #C538AA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 13.24%

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 46.57%
G = 13.24%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.14

 K value IS 0.23

RGB Variations

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

Color information

#C538AA (or 0xC538AA) is known color: Fuchsia. HEX triplet: C5, 38 and AA. RGB value is (197,56,170). Sum of RGB (Red+Green+Blue) = 197+56+170=423 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.57% from 423); Green value is 56 (22.27% from 255 or 13.24% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 197 - color contains mainly: red. Hex color #C538AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C538AA is #3AC755. Grayscale: #6E6E6E. Windows color (decimal): -3852118 or 11155653. OLE color: 11155653.

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

Color convert

RGB 197 56 170 -
CMYK 0 0.72 0.14 0.23
HSL 311.49º 0.56% 0.5% -
HSV(B) 311.49º 0.72% 0.77% -
XYZ 31.7 17.6 39.76 -
YUV 111.16 161.21 189.23 -
System Red Green Blue C M Y K H S L
Decimal 197 56 170 0 0.72 0.14 0.23 311.49 0.56 0.5
Hex C5 38 AA 0 48 E 17 137 38 32
Octal 305 70 252 0 110 16 27 467 70 62
Binary 11000101 111000 10101010 0 1001000 1110 10111 100110111 111000 110010

Color Harmonies of #C538AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C538AA

Black with #C538AA

Text Example


Text Example

White with #C538AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C538AA; }

 p { color: rgb(197,56,170); }

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

background-color css

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

 a { background-color: rgb(197,56,170); }

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

border-color css

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

 span { border-color: rgb(197,56,170); }

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