Html Css Color HEX #C541BE Fuchsia

📋 copy color: '#C541BE'

red 197 ◦ green 65 ◦ blue 190

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

Shades of Fuchsia #C541BE

Tints of Fuchsia #C541BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 42.04%

R = 43.58%
G = 14.38%
B = 42.04%

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

#C541BE (or 0xC541BE) is known color: Fuchsia. HEX triplet: C5, 41 and BE. RGB value is (197,65,190). Sum of RGB (Red+Green+Blue) = 197+65+190=452 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.58% from 452); Green value is 65 (25.78% from 255 or 14.38% from 452); Blue value is 190 (74.61% from 255 or 42.04% from 452); Max value from RGB is 197 - color contains mainly: red. Hex color #C541BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C541BE is #3ABE41. Grayscale: #767676. Windows color (decimal): -3849794 or 12468677. OLE color: 12468677.

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

Color convert

RGB 197 65 190 -
CMYK 0 0.67 0.04 0.23
HSL 303.18º 0.53% 0.51% -
HSV(B) 303.18º 0.67% 0.77% -
XYZ 34.21 19.37 50.65 -
YUV 118.72 168.23 183.84 -
System Red Green Blue C M Y K H S L
Decimal 197 65 190 0 0.67 0.04 0.23 303.18 0.53 0.51
Hex C5 41 BE 0 43 4 17 12F 35 33
Octal 305 101 276 0 103 4 27 457 65 63
Binary 11000101 1000001 10111110 0 1000011 100 10111 100101111 110101 110011

Color Harmonies of #C541BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541BE

Black with #C541BE

Text Example


Text Example

White with #C541BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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