Html Css Color HEX #C544B0 Fuchsia

📋 copy color: '#C544B0'

red 197 ◦ green 68 ◦ blue 176

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

Shades of Fuchsia #C544B0

Tints of Fuchsia #C544B0

RGB

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

 GREEN value IS 68 (26.95% from 255) = 15.42%

 BLUE value IS 176 (69.14% from 255) = 39.91%

R = 44.67%
G = 15.42%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C544B0 (or 0xC544B0) is known color: Fuchsia. HEX triplet: C5, 44 and B0. RGB value is (197,68,176). Sum of RGB (Red+Green+Blue) = 197+68+176=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 68 (26.95% from 255 or 15.42% from 441); Blue value is 176 (69.14% from 255 or 39.91% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C544B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C544B0 is #3ABB4F. Grayscale: #767676. Windows color (decimal): -3849040 or 11551941. OLE color: 11551941.

HSL color Cylindrical-coordinate representation of color #C544B0: hue angle of 309.77º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C544B0 is Cyan = 0, Magento = 0.65, Yellow = 0.11 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 68 176 -
CMYK 0 0.65 0.11 0.23
HSL 309.77º 0.53% 0.52% -
HSV(B) 309.77º 0.65% 0.77% -
XYZ 32.93 19.14 43.03 -
YUV 118.88 160.24 183.72 -
System Red Green Blue C M Y K H S L
Decimal 197 68 176 0 0.65 0.11 0.23 309.77 0.53 0.52
Hex C5 44 B0 0 41 B 17 136 35 34
Octal 305 104 260 0 101 13 27 466 65 64
Binary 11000101 1000100 10110000 0 1000001 1011 10111 100110110 110101 110100

Color Harmonies of #C544B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C544B0

Black with #C544B0

Text Example


Text Example

White with #C544B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C544B0; }

 p { color: rgb(197,68,176); }

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

background-color css

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

 a { background-color: rgb(197,68,176); }

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

border-color css

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

 span { border-color: rgb(197,68,176); }

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