Html Css Color HEX #C541BF Fuchsia

📋 copy color: '#C541BF'

red 197 ◦ green 65 ◦ blue 191

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

Shades of Fuchsia #C541BF

Tints of Fuchsia #C541BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 42.16%

R = 43.49%
G = 14.35%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C541BF (or 0xC541BF) is known color: Fuchsia. HEX triplet: C5, 41 and BF. RGB value is (197,65,191). Sum of RGB (Red+Green+Blue) = 197+65+191=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 65 (25.78% from 255 or 14.35% from 453); Blue value is 191 (75% from 255 or 42.16% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C541BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541BF is #3ABE40. Grayscale: #767676. Windows color (decimal): -3849793 or 12534213. OLE color: 12534213.

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

Color convert

RGB 197 65 191 -
CMYK 0 0.67 0.03 0.23
HSL 302.73º 0.53% 0.51% -
HSV(B) 302.73º 0.67% 0.77% -
XYZ 34.32 19.41 51.23 -
YUV 118.83 168.73 183.75 -
System Red Green Blue C M Y K H S L
Decimal 197 65 191 0 0.67 0.03 0.23 302.73 0.53 0.51
Hex C5 41 BF 0 43 3 17 12F 35 33
Octal 305 101 277 0 103 3 27 457 65 63
Binary 11000101 1000001 10111111 0 1000011 11 10111 100101111 110101 110011

Color Harmonies of #C541BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541BF

Black with #C541BF

Text Example


Text Example

White with #C541BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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