Html Css Color HEX #C541B0 Fuchsia

📋 copy color: '#C541B0'

red 197 ◦ green 65 ◦ blue 176

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

Shades of Fuchsia #C541B0

Tints of Fuchsia #C541B0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 40.18%

R = 44.98%
G = 14.84%
B = 40.18%

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

#C541B0 (or 0xC541B0) is known color: Fuchsia. HEX triplet: C5, 41 and B0. RGB value is (197,65,176). Sum of RGB (Red+Green+Blue) = 197+65+176=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 65 (25.78% from 255 or 14.84% from 438); Blue value is 176 (69.14% from 255 or 40.18% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C541B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C541B0 is #3ABE4F. Grayscale: #747474. Windows color (decimal): -3849808 or 11551173. OLE color: 11551173.

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

Color convert

RGB 197 65 176 -
CMYK 0 0.67 0.11 0.23
HSL 309.55º 0.53% 0.51% -
HSV(B) 309.55º 0.67% 0.77% -
XYZ 32.75 18.79 42.97 -
YUV 117.12 161.23 184.97 -
System Red Green Blue C M Y K H S L
Decimal 197 65 176 0 0.67 0.11 0.23 309.55 0.53 0.51
Hex C5 41 B0 0 43 B 17 136 35 33
Octal 305 101 260 0 103 13 27 466 65 63
Binary 11000101 1000001 10110000 0 1000011 1011 10111 100110110 110101 110011

Color Harmonies of #C541B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541B0

Black with #C541B0

Text Example


Text Example

White with #C541B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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