Html Css Color HEX #C541BD Fuchsia

📋 copy color: '#C541BD'

red 197 ◦ green 65 ◦ blue 189

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

Shades of Fuchsia #C541BD

Tints of Fuchsia #C541BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.91%

R = 43.68%
G = 14.41%
B = 41.91%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C541BD (or 0xC541BD) is known color: Fuchsia. HEX triplet: C5, 41 and BD. RGB value is (197,65,189). Sum of RGB (Red+Green+Blue) = 197+65+189=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C541BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541BD is #3ABE42. Grayscale: #767676. Windows color (decimal): -3849795 or 12403141. OLE color: 12403141.

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

Color convert

RGB 197 65 189 -
CMYK 0 0.67 0.04 0.23
HSL 303.64º 0.53% 0.51% -
HSV(B) 303.64º 0.67% 0.77% -
XYZ 34.1 19.33 50.08 -
YUV 118.6 167.73 183.92 -
System Red Green Blue C M Y K H S L
Decimal 197 65 189 0 0.67 0.04 0.23 303.64 0.53 0.51
Hex C5 41 BD 0 43 4 17 130 35 33
Octal 305 101 275 0 103 4 27 460 65 63
Binary 11000101 1000001 10111101 0 1000011 100 10111 100110000 110101 110011

Color Harmonies of #C541BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541BD

Black with #C541BD

Text Example


Text Example

White with #C541BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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