Html Css Color HEX #C551BE Fuchsia

📋 copy color: '#C551BE'

red 197 ◦ green 81 ◦ blue 190

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

Shades of Fuchsia #C551BE

Tints of Fuchsia #C551BE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.31%

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

R = 42.09%
G = 17.31%
B = 40.6%

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

#C551BE (or 0xC551BE) is known color: Fuchsia. HEX triplet: C5, 51 and BE. RGB value is (197,81,190). Sum of RGB (Red+Green+Blue) = 197+81+190=468 (61% of max value = 765). Red value is 197 (77.34% from 255 or 42.09% from 468); Green value is 81 (32.03% from 255 or 17.31% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 197 - color contains mainly: red. Hex color #C551BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C551BE is #3AAE41. Grayscale: #7F7F7F. Windows color (decimal): -3845698 or 12472773. OLE color: 12472773.

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

Color convert

RGB 197 81 190 -
CMYK 0 0.59 0.04 0.23
HSL 303.62º 0.5% 0.55% -
HSV(B) 303.62º 0.59% 0.77% -
XYZ 35.26 21.47 51 -
YUV 128.11 162.93 177.14 -
System Red Green Blue C M Y K H S L
Decimal 197 81 190 0 0.59 0.04 0.23 303.62 0.5 0.55
Hex C5 51 BE 0 3B 4 17 130 32 37
Octal 305 121 276 0 73 4 27 460 62 67
Binary 11000101 1010001 10111110 0 111011 100 10111 100110000 110010 110111

Color Harmonies of #C551BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C551BE

Black with #C551BE

Text Example


Text Example

White with #C551BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C551BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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