Html Css Color HEX #C544B1 Fuchsia

📋 copy color: '#C544B1'

red 197 ◦ green 68 ◦ blue 177

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

Shades of Fuchsia #C544B1

Tints of Fuchsia #C544B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 40.05%

R = 44.57%
G = 15.38%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C544B1 (or 0xC544B1) is known color: Fuchsia. HEX triplet: C5, 44 and B1. RGB value is (197,68,177). Sum of RGB (Red+Green+Blue) = 197+68+177=442 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.57% from 442); Green value is 68 (26.95% from 255 or 15.38% from 442); Blue value is 177 (69.53% from 255 or 40.05% from 442); Max value from RGB is 197 - color contains mainly: red. Hex color #C544B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C544B1 is #3ABB4E. Grayscale: #767676. Windows color (decimal): -3849039 or 11617477. OLE color: 11617477.

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

Color convert

RGB 197 68 177 -
CMYK 0 0.65 0.10 0.23
HSL 309.3º 0.53% 0.52% -
HSV(B) 309.3º 0.65% 0.77% -
XYZ 33.03 19.18 43.56 -
YUV 119 160.74 183.64 -
System Red Green Blue C M Y K H S L
Decimal 197 68 177 0 0.65 0.10 0.23 309.3 0.53 0.52
Hex C5 44 B1 0 41 A 17 135 35 34
Octal 305 104 261 0 101 12 27 465 65 64
Binary 11000101 1000100 10110001 0 1000001 1010 10111 100110101 110101 110100

Color Harmonies of #C544B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C544B1

Black with #C544B1

Text Example


Text Example

White with #C544B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C544B1; }

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

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

background-color css

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

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

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

border-color css

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

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

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