Html Css Color HEX #C544BA Fuchsia

📋 copy color: '#C544BA'

red 197 ◦ green 68 ◦ blue 186

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

Shades of Fuchsia #C544BA

Tints of Fuchsia #C544BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 41.24%

R = 43.68%
G = 15.08%
B = 41.24%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C544BA (or 0xC544BA) is known color: Fuchsia. HEX triplet: C5, 44 and BA. RGB value is (197,68,186). Sum of RGB (Red+Green+Blue) = 197+68+186=451 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.68% from 451); Green value is 68 (26.95% from 255 or 15.08% from 451); Blue value is 186 (73.05% from 255 or 41.24% from 451); Max value from RGB is 197 - color contains mainly: red. Hex color #C544BA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C544BA is #3ABB45. Grayscale: #777777. Windows color (decimal): -3849030 or 12207301. OLE color: 12207301.

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

Color convert

RGB 197 68 186 -
CMYK 0 0.65 0.06 0.23
HSL 305.12º 0.53% 0.52% -
HSV(B) 305.12º 0.65% 0.77% -
XYZ 33.96 19.55 48.44 -
YUV 120.02 165.24 182.91 -
System Red Green Blue C M Y K H S L
Decimal 197 68 186 0 0.65 0.06 0.23 305.12 0.53 0.52
Hex C5 44 BA 0 41 6 17 131 35 34
Octal 305 104 272 0 101 6 27 461 65 64
Binary 11000101 1000100 10111010 0 1000001 110 10111 100110001 110101 110100

Color Harmonies of #C544BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C544BA

Black with #C544BA

Text Example


Text Example

White with #C544BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C544BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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