Html Css Color HEX #C550B8 Fuchsia

📋 copy color: '#C550B8'

red 197 ◦ green 80 ◦ blue 184

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

Shades of Fuchsia #C550B8

Tints of Fuchsia #C550B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 39.91%

R = 42.73%
G = 17.35%
B = 39.91%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.07

 K value IS 0.23

RGB Variations

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

Color information

#C550B8 (or 0xC550B8) is known color: Fuchsia. HEX triplet: C5, 50 and B8. RGB value is (197,80,184). Sum of RGB (Red+Green+Blue) = 197+80+184=461 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.73% from 461); Green value is 80 (31.64% from 255 or 17.35% from 461); Blue value is 184 (72.27% from 255 or 39.91% from 461); Max value from RGB is 197 - color contains mainly: red. Hex color #C550B8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550B8 is #3AAF47. Grayscale: #7E7E7E. Windows color (decimal): -3845960 or 12079301. OLE color: 12079301.

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

Color convert

RGB 197 80 184 -
CMYK 0 0.59 0.07 0.23
HSL 306.67º 0.5% 0.54% -
HSV(B) 306.67º 0.59% 0.77% -
XYZ 34.55 21.07 47.59 -
YUV 126.84 160.26 178.04 -
System Red Green Blue C M Y K H S L
Decimal 197 80 184 0 0.59 0.07 0.23 306.67 0.5 0.54
Hex C5 50 B8 0 3B 7 17 133 32 36
Octal 305 120 270 0 73 7 27 463 62 66
Binary 11000101 1010000 10111000 0 111011 111 10111 100110011 110010 110110

Color Harmonies of #C550B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C550B8

Black with #C550B8

Text Example


Text Example

White with #C550B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C550B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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