Html Css Color HEX #C550B9 Fuchsia

📋 copy color: '#C550B9'

red 197 ◦ green 80 ◦ blue 185

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

Shades of Fuchsia #C550B9

Tints of Fuchsia #C550B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 40.04%

R = 42.64%
G = 17.32%
B = 40.04%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.06

 K value IS 0.23

RGB Variations

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

Color information

#C550B9 (or 0xC550B9) is known color: Fuchsia. HEX triplet: C5, 50 and B9. RGB value is (197,80,185). Sum of RGB (Red+Green+Blue) = 197+80+185=462 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.64% from 462); Green value is 80 (31.64% from 255 or 17.32% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 197 - color contains mainly: red. Hex color #C550B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550B9 is #3AAF46. Grayscale: #7E7E7E. Windows color (decimal): -3845959 or 12144837. OLE color: 12144837.

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

Color convert

RGB 197 80 185 -
CMYK 0 0.59 0.06 0.23
HSL 306.15º 0.5% 0.54% -
HSV(B) 306.15º 0.59% 0.77% -
XYZ 34.65 21.11 48.15 -
YUV 126.95 160.76 177.96 -
System Red Green Blue C M Y K H S L
Decimal 197 80 185 0 0.59 0.06 0.23 306.15 0.5 0.54
Hex C5 50 B9 0 3B 6 17 132 32 36
Octal 305 120 271 0 73 6 27 462 62 66
Binary 11000101 1010000 10111001 0 111011 110 10111 100110010 110010 110110

Color Harmonies of #C550B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C550B9

Black with #C550B9

Text Example


Text Example

White with #C550B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C550B9; }

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

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

background-color css

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

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

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

border-color css

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

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

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