Html Css Color HEX #C543AF Fuchsia

📋 copy color: '#C543AF'

red 197 ◦ green 67 ◦ blue 175

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

Shades of Fuchsia #C543AF

Tints of Fuchsia #C543AF

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.26%

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

R = 44.87%
G = 15.26%
B = 39.86%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C543AF (or 0xC543AF) is known color: Fuchsia. HEX triplet: C5, 43 and AF. RGB value is (197,67,175). Sum of RGB (Red+Green+Blue) = 197+67+175=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 67 (26.56% from 255 or 15.26% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C543AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C543AF is #3ABC50. Grayscale: #757575. Windows color (decimal): -3849297 or 11486149. OLE color: 11486149.

HSL color Cylindrical-coordinate representation of color #C543AF: hue angle of 310.15º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C543AF is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 67 175 -
CMYK 0 0.66 0.11 0.23
HSL 310.15º 0.53% 0.52% -
HSV(B) 310.15º 0.66% 0.77% -
XYZ 32.77 18.98 42.49 -
YUV 118.18 160.07 184.22 -
System Red Green Blue C M Y K H S L
Decimal 197 67 175 0 0.66 0.11 0.23 310.15 0.53 0.52
Hex C5 43 AF 0 42 B 17 136 35 34
Octal 305 103 257 0 102 13 27 466 65 64
Binary 11000101 1000011 10101111 0 1000010 1011 10111 100110110 110101 110100

Color Harmonies of #C543AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C543AF

Black with #C543AF

Text Example


Text Example

White with #C543AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C543AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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