Html Css Color HEX #C55BC6 Fuchsia

📋 copy color: '#C55BC6'

red 197 ◦ green 91 ◦ blue 198

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

Shades of Fuchsia #C55BC6

Tints of Fuchsia #C55BC6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 40.74%

R = 40.53%
G = 18.72%
B = 40.74%

CMYK

 C value IS 0.01

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C55BC6 (or 0xC55BC6) is known color: Fuchsia. HEX triplet: C5, 5B and C6. RGB value is (197,91,198). Sum of RGB (Red+Green+Blue) = 197+91+198=486 (64% of max value = 765). Red value is 197 (77.34% from 255 or 40.53% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 198 (77.73% from 255 or 40.74% from 486); Max value from RGB is 198 - color contains mainly: blue. Hex color #C55BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BC6 is #3AA439. Grayscale: #868686. Windows color (decimal): -3843130 or 12999621. OLE color: 12999621.

HSL color Cylindrical-coordinate representation of color #C55BC6: hue angle of 299.44º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C55BC6 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 197 91 198 -
CMYK 0.01 0.54 0 0.22
HSL 299.44º 0.48% 0.57% -
HSV(B) 299.44º 0.54% 0.78% -
XYZ 36.96 23.43 56 -
YUV 134.89 163.62 172.3 -
System Red Green Blue C M Y K H S L
Decimal 197 91 198 0.01 0.54 0 0.22 299.44 0.48 0.57
Hex C5 5B C6 1 36 0 16 12B 30 39
Octal 305 133 306 1 66 0 26 453 60 71
Binary 11000101 1011011 11000110 1 110110 0 10110 100101011 110000 111001

Color Harmonies of #C55BC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BC6

Black with #C55BC6

Text Example


Text Example

White with #C55BC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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