Html Css Color HEX #C55BCE Fuchsia

📋 copy color: '#C55BCE'

red 197 ◦ green 91 ◦ blue 206

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

Shades of Fuchsia #C55BCE

Tints of Fuchsia #C55BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.7%

R = 39.88%
G = 18.42%
B = 41.7%

CMYK

 C value IS 0.04

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C55BCE (or 0xC55BCE) is known color: Fuchsia. HEX triplet: C5, 5B and CE. RGB value is (197,91,206). Sum of RGB (Red+Green+Blue) = 197+91+206=494 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.88% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 206 (80.86% from 255 or 41.70% from 494); Max value from RGB is 206 - color contains mainly: blue. Hex color #C55BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C55BCE is #3AA431. Grayscale: #878787. Windows color (decimal): -3843122 or 13523909. OLE color: 13523909.

HSL color Cylindrical-coordinate representation of color #C55BCE: hue angle of 295.3º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C55BCE is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 197 91 206 -
CMYK 0.04 0.56 0 0.19
HSL 295.3º 0.54% 0.58% -
HSV(B) 295.3º 0.56% 0.81% -
XYZ 37.91 23.81 60.99 -
YUV 135.8 167.62 171.65 -
System Red Green Blue C M Y K H S L
Decimal 197 91 206 0.04 0.56 0 0.19 295.3 0.54 0.58
Hex C5 5B CE 4 38 0 13 127 36 3A
Octal 305 133 316 4 70 0 23 447 66 72
Binary 11000101 1011011 11001110 100 111000 0 10011 100100111 110110 111010

Color Harmonies of #C55BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55BCE

Black with #C55BCE

Text Example


Text Example

White with #C55BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55BCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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