Html Css Color HEX #C55BAF Fuchsia

📋 copy color: '#C55BAF'

red 197 ◦ green 91 ◦ blue 175

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

Shades of Fuchsia #C55BAF

Tints of Fuchsia #C55BAF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 19.65%

 BLUE value IS 175 (68.75% from 255) = 37.8%

R = 42.55%
G = 19.65%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C55BAF (or 0xC55BAF) is known color: Fuchsia. HEX triplet: C5, 5B and AF. RGB value is (197,91,175). Sum of RGB (Red+Green+Blue) = 197+91+175=463 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.55% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 175 (68.75% from 255 or 37.80% from 463); Max value from RGB is 197 - color contains mainly: red. Hex color #C55BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55BAF is #3AA450. Grayscale: #848484. Windows color (decimal): -3843153 or 11492293. OLE color: 11492293.

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

Color convert

RGB 197 91 175 -
CMYK 0 0.54 0.11 0.23
HSL 312.45º 0.48% 0.56% -
HSV(B) 312.45º 0.54% 0.77% -
XYZ 34.5 22.45 43.07 -
YUV 132.27 152.12 174.17 -
System Red Green Blue C M Y K H S L
Decimal 197 91 175 0 0.54 0.11 0.23 312.45 0.48 0.56
Hex C5 5B AF 0 36 B 17 138 30 38
Octal 305 133 257 0 66 13 27 470 60 70
Binary 11000101 1011011 10101111 0 110110 1011 10111 100111000 110000 111000

Color Harmonies of #C55BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BAF

Black with #C55BAF

Text Example


Text Example

White with #C55BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BAF; }

 p { color: rgb(197,91,175); }

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

background-color css

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

 a { background-color: rgb(197,91,175); }

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

border-color css

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

 span { border-color: rgb(197,91,175); }

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