Html Css Color HEX #C541BA Fuchsia

📋 copy color: '#C541BA'

red 197 ◦ green 65 ◦ blue 186

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

Shades of Fuchsia #C541BA

Tints of Fuchsia #C541BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.52%

R = 43.97%
G = 14.51%
B = 41.52%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C541BA (or 0xC541BA) is known color: Fuchsia. HEX triplet: C5, 41 and BA. RGB value is (197,65,186). Sum of RGB (Red+Green+Blue) = 197+65+186=448 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.97% from 448); Green value is 65 (25.78% from 255 or 14.51% from 448); Blue value is 186 (73.05% from 255 or 41.52% from 448); Max value from RGB is 197 - color contains mainly: red. Hex color #C541BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541BA is #3ABE45. Grayscale: #757575. Windows color (decimal): -3849798 or 12206533. OLE color: 12206533.

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

Color convert

RGB 197 65 186 -
CMYK 0 0.67 0.06 0.23
HSL 305º 0.53% 0.51% -
HSV(B) 305º 0.67% 0.77% -
XYZ 33.78 19.2 48.38 -
YUV 118.26 166.23 184.16 -
System Red Green Blue C M Y K H S L
Decimal 197 65 186 0 0.67 0.06 0.23 305 0.53 0.51
Hex C5 41 BA 0 43 6 17 131 35 33
Octal 305 101 272 0 103 6 27 461 65 63
Binary 11000101 1000001 10111010 0 1000011 110 10111 100110001 110101 110011

Color Harmonies of #C541BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541BA

Black with #C541BA

Text Example


Text Example

White with #C541BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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