Html Css Color HEX #C541B2 Fuchsia

📋 copy color: '#C541B2'

red 197 ◦ green 65 ◦ blue 178

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

Shades of Fuchsia #C541B2

Tints of Fuchsia #C541B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 40.45%

R = 44.77%
G = 14.77%
B = 40.45%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C541B2 (or 0xC541B2) is known color: Fuchsia. HEX triplet: C5, 41 and B2. RGB value is (197,65,178). Sum of RGB (Red+Green+Blue) = 197+65+178=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 65 (25.78% from 255 or 14.77% from 440); Blue value is 178 (69.92% from 255 or 40.45% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C541B2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C541B2 is #3ABE4D. Grayscale: #757575. Windows color (decimal): -3849806 or 11682245. OLE color: 11682245.

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

Color convert

RGB 197 65 178 -
CMYK 0 0.67 0.10 0.23
HSL 308.64º 0.53% 0.51% -
HSV(B) 308.64º 0.67% 0.77% -
XYZ 32.95 18.87 44.02 -
YUV 117.35 162.23 184.81 -
System Red Green Blue C M Y K H S L
Decimal 197 65 178 0 0.67 0.10 0.23 308.64 0.53 0.51
Hex C5 41 B2 0 43 A 17 135 35 33
Octal 305 101 262 0 103 12 27 465 65 63
Binary 11000101 1000001 10110010 0 1000011 1010 10111 100110101 110101 110011

Color Harmonies of #C541B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C541B2

Black with #C541B2

Text Example


Text Example

White with #C541B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C541B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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