Html Css Color HEX #C550B2 Fuchsia

📋 copy color: '#C550B2'

red 197 ◦ green 80 ◦ blue 178

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

Shades of Fuchsia #C550B2

Tints of Fuchsia #C550B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 39.12%

R = 43.3%
G = 17.58%
B = 39.12%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.10

 K value IS 0.23

RGB Variations

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

Color information

#C550B2 (or 0xC550B2) is known color: Fuchsia. HEX triplet: C5, 50 and B2. RGB value is (197,80,178). Sum of RGB (Red+Green+Blue) = 197+80+178=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 80 (31.64% from 255 or 17.58% from 455); Blue value is 178 (69.92% from 255 or 39.12% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C550B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C550B2 is #3AAF4D. Grayscale: #7D7D7D. Windows color (decimal): -3845966 or 11686085. OLE color: 11686085.

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

Color convert

RGB 197 80 178 -
CMYK 0 0.59 0.10 0.23
HSL 309.74º 0.5% 0.54% -
HSV(B) 309.74º 0.59% 0.77% -
XYZ 33.93 20.82 44.35 -
YUV 126.16 157.26 178.53 -
System Red Green Blue C M Y K H S L
Decimal 197 80 178 0 0.59 0.10 0.23 309.74 0.5 0.54
Hex C5 50 B2 0 3B A 17 136 32 36
Octal 305 120 262 0 73 12 27 466 62 66
Binary 11000101 1010000 10110010 0 111011 1010 10111 100110110 110010 110110

Color Harmonies of #C550B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C550B2

Black with #C550B2

Text Example


Text Example

White with #C550B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C550B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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