Html Css Color HEX #C550B6 Fuchsia

📋 copy color: '#C550B6'

red 197 ◦ green 80 ◦ blue 182

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

Shades of Fuchsia #C550B6

Tints of Fuchsia #C550B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 39.65%

R = 42.92%
G = 17.43%
B = 39.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.08

 K value IS 0.23

RGB Variations

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

Color information

#C550B6 (or 0xC550B6) is known color: Fuchsia. HEX triplet: C5, 50 and B6. RGB value is (197,80,182). Sum of RGB (Red+Green+Blue) = 197+80+182=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 182 (71.48% from 255 or 39.65% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C550B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C550B6 is #3AAF49. Grayscale: #7E7E7E. Windows color (decimal): -3845962 or 11948229. OLE color: 11948229.

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

Color convert

RGB 197 80 182 -
CMYK 0 0.59 0.08 0.23
HSL 307.69º 0.5% 0.54% -
HSV(B) 307.69º 0.59% 0.77% -
XYZ 34.34 20.99 46.5 -
YUV 126.61 159.26 178.21 -
System Red Green Blue C M Y K H S L
Decimal 197 80 182 0 0.59 0.08 0.23 307.69 0.5 0.54
Hex C5 50 B6 0 3B 8 17 134 32 36
Octal 305 120 266 0 73 10 27 464 62 66
Binary 11000101 1010000 10110110 0 111011 1000 10111 100110100 110010 110110

Color Harmonies of #C550B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C550B6

Black with #C550B6

Text Example


Text Example

White with #C550B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C550B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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