Html Css Color HEX #C541AF Fuchsia

📋 copy color: '#C541AF'

red 197 ◦ green 65 ◦ blue 175

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

Shades of Fuchsia #C541AF

Tints of Fuchsia #C541AF

RGB

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

 GREEN value IS 65 (25.78% from 255) = 14.87%

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

R = 45.08%
G = 14.87%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C541AF (or 0xC541AF) is known color: Fuchsia. HEX triplet: C5, 41 and AF. RGB value is (197,65,175). Sum of RGB (Red+Green+Blue) = 197+65+175=437 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.08% from 437); Green value is 65 (25.78% from 255 or 14.87% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 197 - color contains mainly: red. Hex color #C541AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C541AF is #3ABE50. Grayscale: #747474. Windows color (decimal): -3849809 or 11485637. OLE color: 11485637.

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

Color convert

RGB 197 65 175 -
CMYK 0 0.67 0.11 0.23
HSL 310º 0.53% 0.51% -
HSV(B) 310º 0.67% 0.77% -
XYZ 32.65 18.75 42.45 -
YUV 117.01 160.73 185.06 -
System Red Green Blue C M Y K H S L
Decimal 197 65 175 0 0.67 0.11 0.23 310 0.53 0.51
Hex C5 41 AF 0 43 B 17 136 35 33
Octal 305 101 257 0 103 13 27 466 65 63
Binary 11000101 1000001 10101111 0 1000011 1011 10111 100110110 110101 110011

Color Harmonies of #C541AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541AF

Black with #C541AF

Text Example


Text Example

White with #C541AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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