Html Css Color HEX #C550BE Fuchsia

📋 copy color: '#C550BE'

red 197 ◦ green 80 ◦ blue 190

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

Shades of Fuchsia #C550BE

Tints of Fuchsia #C550BE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.13%

 BLUE value IS 190 (74.61% from 255) = 40.69%

R = 42.18%
G = 17.13%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C550BE (or 0xC550BE) is known color: Fuchsia. HEX triplet: C5, 50 and BE. RGB value is (197,80,190). Sum of RGB (Red+Green+Blue) = 197+80+190=467 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.18% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 197 - color contains mainly: red. Hex color #C550BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550BE is #3AAF41. Grayscale: #7F7F7F. Windows color (decimal): -3845954 or 12472517. OLE color: 12472517.

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

Color convert

RGB 197 80 190 -
CMYK 0 0.59 0.04 0.23
HSL 303.59º 0.5% 0.54% -
HSV(B) 303.59º 0.59% 0.77% -
XYZ 35.19 21.33 50.98 -
YUV 127.52 163.26 177.56 -
System Red Green Blue C M Y K H S L
Decimal 197 80 190 0 0.59 0.04 0.23 303.59 0.5 0.54
Hex C5 50 BE 0 3B 4 17 130 32 36
Octal 305 120 276 0 73 4 27 460 62 66
Binary 11000101 1010000 10111110 0 111011 100 10111 100110000 110010 110110

Color Harmonies of #C550BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C550BE

Black with #C550BE

Text Example


Text Example

White with #C550BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C550BE; }

 p { color: rgb(197,80,190); }

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

background-color css

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

 a { background-color: rgb(197,80,190); }

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

border-color css

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

 span { border-color: rgb(197,80,190); }

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